eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
19 stars 18 forks source link

JvmGarbageCollectionTest can fail if the GC has not yet run #225

Closed benjamin-confino closed 4 months ago

benjamin-confino commented 4 months ago

The Red Hat team reported running the TCK with Java 11: GC Metrics were not produced until after the GC had run, and that took too long for JvmGarbageCollectionTest to pass. We should make that test insist on the GC running during the test method.