Exemplo n.º 1
0
 def test_duplicate_entries_after_hitting_fault(self):
     newschema = Schema()
     self.assertTrue(newschema.check_duplicate_entries_in_PT(),
                     "Failed to create the duplicate entries scenario")
Exemplo n.º 2
0
 def test_duplicate_entries_after_recovery(self):
     newschema = Schema()
     self.assertFalse(newschema.check_duplicate_entries_in_PT(),
                      "Found Duplicate entries in Persistent Table")
Exemplo n.º 3
0
 def test_create_ao_table(self):
     newschema = Schema()
     self.assertTrue(newschema.create_ao_table(), "AO table not created")