Releases: tmm1/test-queue
Releases · tmm1/test-queue
v0.11.1
v0.11.0
v0.10.0
v0.9.0 (The RubyKaigi 2023 Edition)
Based on the survey results from RubyKaigi 2023, support for the significantly outdated RSpec 2 and Minitest 4 has been dropped.
Changed
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.2
v0.4.1
Added
- It is now considered a failure if any of the following happen #67 @mistydemeo:
- An unexpected suite is run
- An expected suite is not run
- A suite is run on the wrong worker
Fixed
- Deprecation warnings under Ruby 2.3 #61 #62 @milkcocoa
- Remote masters can no longer mistakenly communicate with the wrong central master (e.g., if the central master aborts and a new one is spawned while the remote masters are still running) #64 https://github.com/tmm1/test-queue/pull/65/files @mistydemeo
- Multi-master tests are now more comprehensive, which should reduce regressions in the future #66 @mistydemeo