-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Sharding 15 (06/03/16)
-
0
verify() is non-fatal on production builds but fatal on debug builds, which makes it very difficult to use correctly. We should replace the usages of verify() in ConnectionString with uassert(), at least until we can get rid of all assertions from ConnectionString and use Status returns instead.