-
Notifications
You must be signed in to change notification settings - Fork 493
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
Integration Tests Failing on Develop #6731
Comments
@djbrooke FWIW I just ran this through in a VM on my new SSD. 8 cores and 8GB of RAM made the tests run cleanly, and the API test suite kept most of the cores pegged for the duration of the tests. |
Thanks @donsizemore, that's good to hear. Is there an easy way to give the jenkins.dataverse.org instance some more juice so it can get through the tests? cc @landreev because you mentioned you were going to look into the Harvesting test |
@djbrooke tweaking the JVM heap didn't help... there are 181 occurrences of the following error, which I haven't seen before:
|
So let's maybe put this one on hold, until #6739 is fixed. |
OK, fixing #6739 appears to have fixed the 3 tests that were failing previously:
However, it also appears that #6490 (also merged yesterday) has introduced 3 new failures:
|
I did a quick replace file test on develop and it failed silently in UI but saw this in log:
|
I looked briefly this afternoon. It's going to be very hard to debug without seeing the log for the tests to find out where the problem starts. Is there a way to get that? (I didn't see anything obvious in jenkins). |
@qqmeyers The server logs from the node that's running the tests are available through jenkins; hold on, I'll find the links. |
Ah - didn't look up. His log will help. |
@qqmyers The server logs and such from the last Jenkins run: (and of course the full console output log of the jenkins test job is here: https://jenkins.dataverse.org/job/IQSS-dataverse-develop/396/consoleFull) |
(also, the EC2 instance that ran the test is still up - they are kept alive for a couple of days - so if you need shell access to it, Don should be able to send the key) |
OK - hopefully an easy fix in the PR above |
We're seeing integration tests fail over the past few runs in develop:
Some details about the failures:
https://jenkins.dataverse.org/job/IQSS-dataverse-develop/382/testReport/
The text was updated successfully, but these errors were encountered: