Adding better naming to unit tests for filtering; adding short and full unit test suites (#235)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
35c5a7fe45
Коммит
684f3e6af4
@@ -126,7 +126,7 @@ namespace CorrectnessTests
|
||||
dataset.Release();
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(AllReduceAbortSweep,
|
||||
INSTANTIATE_TEST_SUITE_P(AllReduceAbortSweep,
|
||||
AllReduceAbortTest,
|
||||
testing::Combine(
|
||||
// Reduction operator
|
||||
@@ -139,5 +139,6 @@ namespace CorrectnessTests
|
||||
testing::Values(2, 4),
|
||||
// In-place or not
|
||||
testing::Values(false),
|
||||
testing::Values("")));
|
||||
testing::Values("")),
|
||||
CorrectnessTest::PrintToStringParamName());
|
||||
} // namespace
|
||||
|
||||
Ссылка в новой задаче
Block a user