Commit Graph

4 Commits

Author SHA1 Message Date
Anuraag Agrawal cc122e7e4c
Replace restassured test assertion with okhttp/jackson (#1817) 2020-10-16 08:13:18 -07:00
John Watson fa1e876df2
Move the stress test code to being a TestContainers-based test. (#1803)
* Move the stress test code to being a TestContainers-based test.
Upgrade testcontainers version to work with the latest docker-for-mac.
Add metrics in the OTLP exporter, to record success/failure of export.
Use the TestContainers annotation to disable those tests when docker isn't present.

* remove a bunch of commented out stuff that shouldn't have been added

* disable the test without docker

* use specific docker image tags to keep testcontainers from downloading the world

* delete unneeded file

* fix from upstream change
2020-10-15 19:30:38 -07:00
dengliming 71ba8e1b87
Use the concise license header without the year (#1623)
* Use the concise license header without the year

* Use the concise license header without the year
2020-10-02 22:42:53 +09:00
John Watson 27090b8336
Switch to java 8 (#1665)
* switch to java 8

* update the READMEs and use Object.equals in a couple of cases to test that we're really compiling for java 8/android 24.

* formatting

* use the newer release options for the build, and change the int test to not be java 7 any more.

* switch back to source/target compatibility

* sure wish I could run docker locally to test this out.
2020-09-19 11:28:13 +09:00