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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Change the
vt:TestLBDataRetention.test_lbdata_retention_last1_proc_32
,vt:TestLBDataRetention.test_lbdata_retention_last2_proc_32
, andvt:TestLBDataRetention.test_lbdata_retention_last1_proc_32
tests intest_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.The text was updated successfully, but these errors were encountered: