095629f11424b6d00b263383b1bdefc37d266375,tests/providers/aws/aws_managed_relational_db_test.py,AwsManagedRelationalDbTestCase,testParseEndpoint,#AwsManagedRelationalDbTestCase#,196
Before Change
self.assertEqual(True, db._IsReady())
def testParseEndpoint(self):
path = os.path.join(
os.path.dirname(__file__), "../../data",
"aws-describe-db-instances-available.json")
with open(path) as fp:
test_output = fp.read()
with self._PatchCriticalObjects():
db = self.createManagedDbFromSpec(self.createSpecDict())
self.assertEqual(
After Change
self.assertEqual(True, db._IsReady())
def testParseEndpoint(self):
test_data = readTestDataFile("aws-describe-db-instances-available.json")
with self._PatchCriticalObjects():
db = self.createManagedDbFromSpec()
self.assertEqual(
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 14
Instances
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 095629f11424b6d00b263383b1bdefc37d266375
Time: 2017-10-12
Author: gareth-ferneyhough@users.noreply.github.com
File Name: tests/providers/aws/aws_managed_relational_db_test.py
Class Name: AwsManagedRelationalDbTestCase
Method Name: testParseEndpoint
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 095629f11424b6d00b263383b1bdefc37d266375
Time: 2017-10-12
Author: gareth-ferneyhough@users.noreply.github.com
File Name: tests/providers/aws/aws_managed_relational_db_test.py
Class Name: AwsManagedRelationalDbTestCase
Method Name: testIsNotReady
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 095629f11424b6d00b263383b1bdefc37d266375
Time: 2017-10-12
Author: gareth-ferneyhough@users.noreply.github.com
File Name: tests/providers/aws/aws_managed_relational_db_test.py
Class Name: AwsManagedRelationalDbTestCase
Method Name: testIsReady
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 095629f11424b6d00b263383b1bdefc37d266375
Time: 2017-10-12
Author: gareth-ferneyhough@users.noreply.github.com
File Name: tests/providers/aws/aws_managed_relational_db_test.py
Class Name: AwsManagedRelationalDbTestCase
Method Name: testParseEndpoint
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 095629f11424b6d00b263383b1bdefc37d266375
Time: 2017-10-12
Author: gareth-ferneyhough@users.noreply.github.com
File Name: tests/providers/aws/aws_managed_relational_db_test.py
Class Name: AwsManagedRelationalDbTestCase
Method Name: testParsePort