-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Correctness
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In this peace of code we are logging "Trying to validate collection ..." message after we run the actual "validate" command
https://github.com/10gen/mongo/blob/3aedfa559dda734d4d89fefe0fe1154a5a3cf04d/buildscripts/resmokelib/testing/hooks/validate.py#L259-L264
It would make more sense to change the order and log the message first and then run the command.