d86327a6e3f533ce2337b599ef242cfd436b06fd,test/test_elastic_driver.py,ElasticDriverTests,test_rank_and_size_with_host_failure,#ElasticDriverTests#,83

Before Change


            return 0, time.time()

        driver.start(np=2, create_worker_fn=exec_command)
        res = driver.get_results()
        driver.stop()

        assert len(res) == 2
        for name, (exit_code, timestamp) in res.items():

After Change


            return 0, time.time()

        driver.start(np=2, create_worker_fn=exec_command)
        res = driver.get_results().worker_results
        driver.stop()

        assert len(res) == 2
        for name, (exit_code, timestamp) in res.items():
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 3

Instances


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_rank_and_size_with_host_failure


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_rank_and_size


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_worker_notification_manager


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_rank_and_size_with_host_added


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_host_shutdown_on_worker_failure


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_shutdown_on_success


Project Name: horovod/horovod
Commit Name: d86327a6e3f533ce2337b599ef242cfd436b06fd
Time: 2020-06-25
Author: taddair@uber.com
File Name: test/test_elastic_driver.py
Class Name: ElasticDriverTests
Method Name: test_all_workers_fail