167aa00d3649eb612529e76a64fc3f86cf0b90e1,test/test_run.py,RunTests,test_mpi_run_on_large_cluster,#RunTests#,283

Before Change


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

        cmd = ["cmd"]

After 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"]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: horovod/horovod
Commit Name: 167aa00d3649eb612529e76a64fc3f86cf0b90e1
Time: 2020-03-05
Author: taddair@uber.com
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_on_large_cluster


Project Name: horovod/horovod
Commit Name: 167aa00d3649eb612529e76a64fc3f86cf0b90e1
Time: 2020-03-05
Author: taddair@uber.com
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_full


Project Name: horovod/horovod
Commit Name: 167aa00d3649eb612529e76a64fc3f86cf0b90e1
Time: 2020-03-05
Author: taddair@uber.com
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_minimal


Project Name: horovod/horovod
Commit Name: 167aa00d3649eb612529e76a64fc3f86cf0b90e1
Time: 2020-03-05
Author: taddair@uber.com
File Name: test/test_run.py
Class Name: RunTests
Method Name: test_mpi_run_with_non_zero_exit