(t *testing.T)
| 852 | // mechanism is disabled. |
| 853 | func TestTransactionQueueTimeLimiting(t *testing.T) { testTransactionQueueTimeLimiting(t, false) } |
| 854 | func TestTransactionQueueTimeLimitingNoLocals(t *testing.T) { testTransactionQueueTimeLimiting(t, true) } |
| 855 | |
| 856 | func testTransactionQueueTimeLimiting(t *testing.T, nolocals bool) { |
| 857 | // Reduce the eviction interval to a testable amount |
nothing calls this directly
no test coverage detected