[CXX-579] kill read_preference_tests tests if SetUpTestCase fails Created: 13/Apr/15 Updated: 19/May/15 Resolved: 13/Apr/15 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | legacy-1.0.2 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Adam Midvidy | Assignee: | Adam Midvidy |
| Resolution: | Done | Votes: | 0 |
| Labels: | legacy-cxx | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
GTest will currently run tests when SetupTestCase fails. This leads to confusing failures as tests are run in an invalid state. We should call std::abort manually in this case until this is fixed. GTest issue: https://code.google.com/p/googletest/issues/detail?id=247 |