LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
99 stars 31 forks source link

Extend test suite to test different configurations #442

Open adammoody opened 4 years ago

adammoody commented 4 years ago

As we start to have configuration parameters that enable/disable capabilities or new optimizations, we should be sure our test suite runs through all combinations. Note that this is complicated in that some test cases may no longer work, or the expected behavior may change.

For example, we may have a configuration option that changes whether stat() returns 0, local size, or the current global size pre-lamination. The test cases that check file size with stat will need to know this and know to check the correct expected value under each configuration.

adammoody commented 4 years ago

@CamStan , @tonyhutter , got an issue started here we can use to discuss this.

MichaelBrim commented 4 years ago

We need to test I/O shuffle (i.e., read different data than written by the local rank) with data integrity checking turned on. For the writeread example, the relevant options are -x -k.

CamStan commented 4 years ago

Test the various ways of configuring UnifyFS to make sure they all work: