I am seeing output from this line in our CI logs, and want to know what it means:
If you need to reproduce a particular subset of tests fetched from API queue then above after each request to Knapsack Pro API you will find example rspec command.
It comes form here:
|
KnapsackPro.logger.info("To retry in development the tests for this CI node please run below command on your machine. It will run all tests in a single run. If you need to reproduce a particular subset of tests fetched from API queue then above after each request to Knapsack Pro API you will find example rspec command.") |
There seems to be something wrong with this sentence, especially here:
... fetched from API queue then above after each request ...
I would like to support, but I don't know what exactly this sentence means.
I am seeing output from this line in our CI logs, and want to know what it means:
It comes form here:
knapsack_pro-ruby/lib/knapsack_pro/runners/queue/rspec_runner.rb
Line 115 in 3aa4192
There seems to be something wrong with this sentence, especially here:
... fetched from API queue then above after each request ...I would like to support, but I don't know what exactly this sentence means.