Home | History | Annotate | Download | only in base

Lines Matching refs:TEST

42 TEST(BackoffEntryTest, BaseTest) {
50 TEST(BackoffEntryTest, CanDiscardNeverExpires) {
59 TEST(BackoffEntryTest, CanDiscard) {
64 // Test the "being used" case.
68 // Test the case where there are errors but we can time out.
76 // Test the final case (no errors, dependent only on specified lifetime).
86 TEST(BackoffEntryTest, CanDiscardNotStored) {
93 TEST(BackoffEntryTest, ShouldIgnoreFirstTwo) {
106 TEST(BackoffEntryTest, ReleaseTimeCalculation) {
136 TEST(BackoffEntryTest, ReleaseTimeCalculationWithJitter) {
152 TEST(BackoffEntryTest, FailureThenSuccess) {
172 TEST(BackoffEntryTest, RetainCustomHorizon) {
192 TEST(BackoffEntryTest, RetainCustomHorizonWhenInitialErrorsIgnored) {
193 // Regression test for a bug discovered during code review.