-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
TIG 13 (04/22/16), TIG 14 (05/13/16), TIG 15 (06/03/16), TIG 16 (06/24/16), TIG 17 (07/15/16)
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
If the database doesn't exist the dbhash output should have a clear indication of that, possible like this:
{ host: "mci-osx108.build.10gen.cc:20011",
md5: false, // for compat.
missing: true, // indication it is missing and doesn't exist
...}
Adding this additional information will allow the test framework to distinguish when a db exists or not on a replica, independent of storage engine impl. Right now we cannot detect some types of replication failures using dbhash.