Skip to content

Commit

Permalink
RUBY-2313 Run cursor reaping spec separately (#2016)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Pudeyev <oleg@bsdpower.com>
  • Loading branch information
p-mongo and p committed Jul 14, 2020
1 parent 2c2942e commit 18c04ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/support/spec_organizer.rb
Expand Up @@ -17,12 +17,16 @@ class SpecOrganizer
[%r,^mongo,, :unit],
[%r,^kerberos,, :unit],
[%r,^integration/sdam_error_handling,, :sdam_integration],
[%r,^integration/cursor_reaping,, :cursor_reaping],
[%r,^(atlas|integration),, :integration],
[%r,^spec_tests,, :spec],
[%r,^spec_tests/sdam_integration,, :spec_sdam_integration],
]

RUN_PRIORITY = %i(unit integration sdam_integration spec spec_sdam_integration)
RUN_PRIORITY = %i(unit
integration sdam_integration cursor_reaping
spec spec_sdam_integration
)

SPEC_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
ROOT = File.expand_path(File.join(SPEC_ROOT, '..'))
Expand Down

0 comments on commit 18c04ac

Please sign in to comment.