mar-file-system / mad

MarFS Automatic Deployment
Other
0 stars 0 forks source link

Unit Test Plan #3

Closed shanegoff closed 4 years ago

shanegoff commented 4 years ago

There needs to be unit tests to make certain methods function correctly. These should be separate from tests that will test deployments. I think the GPFSInterface and ZFSInterface will have to be marked for "cluster" tests to only run when testing on a cluster. The NodeBase StorageInterface and MetadataInterface can all run on a single node. They can probably also run on the cluster examples, so they should be compatible with that plan.

Unit Tests

shanegoff commented 4 years ago

Unit tests are all wrapped up for now I think