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

Tests fail when run on more ranks than there are elements #2007

Closed
nlslatt opened this issue Nov 3, 2022 · 0 comments · Fixed by #2012
Closed

Tests fail when run on more ranks than there are elements #2007

nlslatt opened this issue Nov 3, 2022 · 0 comments · Fixed by #2012
Assignees

Comments

@nlslatt
Copy link
Collaborator

nlslatt commented Nov 3, 2022

Describe the bug

vt/tests/unit/collection/test_lb_data_retention.cc:196: Failure
Expected: (num_elms) >= (vt::theContext()->getNumNodes()), actual: 16 vs 32

Change the vt:TestLBDataRetention.test_lbdata_retention_last1_proc_32, vt:TestLBDataRetention.test_lbdata_retention_last2_proc_32, and vt:TestLBDataRetention.test_lbdata_retention_last1_proc_32 tests in test_lb_data_retention.cc to either skip when run on more ranks than there are elements, or increase the number of elements so that the test doesn't fail on 32 (or more) ranks. This is currently causing Gitlab CI test failures.

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

Successfully merging a pull request may close this issue.

2 participants