Gregor Zeitlinger
749fafaea8
enforce static imports ( #12009 )
2024-08-21 10:40:50 -07:00
Lauri Tulmin
48d3956bd8
Fix vaadin latest test ( #9694 )
2023-10-17 15:44:59 +02:00
Lauri Tulmin
8aeffa5e80
Rename package.json to avoid dependabot alert ( #8219 )
...
This `package.json` contains outdated dependences, it is only used in a
test.
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-04-05 11:00:24 -07:00
Lauri Tulmin
856d521f0a
Update testcontainers and selenium ( #8218 )
2023-04-05 08:24:53 -07:00
Lauri Tulmin
8fba02e391
Skip spotless and other checks in CI test step ( #8142 )
...
Currently we run spotless and other checks for each of the parallel test
steps which seems wasteful. Here is an attempt to run only the tests in
given partition without any extra checks in the `test` step and run all
the checks in the `build` step.
2023-04-04 10:43:12 -07:00
Lauri Tulmin
fe263edecf
Fix vaadin14 latest dep test ( #7893 )
...
Looks similar to what we had for vaadin 16 recently. Pinning
https://www.npmjs.com/package/@types/node to 18.11.9
2023-02-23 20:39:08 -08:00
Mateusz Rzeszutek
ea237e3a80
Update HTTP span name extractors ( #7730 )
...
Implements
https://github.com/open-telemetry/opentelemetry-specification/issues/2998
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-02-14 07:40:05 -08:00
Lauri Tulmin
2ec97a601c
Fix vaadin 16 test ( #7758 )
...
Test started failing due to a new version of
https://www.npmjs.com/package/@types/node Pinning that dependency to the
previous version seems to help.
2023-02-07 16:41:22 -08:00
Lauri Tulmin
d0bfc5be0f
Convert vaadin tests to java ( #7444 )
...
Part of
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7195
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7417
Vaadin tests often break with a new version of vaadin. To improve this
tests were change to assert only the traces and spans that are common in
all the versions.
2023-01-03 12:46:48 -08:00
Lauri Tulmin
418c414de9
Remove vaadin latest deps restriction ( #6829 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6551
2022-10-07 12:14:06 -07:00
Lauri Tulmin
b6d264e363
Fix vaadin latest dep tests ( #6506 )
2022-08-24 09:20:31 -07:00
Lauri Tulmin
46b7273483
Fix vaadin latest dep tests ( #6146 )
...
* Fix vaadin latest dep tests
* trigger build
2022-06-08 22:02:40 +03:00
Lauri Tulmin
e20f29554b
Use otel.java-conventions instead of otel.javaagent-testing in module that don't test agent ( #5625 )
2022-03-18 11:40:16 +02: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
Lauri Tulmin
efc5dc720a
Fix vaadin14 latest dep test ( #5214 )
2022-01-25 09:49:29 -08:00
Anuraag Agrawal
ec375116be
Fix more lint warnings ( #5174 )
...
* Fix more lint warnings
* Redisable lint
* Drift
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-20 12:48:46 +09:00
Lauri Tulmin
67aa8979a8
Disable loading favicion.ico for vaadin 14 tests ( #4856 )
2021-12-09 19:53:21 -08:00
Lauri Tulmin
0b414e4ea4
Sort traces in vaarin tests ( #4812 )
2021-12-06 09:35:00 -08:00
Lauri Tulmin
8dab1ef4a9
Fix tests for vaadin 22 ( #4761 )
2021-12-01 12:46:55 +02:00
Nikita Salnikov-Tarnovski
ab6a087f47
Force Vaadin to use ipv4 ( #4660 )
...
* Force Vaadin to use ipv4
* Spotless
2021-11-17 09:37:54 -08:00
Lauri Tulmin
9b8ab5eeec
Migrate to spock 2 ( #4458 )
...
* Migrate to spock 2
* Fix smoke test suites
* address review comments
* review comment
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-10-22 08:40:58 -07:00
Lauri Tulmin
42dc837eaf
Run selenium tests with chrome ( #4393 )
2021-10-15 12:30:03 -07:00
Lauri Tulmin
cc75cd351b
Remove restriction on vaadin latest dep tests ( #4311 )
2021-10-06 09:33:20 -07:00
Mateusz Rzeszutek
085066edb3
Add some testcontainers dependencies to dependencyManagement dep set ( #4185 )
2021-09-22 14:53:45 -07:00
Matthew Ho
6967484a97
Update groovy import order to match default IntelliJ ( #1708 ) ( #4047 )
...
* Update groovy import order to match default IntelliJ (#1708 )
* organized imports for .groovy files to follow default IntelliJ import settings
* updated intellij-setup.md
* Spotless
* drift
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-09-11 11:53:08 -07:00
Lauri Tulmin
080b8cd25b
Use Firefox instead of Chrome for selenium tests ( #3732 )
...
* Debug gwt failure
* show debug log
* show debug log
* replace chrome with firefox
* remove debugging
* remove unneccessary change
2021-07-30 10:07:02 -07:00
Anuraag Agrawal
e0cb216610
Remove remaining usages of basic span asserts ( #3616 )
2021-07-19 10:09:44 -07:00
Lauri Tulmin
5d6be8764e
Remove jetty-server exclude ( #3453 )
2021-07-01 09:12:26 +09:00
Anuraag Agrawal
761b9c280b
Migrate instrumentation gradle files to kotlin ( #3414 )
...
* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle
2021-06-28 17:27:12 +09:00
Anuraag Agrawal
785dc6adf2
Rename build files to build.gradle ( #3409 )
...
* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken
2021-06-25 16:10:31 +09:00
Anuraag Agrawal
9e763d69a7
Extract build plugin for instrumentation testing projects that aren't muzzled / published. ( #3354 )
2021-06-19 11:04:33 +09:00
Anuraag Agrawal
224dc51e93
Migrate java.gradle to conventions plugin ( #3289 )
...
* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-15 08:10:39 +09:00
Anuraag Agrawal
84cc044ddf
Migrate remaining test client calls to Armeria and remove testing-com… ( #3250 )
2021-06-11 11:51:23 -07:00
Anuraag Agrawal
c358a35414
Use dependency management pattern for dependency versions ( #3113 )
...
* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-05-28 11:32:08 +09:00
Trask Stalnaker
46c1212236
Remove forward and include spans ( #2816 )
2021-04-22 11:36:53 -07:00
Lauri Tulmin
b999e8a2f5
Add support for vaadin web framework ( #2619 )
...
* Add support for vaadin
* rename test
* review fixes
* rename module
* review fixes
* Trigger Build
* don't load advice classes
2021-03-29 11:35:22 +03:00