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

io.quarkus.it.smallrye.config.AppConfigTest failing on Mac M1 (ordering issue?) #28057

Closed
holly-cummins opened this issue Sep 19, 2022 · 2 comments · Fixed by #28060
Closed
Labels
area/smallrye env/m1 Impacts Apple M1 machines kind/bug Something isn't working
Milestone

Comments

@holly-cummins
Copy link
Contributor

holly-cummins commented Sep 19, 2022

Describe the bug

It looks like the comparison in the test in io.quarkus.it.smallrye.config.AppConfigTest is too brittle, and it's started failing on M1. I have disabled the test as part of #27156. This issue tracks fixing the test and then re-enabling it.

I have had 3 CI runs without the failure and then 2 with the failure, so it may be intermittent.

2022-09-19T10:01:23.2575320Z [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.017 s <<< FAILURE! - in io.quarkus.it.smallrye.config.AppConfigTest
2022-09-19T10:01:23.2575750Z [ERROR] io.quarkus.it.smallrye.config.AppConfigTest.getToString  Time elapsed: 0.014 s  <<< FAILURE!
2022-09-19T10:01:23.2575980Z java.lang.AssertionError: 
2022-09-19T10:01:23.2576120Z 1 expectation failed.
2022-09-19T10:01:23.2576310Z Response body doesn't match expectation.
2022-09-19T10:01:23.2576500Z Expected: is "AppConfig{name=app, info=Info{count=10, alias=alias}}"
2022-09-19T10:01:23.2576710Z   Actual: AppConfig{name=app, info=Info{alias=alias, count=10}}

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

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

@holly-cummins holly-cummins added the kind/bug Something isn't working label Sep 19, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 19, 2022

@quarkus-bot quarkus-bot bot added area/smallrye env/m1 Impacts Apple M1 machines labels Sep 19, 2022
geoand added a commit to geoand/quarkus that referenced this issue Sep 19, 2022
There is no need to test the exact placement of the POJOs values

Fixes: quarkusio#28057
@geoand
Copy link
Contributor

geoand commented Sep 19, 2022

#28060 takes care of it

gsmet added a commit that referenced this issue Sep 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 19, 2022
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
There is no need to test the exact placement of the POJOs values

Fixes: quarkusio#28057
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
There is no need to test the exact placement of the POJOs values

Fixes: quarkusio#28057
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
There is no need to test the exact placement of the POJOs values

Fixes: quarkusio#28057
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 17, 2022
There is no need to test the exact placement of the POJOs values

Fixes: quarkusio#28057
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/smallrye env/m1 Impacts Apple M1 machines kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants