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

Extend redset test suite #34

Open
1 of 8 tasks
adammoody opened this issue Sep 15, 2021 · 1 comment
Open
1 of 8 tasks

Extend redset test suite #34

adammoody opened this issue Sep 15, 2021 · 1 comment

Comments

@adammoody
Copy link
Contributor

adammoody commented Sep 15, 2021

More tests to be added to redset:

  • Modify test so that it can run on a single host (avoid using hostname to split into redundancy groups).
  • Add a test where different ranks write a different number of files, and include a case where one rank writes 0 files.
  • Assign different groups to different files with chown(), and check that proper group is restored after rebuilding a deleted file.
  • Create a test in which COMM_WORLD is divided into multiple redundancy sets. Delete files from one set so that it can't be recovered. Verify that all ranks in COMM_WORLD identify that the rebuild failed.
  • Test that serial rebuilds work for all redundancy schemes.
  • Run valgrind to check for memory leaks.

Resolve issues noted in:

@adammoody
Copy link
Contributor Author

@CamStan and @kosinovsky , I'm creating a running list of new tests we should eventually add to redset. These might also apply to other components like shuffle and axl, but I'll just keep the running list in redset for now. Once we implement these in redset, we can just cut-and-paste them to the other components or perhaps define a new testutils repo that our different components could share.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant