Skip to content

Commit eb6780f

Browse files
committed
[test] exclude two reaper tests
These: * create reapers with frequency of 0.0001 seconds * fail some times (because the test is wrong, fixed on rails master) * leak the thread (all the ConnectionPools do), keep polling
1 parent 27929d9 commit eb6780f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_some_time, 'intermittent failures, leaks thread, fires at high frequency'
2+
exclude :test_connection_pool_starts_reaper, 'intermittent failures, leaks thread, fires at high frequency'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_some_time, 'intermittent failures, leaks thread, fires at high frequency'
2+
exclude :test_connection_pool_starts_reaper, 'intermittent failures, leaks thread, fires at high frequency'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_some_time, 'intermittent failures, leaks thread, fires at high frequency'
2+
exclude :test_connection_pool_starts_reaper, 'intermittent failures, leaks thread, fires at high frequency'

0 commit comments

Comments
 (0)