-
Notifications
You must be signed in to change notification settings - Fork 501
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
AdminIT.testBannerMessages failing on Rocky 9 #10312
Comments
@jp-tosca as of May 13 2024 on Rocky 9 this test still fails: |
FTR: After some testing it seems that there is something wrong with the endpoint in Rocky IX 🥊. Thanks @donsizemore for all the help with testing this. After doing some changes on the test and eliminating points of failure we concluded that in this environment a valid call is producing a success output with an unexpected result. A simple call like this:
Will generate in Rocky IX 🥊 the following output:
But when checking with:
We get something like this : So far it doesn't seem to be an exception or anything on the back but I will post as soon as I find more details |
This test is failing because:
Use the locale to define what message to return, rocky is returning "c". On the test, this line will call the method
Which is searching explicitly from this string
And the value is empty
|
This doesn't require code changes within Dataverse -- this problem is specific to the Rocky 9 AWS AMI. Closing in favor of gdcc/dataverse-ansible#352 |
This test has failed consistently enough on Rocky 9 that I feel it's worth reporting:
"[ERROR] AdminIT.testBannerMessages:863 expected: <OK> but was: <ERROR>"
Unfortunately I don't find anything more helpful in the stack of server.logs generated during end-to-end tests.
Related to #10271
The text was updated successfully, but these errors were encountered: