Trask Stalnaker
7f693622ff
Replace deprecated adoptopenjdk docker images ( #5971 )
...
* Adoptium -> Temurin
* more
* windows
2022-05-04 12:01:49 +03:00
Trask Stalnaker
f2714ad021
Small consistency ( #5931 )
2022-04-25 15:06:38 -07:00
Trask Stalnaker
d209e046d0
Small simplification ( #5920 )
2022-04-25 09:27:51 +02:00
Lauri Tulmin
4d89b729ae
Use separate steps to build and test smoke tests ( #5887 )
...
* Use separate steps to build and test smoke tests
* Use gradle-build-action only to set up cache
* Update .github/workflows/reusable-smoke-test.yml
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:12:51 -07:00
Anuraag Agrawal
784f4b6704
Integrate servlet smoke into main build ( #5829 )
...
* Integrate servlet smoke test into main build.
* errorprone
* Update updater
2022-04-14 17:01:58 +09:00
Anuraag Agrawal
ed0b17df21
Integrate fake-backend project into main build. ( #5828 )
2022-04-14 15:33:10 +09:00
Anuraag Agrawal
1ca700525f
Integrate smoketests into the normal build ( #5825 )
...
* Integrate grpc, play, quarks, spring boot projects into main build.
* Apply spotless
* Apply spotless
* Fix spring-boot
* Fix quarkus
* README drift
* Update updater
2022-04-14 14:37:42 +09:00
Anuraag Agrawal
a0b0b1223f
Migrate spring-boot smoke build to kotlin ( #5824 )
2022-04-14 13:08:13 +09:00
Anuraag Agrawal
bf9a4f8df1
Fix servlet smoke test build ( #5823 )
2022-04-13 18:50:42 -07:00
Anuraag Agrawal
16bab28da6
Migrate servlet smoke build to kotlin ( #5816 )
2022-04-14 08:05:49 +09:00
Lauri Tulmin
31ef95d2b0
Fix setting backend -Xmx for linux smoke tests ( #5817 )
2022-04-13 09:45:47 -07:00
Anuraag Agrawal
e58d39d4ad
Update to OTel 1.13 ( #5799 )
...
* Update to OTel 1.13
* Fix test
* Foo
* Fix app server test and start yak shaving
* Yak
* Yak
* groovy fail
* Yak
* GROOVY
* yak farm
2022-04-13 13:16:32 +03:00
Anuraag Agrawal
ecfa983658
Migrate quarkus smoke build to kotlin ( #5814 )
2022-04-13 14:41:34 +09:00
Anuraag Agrawal
5f55c30708
Migrate play smoke test to kotlin build ( #5813 )
2022-04-13 14:41:22 +09:00
Anuraag Agrawal
9752988127
Migrate grpc smoke test build scripts to kotlin and update dependencies. ( #5812 )
2022-04-13 13:51:21 +09:00
Anuraag Agrawal
bdb375a621
Migrate fake backend build scripts to kotlin ( #5811 )
2022-04-13 12:42:22 +09:00
Jérôme Prinet
8cda90b8c1
Set Runtime Classpath normalizer for agent input of :smoke-tests:test task ( #5801 )
...
* Set relative path sensitivity for :smoke-tests:test task
* Set runtime classpath normalization for java agent input of :smoke-tests:test task
* Fix format violations
* Update smoke-tests/build.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-12 14:47:54 +09:00
Anuraag Agrawal
980746ae44
Update errorprone ( #5776 )
...
* Update errorprone
* Fix errorprone on java 17
* Fix oshi test
* Spot
* Fix merge
2022-04-11 12:48:16 -07:00
Anuraag Agrawal
6edab71aa7
Update fake backend ( #5800 )
2022-04-11 13:04:44 +03:00
Lauri Tulmin
91e9539ac1
Set smoke tests xmx to 512m and backend to 128m ( #5772 )
2022-04-07 15:09:26 -07:00
jack-berg
fbc100a0f6
Update runtime memory metrics to reflect semantic conventions ( #5718 )
...
* Update runtime memory metrics to reflect semantic conventions
* Fix SpringBootSmokeTest
* Fix PrometheusSmokeTest
2022-03-31 09:56:58 -07:00
Lauri Tulmin
2ce764bd2a
Thread dump when smoke test container fails to start ( #5593 )
...
* Thread dump when smoke test contains fails to start
* trigger build
2022-03-16 19:53:52 -07:00
Lauri Tulmin
c7e3177d50
Remove reference to collector configuration file ( #5592 )
2022-03-16 09:50:11 -07:00
Trask Stalnaker
3cb9ec7edf
Update to gradle 7.4.1 ( #5535 )
2022-03-10 12:31:08 +02:00
Lauri Tulmin
245ac1f7d2
Add prometheus smoke test ( #5417 )
2022-02-22 13:02:07 -08:00
Trask Stalnaker
23b33adb0a
Auto-format groovy files in Intellij ( #5260 )
...
* Auto-format groovy files in Intellij
* A bit of clean up
2022-01-28 09:29:46 -08:00
jason plumb
7266aefb58
Add smoke test for logs signal ( #5108 )
...
* add smoke test for logs signal
* very important to remove the unused variable in the groovy test
* run on LTS jdks
2022-01-13 11:47:47 -08:00
Trask Stalnaker
db8cd050a7
Add spotless to standalone subprojects ( #5058 )
...
* Update spotless version
* Add spotless to benchmark-overhead
* Add spotless to smoke-test images
* Add spotless to examples
* Apply spotless
* Resolve log4j conflict
* Apply spotless after upgrade
2022-01-10 12:46:52 -08:00
Trask Stalnaker
68c3f17edd
Allow running smoke tests locally on windows ( #5046 )
...
* Allow running smoke tests locally on windows
* Groovy
* codenarc
* Invert condition
* Fix
2022-01-08 11:28:59 -08:00
Anuraag Agrawal
c75c01f871
Update to OTel 1.10 ( #5035 )
...
* Update to OTel 1.10
* Fix metric smoke test
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-07 15:45:20 -08:00
Trask Stalnaker
0b743ceb80
Run servlet smoke tests against Java 18 ( #4921 )
...
* Run servlet smoke tests against Java 18
* Update
2021-12-17 14:04:10 -08:00
Trask Stalnaker
88f11d0525
Update log4j library base version ( #4914 )
...
* Update log4j-2.7 javaagent instrumentation to match up through 2.15.0
* Rename log4j 2.13.2 to 2.16
* Update one more location
2021-12-15 20:47:26 -08:00
Trask Stalnaker
bd0ff33f53
Add Java 18 smoke test images ( #4905 )
...
* Add Java 18 smoke test images
* alpine images only exist for recent jdks
* Fix servlet image build
* Revert for liberty
2021-12-15 12:19:57 -08:00
Trask Stalnaker
c197b84029
Fix smoke test image build ( #4906 )
2021-12-14 18:19:56 -08:00
Trask Stalnaker
f3b3e6b975
Enable Quarkus smoke test ( #4891 )
2021-12-13 21:02:24 -08:00
Trask Stalnaker
ac5bca0653
Fix publishing quarkus smoke test image ( #4890 )
2021-12-13 11:40:25 -08:00
Trask Stalnaker
d930971adf
Fix Quarkus correlation ( #4883 )
...
* Fix Quarkus correlation
* Add Quarkus smoke test image
* Add Quarkus smoke test
* Fix permission on gradlew
* Update to gradle 7.3.1
* Fix Jib build
* Bump compilation to Java 11
* Better comment
* Fix comment placement
* Fix
2021-12-13 09:26:44 -08:00
Trask Stalnaker
9896cab71a
Run grpc and spring-boot smoke tests against Java 17 ( #4881 )
2021-12-13 11:29:46 +02:00
Trask Stalnaker
4ae6d1a57c
Update Jib version ( #4880 )
2021-12-13 08:06:17 +02:00
Trask Stalnaker
b0458ba3ce
Update smoke test gradle quotes ( #4879 )
2021-12-12 17:13:14 -08:00
Trask Stalnaker
f5016109f2
Update remaining gradle wrappers to 7.3.1 ( #4835 )
2021-12-07 20:50:27 -08:00
Lauri Tulmin
3f3180841e
Avoid crashing on early 1.8 openjdk vms ( #4789 )
2021-12-05 13:37:01 +02:00
Lauri Tulmin
10288c6f25
Work around jvm crash on early 1.8 ( #4345 )
...
* Work around jvm crash on early 1.8
* skip retransform if class was already transformed during load
* fix imports after rebase
* add test
* disable test on windows
2021-11-29 22:47:10 -08:00
Nikita Salnikov-Tarnovski
f525f3e03f
Some logging cleanup ( #4734 )
2021-11-29 09:45:23 -08:00
Nikita Salnikov-Tarnovski
50bfdd1043
Upgrade testcontainers version ( #4727 )
...
* Upgrade testcontainers version
* Polish
* Use more stable waiting strategy
* Upgrade all remaining testcontainrs usages
2021-11-29 09:32:41 -08:00
Trask Stalnaker
09d5883fb8
Update supported application servers ( #4715 )
...
* Update naming to Payara
* Alphabetize
* Update supported application servers
* A little more clarity?
2021-11-25 08:15:35 -08:00
Trask Stalnaker
f9146bcf48
Update other gradle wrappers to 7.3 ( #4705 )
2021-11-24 13:19:53 -08:00
Anuraag Agrawal
6063a16f54
Update to OTel 1.9 ( #4634 )
...
* Update to OTel 1.9
* Check null
2021-11-15 17:56:53 +09:00
Lauri Tulmin
4e39f1ad5a
Add smoke test for websphere, update smoke test server versions ( #4613 )
...
* Add smoke test for websphere, update smoke test server versions
* update workflows
* fix workflow
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* revert accidental change
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-11-10 13:43:30 -08:00
Lauri Tulmin
59eb13fbbf
Add smoke test image for websphere and update other images ( #4598 )
...
* Add smoke test image for websphere and update other images
* fix windows liberty image build
* modify workflow to build websphere images
* correct liberty release
* fix typo
* add windows supported flag to server matrix
2021-11-08 08:49:24 -08:00