You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit test 0700 fails when unifyfs-stage tries to transfer the file out of the unifyfs file system.
Describe how to reproduce the problem
Just put test 0700 in without "expect fail" and it will fail the overall tests.
Include any warning or errors or releveant debugging data
Here's the error message given by unifyfs-stage:
failed to transfer file (src=/tmp/tmp.FaQ7lHYYg4/mount/intermediate.file, dst=/tmp/tmp.FaQ7lHYYg4/stage_destination_0700/destination_0700.file): Bad file descriptor
data transfer failed (Bad file descriptor)
I have run these same tests on summitdev and Cameron has run them on one of the machines at Livermore, and they run fine. Somehow the Travis environment is tripping something up.
I'm creating this issue as a to-do to track this down.
The text was updated successfully, but these errors were encountered:
There is one stage test currently set as test_might_fail, but I don't recall why this decision was made. Might have been a failure that only showed up on Travis and not locally and never got debugged on Travis.
9300-unifyfs-stage-isolated.t and 0700-unifyfs-stage-full.t fail on Summit and seem to be set as test_might_fail so that they pass on Travis. This might be a separate issue, and if so, I can create another.
System information
Describe the problem you're observing
The unit test 0700 fails when unifyfs-stage tries to transfer the file out of the unifyfs file system.
Describe how to reproduce the problem
Just put test 0700 in without "expect fail" and it will fail the overall tests.
Include any warning or errors or releveant debugging data
Here's the error message given by unifyfs-stage:
I have run these same tests on summitdev and Cameron has run them on one of the machines at Livermore, and they run fine. Somehow the Travis environment is tripping something up.
I'm creating this issue as a to-do to track this down.
The text was updated successfully, but these errors were encountered: