Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend removed resources configuration to application sources themselves #23168

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 25, 2022

Resolves: #18725

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 25, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building e006395

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: integration-tests/main 

📦 integration-tests/main

io.quarkus.it.main.ApplicationInfoTestCase.testConfigPropertiesProperlyInjected line 17 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ConfigPropertiesTestCase.testImplicitConverters line 24 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ConfigPropertiesTestCase.testConfigPropertiesProperlyInjected line 17 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[1] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[2] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[3] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[4] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DatasourceTestCase.testDataSourceTransactions line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DatasourceTestCase.testDataSource line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DataSourceTransactionTestCase.testTransactionalAnnotation line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ExternalIndexTestCase.testTransformedExternalResources line 21 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ExternalIndexTestCase.testJAXRSResourceFromExternalLibrary line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.FaultToleranceTestCase.testRetry line 28 - More details - Source on GitHub

java.io.FileNotFoundException: http://localhost:8081/ft
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1920)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.GreetingNormalTestCase.included line 18 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.GreetingProfileTestCase.included line 33 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.IncorrectClassloadingWorkaroundTestCase.testClassloadingStillWorksWhenLibrariesLoadFromWrongCL line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxbTestCase.testNews line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path author doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testConvertedWithJsonbAndReturnedAsString line 25 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testWrappedInServerSentEventMessage line 38 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testReturnedDirectly line 18 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testWrappedInResponse line 32 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponseV2 line 191 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testAnnotatedInterface line 58 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfMessage line 48 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testSSE line 263 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "text/event-stream" doesn't match actual content-type "text/html;charset=UTF-8".

io.quarkus.it.main.JaxRSTestCase.testPathVariable line 290 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.JaxRSTestCase.testSubclass line 151 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testJaxbConsumption line 116 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJAXRS line 30 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJsonp line 77 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testJaxb line 95 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path xmlObject.value.text() doesn't match.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfPort line 43 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testCustomProvider line 134 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testFromJson line 172 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponsesV1 line 185 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponse line 179 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testGzipConfig line 223 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <413> but was <405>.

io.quarkus.it.main.JaxRSTestCase.testResponse line 165 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testContextInjection line 71 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfStringArray line 53 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testOpenApiResponsesWithNoContent line 203 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testReturnTypeWithGenericArgument line 230 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testImplementor line 158 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchema line 197 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testComplexObjectReflectionRegistration line 140 - More details - Source on GitHub

java.lang.AssertionError: 
5 expectations failed.
XML path [0].value doesn't match.

io.quarkus.it.main.JaxRSTestCase.testInteger line 36 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testRxJava line 129 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testNonCdiBeansAreApplicationScoped line 64 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testMaxEntityServerOptionConfig line 256 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <405>.

io.quarkus.it.main.JaxRSTestCase.testOpenApiResponseWithNoContent line 209 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJackson line 84 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testBytecodeTransformation line 124 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JPAUserTypeTestCase.testCustomUserTypes line 14 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.MicroProfileConfigTestCase.testCidrAddress line 33 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.MicroProfileConfigTestCase.testMicroprofileConfigGetPropertyNames line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.MicroProfileConfigTestCase.testMicroprofileConfigGetCustomValue line 26 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.OpenApiTestCase.testOpenAPIJSON line 52 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:134)

io.quarkus.it.main.RBACAccessTest.shouldRestrictAllRolesOnBean line 90 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRole line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAuthenticated line 51 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRoleAndMethodParameterAnnotationsShouldntAffectAnything line 31 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAuthenticatedOnBean line 84 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRoleOnBean line 64 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldFailToAccessForbiddenOnBean line 72 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldAccessAllowedOnBean line 78 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAllRoles line 57 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldAccessAllowed line 45 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldFailToAccessForbidden line 39 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.ReactiveStreamsOperatorsTestCase.testMutiny line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ReactiveStreamsOperatorsTestCase.testReactiveStreams line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testSelfWithNested line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testSelfWithoutNested line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testTargetWithoutNested line 49 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testTargetWithNested line 40 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RequestScopeTestCase.testRequestScope line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ResourcesTestCase.included line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.ResourcesTestCase.excludedJvm line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RestClientTestCase.testJaxrsClientWithFilters line 139 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientHeaderPassing line 114 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected header "Content-Type" was not "application/json", was "text/html;charset=UTF-8". Headers are:

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientComplexCdi line 92 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testFaultTolerance line 180 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientComplex line 83 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientConfigKeyIntegration line 35 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientCDIIntegration line 47 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientDataCdi line 68 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientData line 61 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileAsyncRestClient line 74 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testIssue8795 line 155 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClient line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientBaseUriConfigKeyIntegration line 41 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileRestClientDefaultScope line 130 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <javax.inject.Singleton> but was: <<html><head><title>Error</title></head><body>Not Found</body></html>>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

io.quarkus.it.main.RestClientTestCase.testMicroprofileCdiClientHeaderPassing line 104 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected header "Content-Type" was not "application/json", was "text/html;charset=UTF-8". Headers are:

io.quarkus.it.main.SchedulerTestCase.testCount line 21 - More details - Source on GitHub

java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at io.quarkus.it.main.SchedulerTestCase.testCount(SchedulerTestCase.java:21)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

io.quarkus.it.main.SimpleBeanTestCase.testRequestScope line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestMockTestCase.testMockService line 15 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestResteasyConstructorsTestCase.testWithDefaultConstructor line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestResteasyConstructorsTestCase.testWithoutDefaultConstructor line 15 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TransactionTestCase.testTransaction line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ValidatorAndOrmTestCase.triggerValidatorAndHibernateORMTests line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ValidatorTestCase.testManualValidationFailed line 42 - More details - Source on GitHub

java.io.IOException: Server returned HTTP response code: 405 for URL: http://localhost:8081/validator/manual
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.ValidatorTestCase.testManualValidationPassed line 66 - More details - Source on GitHub

java.io.IOException: Server returned HTTP response code: 405 for URL: http://localhost:8081/validator/manual
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.WebsocketTestCase.websocketClientEncodingAndDecodingTest line 128 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/vertx-http/deployment 
! Skipped: core/test-extension/deployment extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 298 more

📦 extensions/vertx-http/deployment

io.quarkus.vertx.http.testrunner.TestRunnerSmokeTestCase.checkTestsAreRun line 143 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <2> but was: <0>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 25, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building e006395

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: integration-tests/main 

📦 integration-tests/main

io.quarkus.it.main.ApplicationInfoTestCase.testConfigPropertiesProperlyInjected line 17 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ConfigPropertiesTestCase.testImplicitConverters line 24 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ConfigPropertiesTestCase.testConfigPropertiesProperlyInjected line 17 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[1] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[2] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[3] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ContextPropagationTestCase.testContextPropagation(String)[4] line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DatasourceTestCase.testDataSourceTransactions line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DatasourceTestCase.testDataSource line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.DataSourceTransactionTestCase.testTransactionalAnnotation line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ExternalIndexTestCase.testTransformedExternalResources line 21 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ExternalIndexTestCase.testJAXRSResourceFromExternalLibrary line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.FaultToleranceTestCase.testRetry line 28 - More details - Source on GitHub

java.io.FileNotFoundException: http://localhost:8081/ft
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1920)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.GreetingNormalTestCase.included line 18 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.GreetingProfileTestCase.included line 33 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.IncorrectClassloadingWorkaroundTestCase.testClassloadingStillWorksWhenLibrariesLoadFromWrongCL line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxbTestCase.testNews line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path author doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testConvertedWithJsonbAndReturnedAsString line 25 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testWrappedInServerSentEventMessage line 38 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testReturnedDirectly line 18 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRsConstructorPropertiesTestCase.testWrappedInResponse line 32 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponseV2 line 191 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testAnnotatedInterface line 58 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfMessage line 48 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testSSE line 263 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "text/event-stream" doesn't match actual content-type "text/html;charset=UTF-8".

io.quarkus.it.main.JaxRSTestCase.testPathVariable line 290 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.JaxRSTestCase.testSubclass line 151 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testJaxbConsumption line 116 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJAXRS line 30 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJsonp line 77 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testJaxb line 95 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path xmlObject.value.text() doesn't match.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfPort line 43 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testCustomProvider line 134 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testFromJson line 172 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponsesV1 line 185 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchemaResponse line 179 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testGzipConfig line 223 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <413> but was <405>.

io.quarkus.it.main.JaxRSTestCase.testResponse line 165 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testContextInjection line 71 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testConfigInjectionOfStringArray line 53 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testOpenApiResponsesWithNoContent line 203 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testReturnTypeWithGenericArgument line 230 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testImplementor line 158 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testOpenApiSchema line 197 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testComplexObjectReflectionRegistration line 140 - More details - Source on GitHub

java.lang.AssertionError: 
5 expectations failed.
XML path [0].value doesn't match.

io.quarkus.it.main.JaxRSTestCase.testInteger line 36 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testRxJava line 129 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testNonCdiBeansAreApplicationScoped line 64 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testMaxEntityServerOptionConfig line 256 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <405>.

io.quarkus.it.main.JaxRSTestCase.testOpenApiResponseWithNoContent line 209 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JaxRSTestCase.testJackson line 84 - More details - Source on GitHub

java.lang.AssertionError: 
2 expectations failed.
XML path name doesn't match.

io.quarkus.it.main.JaxRSTestCase.testBytecodeTransformation line 124 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.JPAUserTypeTestCase.testCustomUserTypes line 14 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.MicroProfileConfigTestCase.testCidrAddress line 33 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.MicroProfileConfigTestCase.testMicroprofileConfigGetPropertyNames line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.MicroProfileConfigTestCase.testMicroprofileConfigGetCustomValue line 26 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.OpenApiTestCase.testOpenAPIJSON line 52 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:134)

io.quarkus.it.main.RBACAccessTest.shouldRestrictAllRolesOnBean line 90 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRole line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAuthenticated line 51 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRoleAndMethodParameterAnnotationsShouldntAffectAnything line 31 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAuthenticatedOnBean line 84 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAccessToSpecificRoleOnBean line 64 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldFailToAccessForbiddenOnBean line 72 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldAccessAllowedOnBean line 78 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldRestrictAllRoles line 57 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldAccessAllowed line 45 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RBACAccessTest.shouldFailToAccessForbidden line 39 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <401> but was <404>.

io.quarkus.it.main.ReactiveStreamsOperatorsTestCase.testMutiny line 22 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ReactiveStreamsOperatorsTestCase.testReactiveStreams line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testSelfWithNested line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testSelfWithoutNested line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testTargetWithoutNested line 49 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RegisterForReflectionTestCase.testTargetWithNested line 40 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RequestScopeTestCase.testRequestScope line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ResourcesTestCase.included line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.ResourcesTestCase.excludedJvm line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RestClientTestCase.testJaxrsClientWithFilters line 139 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientHeaderPassing line 114 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected header "Content-Type" was not "application/json", was "text/html;charset=UTF-8". Headers are:

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientComplexCdi line 92 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testFaultTolerance line 180 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientComplex line 83 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientConfigKeyIntegration line 35 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientCDIIntegration line 47 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientDataCdi line 68 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientData line 61 - More details - Source on GitHub

io.restassured.path.json.exception.JsonPathException: Failed to parse the JSON document
	at io.restassured.path.json.JsonPath$ExceptionCatcher.invoke(JsonPath.java:1002)
	at io.restassured.path.json.JsonPath$4.doParseWith(JsonPath.java:967)

io.quarkus.it.main.RestClientTestCase.testMicroprofileAsyncRestClient line 74 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testIssue8795 line 155 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClient line 29 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileClientBaseUriConfigKeyIntegration line 41 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.RestClientTestCase.testMicroprofileRestClientDefaultScope line 130 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <javax.inject.Singleton> but was: <<html><head><title>Error</title></head><body>Not Found</body></html>>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

io.quarkus.it.main.RestClientTestCase.testMicroprofileCdiClientHeaderPassing line 104 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected header "Content-Type" was not "application/json", was "text/html;charset=UTF-8". Headers are:

io.quarkus.it.main.SchedulerTestCase.testCount line 21 - More details - Source on GitHub

java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at io.quarkus.it.main.SchedulerTestCase.testCount(SchedulerTestCase.java:21)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

io.quarkus.it.main.SimpleBeanTestCase.testRequestScope line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestMockTestCase.testMockService line 15 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestResteasyConstructorsTestCase.testWithDefaultConstructor line 20 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TestResteasyConstructorsTestCase.testWithoutDefaultConstructor line 15 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.TransactionTestCase.testTransaction line 19 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ValidatorAndOrmTestCase.triggerValidatorAndHibernateORMTests line 16 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.it.main.ValidatorTestCase.testManualValidationFailed line 42 - More details - Source on GitHub

java.io.IOException: Server returned HTTP response code: 405 for URL: http://localhost:8081/validator/manual
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.ValidatorTestCase.testManualValidationPassed line 66 - More details - Source on GitHub

java.io.IOException: Server returned HTTP response code: 405 for URL: http://localhost:8081/validator/manual
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)

io.quarkus.it.main.WebsocketTestCase.websocketClientEncodingAndDecodingTest line 128 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 26, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building c365636

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/vertx-http/deployment 
! Skipped: core/test-extension/deployment extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 298 more

📦 extensions/vertx-http/deployment

io.quarkus.vertx.http.testrunner.TestRunnerSmokeTestCase.checkTestsAreRun line 143 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <2> but was: <0>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 26, 2022

Failing Jobs - Building c365636

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: integration-tests/grpc-hibernate 

📦 integration-tests/grpc-hibernate

com.example.grpc.hibernate.BlockingRawTest.shouldAdd line 60 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in com.example.grpc.hibernate.BlockingRawTest that uses java.util.List was not fulfilled within 30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@geoand geoand merged commit 8720121 into quarkusio:main Jan 26, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 26, 2022
@geoand geoand deleted the #18725 branch January 26, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify an Application class at build time
2 participants