newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

CI: Multiverse tests: specifying more than 1 suite does not work as intended

Open fallwith opened this issue 3 years ago • 1 comments

NOTE: Our automated CI system tests multiple multiverse suites by referring to their group/category name and that system is therefore unaffected by this issue.

When attempting to run two or more multiverse suites at the same time, only the first one seems to run.

Our multiverse documentation gives the following example:

rake 'test:multiverse[rails,net_http]'

Issuing that command will only run the "rails" suite and completely ignore the "net_http" suite.

fallwith avatar May 13 '22 03:05 fallwith

https://issues.newrelic.com/browse/NEWRELIC-3445

We've decided we don't need it to work this way, lets just update the readme

tannalynn avatar Jun 08 '23 21:06 tannalynn