Trask Stalnaker
0575ab4fe3
Remove usage of deprecated docker image ( #6969 )
2022-10-26 11:22:34 -07:00
Aaron Ai
3911cacfdc
Fix typos ( #6961 )
2022-10-24 09:06:01 -07:00
Aaron Ai
bd6831ca43
Introduce explicit dependency for quarkus:sourcesJar ( #6769 )
...
Fixes #6768
2022-09-28 12:04:48 +03:00
Trask Stalnaker
3371d93f51
Remove Java 18 and add Java 20 in smoke tests ( #6703 )
...
Need to follow-up after images are published from `main` in order to
update the tests themselves.
2022-09-22 09:56:02 -07:00
Lauri Tulmin
dd752816b7
Spring boot application class should have a public constructor ( #6509 )
2022-08-25 12:28:05 -07:00
Lauri Tulmin
55a8308b85
Add display name for smoke test webapp ( #6500 )
...
* Add display name for smoke test webapp
* remove unused ExceptionRequestListener
2022-08-24 10:13:54 +03:00
Trask Stalnaker
68a9f20eb3
Enable PrivateConstructorForUtilityClass errorprone check ( #6427 )
...
* PrivateConstructorForUtilityClass
* Advice
* More advice
* More
* More advice
* More
* Spotless
* Fix
* Fix
* Fix
* A better solution
* Revert
* More
* Fix
* Spotless
* Fix
2022-08-10 11:30:22 +03:00
Trask Stalnaker
3c6c6c6b3f
Remove external maven repos ( #6440 )
...
* Remove external maven repos
* Fix
2022-08-08 10:08:27 -07:00
Mateusz Rzeszutek
6b1d415174
Update spotless version ( #6421 )
2022-08-05 09:19:37 -07:00
Lauri Tulmin
d1e46556b9
Hopefully fix wildfly smoke test on windows ( #6411 )
...
* Hopefully fix wildfly jdk8 smoke test on windows
* jdk18 also fails
* also add the jvm options that were added by wildfly startup script
2022-08-03 13:31:58 +02:00
Trask Stalnaker
c3c4fb7101
Finish annotation move ( #6386 )
...
* Update tests with new annotation
* more
* Fix build
* More
2022-08-01 09:19:58 -07:00
Trask Stalnaker
b923647e82
Run smoke tests against Java 19, Part 2 ( #6394 )
...
* Run smoke tests against Java 19, Part 2
* Update docker image tag
2022-08-01 09:19:41 -07:00
Trask Stalnaker
a58d6dfc3a
Add Java 19 to smoke test matrix ( #6390 )
...
* Test Java 19
* Fix build
2022-07-31 09:32:33 -07:00
Mateusz Rzeszutek
35c63a4184
Remove the 'noop API' feature ( #6313 )
...
* Remove the 'noop API' feature
* remove noop api dep
* fix tooling tests
2022-07-12 10:36:19 -07:00
Trask Stalnaker
8fac01e736
Enable error prone's UnusedVariable check ( #6217 )
...
* Enable error prone's UnusedVariable check
* Spotless
2022-06-27 10:55:27 +02:00
jack-berg
9b8f74515a
Rename p.r.j.memory.max to p.r.j.memory.limit ( #6161 )
...
* Rename p.r.j.memory.max to p.r.j.memory.limit
* Fix build
2022-06-13 13:17:04 -07:00
Trask Stalnaker
9c2e508e20
Fix debug logging ( #6085 )
...
* Fix debug logging
* Add a test
2022-05-24 11:06:38 +03:00
Lauri Tulmin
6c44340f1c
Enable grizzly instrumentation by default ( #6049 )
2022-05-17 14:18:29 -07:00
Mateusz Rzeszutek
fd52ed52d4
Hide the GC runtime metrics behind an experimental config flag ( #5990 )
...
* Hide the GC runtime metrics behind an experimental config flag
* Fix smoke tests
2022-05-06 11:51:38 -07:00
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