(t *testing.T, fn func() bool, failureMsgAndArgs ...interface{})
| 4365 | } |
| 4366 | |
| 4367 | func waitAndAssertCondition(t *testing.T, fn func() bool, failureMsgAndArgs ...interface{}) { |
| 4368 | waitAndAssertConditionWithOptions(t, fn, 20, 100, failureMsgAndArgs...) |
| 4369 | } |
| 4370 | |
| 4371 | func Test_stopBackgroundManagers(t *testing.T) { |
| 4372 | db, ctx := setupTestDB(t) |
no test coverage detected