1912d333688af89696e8a99fdbc67f265dcdee82,studio/completion_service/completion_service_test.py,CompletionServiceTest,test_two_experiments_ec2,#CompletionServiceTest#,43
Before Change
"tests",
"test_config_http_client.yaml")
self.test_two_experiments_with_cs_args(
config=config_path,
cloud_timeout=100,
cloud="ec2")
@unittest.skip("race condition between ec2 tests?")
@unittest.skipIf(not has_aws_credentials(),
"AWS credentials needed for this test")
After Change
"tests",
"test_config_http_client.yaml")
with _ec2_test_lock:
self.test_two_experiments_with_cs_args(
config=config_path,
cloud_timeout=100,
cloud="ec2")
@unittest.skipIf(not has_aws_credentials(),
"AWS credentials needed for this test")
def test_two_experiments_ec2spot(self):
mypath = os.path.dirname(os.path.realpath(__file__))
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: studioml/studio
Commit Name: 1912d333688af89696e8a99fdbc67f265dcdee82
Time: 2017-11-15
Author: peter.zhokhov@sentient.ai
File Name: studio/completion_service/completion_service_test.py
Class Name: CompletionServiceTest
Method Name: test_two_experiments_ec2
Project Name: studioml/studio
Commit Name: e416c70d8dd761b91c046b3cae0fe50bc8a4d057
Time: 2017-11-15
Author: peter.zhokhov@sentient.ai
File Name: studio/completion_service/completion_service_test.py
Class Name: CompletionServiceTest
Method Name: test_two_experiments_apiserver
Project Name: studioml/studio
Commit Name: 1912d333688af89696e8a99fdbc67f265dcdee82
Time: 2017-11-15
Author: peter.zhokhov@sentient.ai
File Name: studio/completion_service/completion_service_test.py
Class Name: CompletionServiceTest
Method Name: test_two_experiments_ec2spot