d0e30e8810abfa506f67e2cf957a30e2f281f69e,test/test_run.py,RunTests,test_mpi_run_on_large_cluster,#RunTests#,286

Before Change


    Tests mpi_run on a large cluster.
    
    def test_mpi_run_on_large_cluster(self):
        if _get_mpi_implementation_flags(False)[0] is None:
            self.skipTest("MPI is not available")

        cmd = ["cmd"]
        settings = copy.copy(self.minimal_settings)

After Change


    Tests mpi_run on a large cluster.
    
    def test_mpi_run_on_large_cluster(self):
        if not mpi_available():
            self.skipTest("MPI is not available")

        cmd = ["cmd"]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: horovod/horovod
Commit Name: d0e30e8810abfa506f67e2cf957a30e2f281f69e
Time: 2020-03-31
Author: github@enrico.minack.dev
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_on_large_cluster


Project Name: horovod/horovod
Commit Name: d0e30e8810abfa506f67e2cf957a30e2f281f69e
Time: 2020-03-31
Author: github@enrico.minack.dev
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_with_non_zero_exit


Project Name: horovod/horovod
Commit Name: d0e30e8810abfa506f67e2cf957a30e2f281f69e
Time: 2020-03-31
Author: github@enrico.minack.dev
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_minimal


Project Name: horovod/horovod
Commit Name: d0e30e8810abfa506f67e2cf957a30e2f281f69e
Time: 2020-03-31
Author: github@enrico.minack.dev
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_full