Skip to content

DevUIJsonRPCTest tests are failling when running in paralallel #53176

@mcruzdev

Description

@mcruzdev

Describe the bug

After the version 3.34.0 we are facing an issue when running DevUIJsonRPCTest.

When running individual class test (subtype of DevUIJsonRPCTest) everything works as expected:

java.lang.IllegalStateException: No URI available. Did Quarkus start with HTTP support?
	at io.quarkus.devui.tests.DevUIJsonRPCTest.sendRequest(DevUIJsonRPCTest.java:204)
	at io.quarkus.devui.tests.DevUIJ

It happens because there is no isolation from class tests on ValueRegistryInjector test each test looks the same namespace value.

Expected behavior

have subtypes of DevUIJsonRPCTest running in parallalel.

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions