You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Read-only tests that can run with high parallelism
79
+
[[profile.default.overrides]]
80
+
filter = 'binary(help_tests) or binary(health_check_tests) or binary(nodes_tests) or binary(feature_flag_tests)'
81
+
priority = 80
82
+
test-group = 'read_only'
83
+
84
+
# Tests that create isolated virtual hosts
85
+
[[profile.default.overrides]]
86
+
filter = 'binary(queues_tests) or binary(exchanges_tests) or binary(bindings_tests) or binary(streams_tests) or binary(vhost_limits_tests) or binary(channels_tests) or binary(connections_tests)'
87
+
priority = 70
88
+
test-group = 'isolated_vhosts'
89
+
90
+
# User management tests (global state)
91
+
[[profile.default.overrides]]
92
+
filter = 'binary(users_tests) or binary(permissions_tests) or binary(user_limits_tests)'
0 commit comments