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

Investigate BulkFileOperationsAOImplTest test failure against iRODS 4.3.0 and later #457

Open
korydraughn opened this issue Aug 12, 2024 · 0 comments
Labels
Milestone

Comments

@korydraughn
Copy link
Collaborator

korydraughn commented Aug 12, 2024

This was found while testing against iRODS 4.3.1. To reproduce, run the test suite using docker-test-framework/4-3.

[ERROR] Tests run: 1553, Failures: 0, Errors: 1, Skipped: 4, Time elapsed: 1,417.961 s <<< FAILURE! - in org.irods.jargon.core.unittest.AllTests
[ERROR] testCreateBundleZip(org.irods.jargon.core.pub.BulkFileOperationsAOImplTest)  Time elapsed: 1.927 s  <<< ERROR!                          
org.irods.jargon.core.exception.JargonException: Unknown iRODS exception code recieved:-77000                                                   
        at org.irods.jargon.core.pub.BulkFileOperationsAOImplTest.testCreateBundleZip(BulkFileOperationsAOImplTest.java:275)                    
                                                                                                                                                
[INFO]                                                                                                                                          
[INFO] Results:                                                                                                                                 
[INFO]                                                                                                                                          
[ERROR] Errors:                                                                                                                                 
[ERROR]   BulkFileOperationsAOImplTest.testCreateBundleZip:275 » Jargon Unknown iRODS ex...                                                     
[INFO]                                                                                                                                          
[ERROR] Tests run: 1553, Failures: 0, Errors: 1, Skipped: 4                                                                                     
[INFO]                                                                                                                                          
[INFO] ------------------------------------------------------------------------                                                                 
[INFO] Reactor Summary for Jargon 4.3.3.0-RELEASE:                                                                                              
[INFO]                                                                                                                                          
[INFO] Jargon ............................................. SUCCESS [  0.982 s]                                                                 
[INFO] Jargon Core ........................................ FAILURE [25:23 min]                                                                 
[INFO] Jargon User Tagging ................................ SKIPPED                                                                             

Rerunning that test (without relaunching the docker containers) results in the test passing. That indicates the test may not be idempotent.

Rerunning all tests (without relaunching the docker containers) in BulkFileOperationsAOImplTest pass too.

The failure only occurs when running from a fresh environment (i.e. no previous run has occurred).

Originally reported at #430 (comment).
Derived from #435.

@korydraughn korydraughn added this to the 4.3.5.0 milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant