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

SmallRye Fault Tolerance 4.x #6300

Merged
merged 2 commits into from
Jan 17, 2020
Merged

Conversation

michalszynkiewicz
Copy link
Member

@michalszynkiewicz michalszynkiewicz commented Dec 20, 2019

Integration with the new version of SmallRye Fault Tolerance

The related SR FT PR: smallrye/smallrye-fault-tolerance#154

@michalszynkiewicz michalszynkiewicz force-pushed the ft-4.x branch 3 times, most recently from 67a955b to 8b2437a Compare January 15, 2020 11:28
@michalszynkiewicz michalszynkiewicz marked this pull request as ready for review January 15, 2020 11:45
@mkouba mkouba added this to the 1.2.0 milestone Jan 16, 2020
@mkouba mkouba added triage/waiting-for-ci Ready to merge when CI successfully finishes release/noteworthy-feature labels Jan 16, 2020
@michalszynkiewicz
Copy link
Member Author

michalszynkiewicz commented Jan 16, 2020

The failures:

2020-01-16T13:14:04.5636181Z Caused by: java.io.IOException: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/io/opentracing/opentracing-api/0.31.0/opentracing-api-0.31.0.pom
2020-01-16T13:14:04.5636829Z 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
2020-01-16T13:14:04.5637501Z 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
2020-01-16T13:14:04.5638261Z 	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
2020-01-16T13:14:04.5660449Z 	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:140)
2020-01-16T13:14:04.5662965Z 	... 106 more
2020-01-16T13:14:04.5663467Z 
2020-01-16T13:14:04.8915110Z [INFO] 
2020-01-16T13:14:04.8918046Z [INFO] Results:
2020-01-16T13:14:04.8918697Z [INFO] 
2020-01-16T13:14:04.8919187Z [ERROR] Failures: 
2020-01-16T13:14:04.8920407Z [ERROR]   ClientRegistrarTests>Arquillian.arquillianBeforeClass:96 » Runtime Could not i...
2020-01-16T13:14:04.8921345Z [ERROR]   OpenTracingClassMethodNameClientTests>Arquillian.arquillianBeforeClass:96 » Runtime
2020-01-16T13:14:04.8922546Z [ERROR]   OpenTracingDefaultClientTests>Arquillian.arquillianBeforeClass:96 » Runtime Co...
2020-01-16T13:14:04.8923488Z [ERROR]   OpenTracingHTTPPathNameTests>Arquillian.arquillianBeforeClass:96 » Runtime Cou...
2020-01-16T13:14:04.8924526Z [ERROR]   OpenTracingSkipPatternTests>Arquillian.arquillianBeforeClass:96 » Runtime Coul...
2020-01-16T13:14:04.8925202Z [INFO] 
2020-01-16T13:14:04.8925929Z [ERROR] Tests run: 76, Failures: 5, Errors: 0, Skipped: 71
2020-01-16T13:14:04.8926395Z [INFO] 
2020-01-16T13:14:04.8930143Z [INFO] ------------------------------------------------------------------------
2020-01-16T13:14:04.8931549Z [INFO] Reactor Summary for Quarkus - TCK - Parent 999-SNAPSHOT:
2020-01-16T13:14:04.8932093Z [INFO] 
2020-01-16T13:14:04.8933678Z [INFO] Quarkus - TCK - Parent ............................. SUCCESS [  1.826 s]
2020-01-16T13:14:04.8938046Z [INFO] Quarkus - TCK - MicroProfile Config ................ SUCCESS [01:08 min]
2020-01-16T13:14:04.8940241Z [INFO] Quarkus - TCK - MicroProfile Context Propagation ... SUCCESS [ 17.425 s]
2020-01-16T13:14:04.8942276Z [INFO] Quarkus - TCK - MicroProfile Fault Tolerance ....... SUCCESS [14:22 min]
2020-01-16T13:14:04.8944092Z [INFO] Quarkus - TCK - MicroProfile Health ................ SUCCESS [ 26.065 s]
2020-01-16T13:14:04.8976025Z [INFO] Quarkus - TCK - MicroProfile JWT ................... SUCCESS [ 42.974 s]
2020-01-16T13:14:04.8980644Z [INFO] Quarkus - TCK - MicroProfile Metrics Parent ........ SUCCESS [  0.031 s]
2020-01-16T13:14:04.8982078Z [INFO] Quarkus - TCK - MicroProfile Metrics API ........... SUCCESS [03:40 min]
2020-01-16T13:14:04.8982903Z [INFO] Quarkus - TCK - MicroProfile Metrics REST .......... SUCCESS [ 15.956 s]
2020-01-16T13:14:04.8983750Z [INFO] Quarkus - TCK - MicroProfile Reactive Messaging .... SUCCESS [ 17.965 s]
2020-01-16T13:14:04.8985662Z [INFO] Quarkus - TCK - MicroProfile REST Client ........... SUCCESS [06:17 min]
2020-01-16T13:14:04.8989527Z [INFO] Quarkus - TCK - MicroProfile OpenAPI ............... SUCCESS [ 53.111 s]
2020-01-16T13:14:04.8992361Z [INFO] Quarkus - TCK - MicroProfile OpenTracing Parent .... SUCCESS [  0.050 s]
2020-01-16T13:14:04.8994642Z [INFO] Quarkus - TCK - MicroProfile OpenTracing - Base .... FAILURE [  4.562 s]
2020-01-16T13:14:04.8997969Z [INFO] Quarkus - TCK - MicroProfile OpenTracing - REST Client SKIPPED
2020-01-16T13:14:04.9000242Z [INFO] ------------------------------------------------------------------------
2020-01-16T13:14:04.9002293Z [INFO] BUILD FAILURE
2020-01-16T13:14:04.9031493Z [INFO] ------------------------------------------------------------------------
2020-01-16T13:14:04.9031973Z [INFO] Total time:  28:30 min
2020-01-16T13:14:04.9032654Z [INFO] Finished at: 2020-01-16T13:14:04Z
2020-01-16T13:14:04.9033185Z [INFO] ------------------------------------------------------------------------

@michalszynkiewicz
Copy link
Member Author

The test failures are unrelated to the change and are caused by Sonatype switching to https only: https://links.sonatype.com/central/501-https-required

Can we proceed with this PR?

@mkouba
Copy link
Contributor

mkouba commented Jan 16, 2020

That's a known issue - see https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/CI.20failure. There is a PR that should fix it. Once it is merged you should rebase...

@mkouba mkouba merged commit 3ab105c into quarkusio:master Jan 17, 2020
@gsmet gsmet changed the title SmallRye FT 4.x SmallRye Fault Tolerance 4.x Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants