TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

MantaClientDirectoriesIT.pruneParentDirectoriesFull fails at certain use-cases #542

Closed indianwhocodes closed 4 years ago

indianwhocodes commented 5 years ago

It seems the createRandomDirectory() method being used to create parentDir and childDir directories potentially encounters inconsistencies with directory-depths due to which failures have been observed while testing #507 . See more information here.

The STRING_GENERATOR being used within this integration-test might be responsible. Furthermore, once #507 gets merged into master this test needs to be more robust.