Skip to content

Releases: tmm1/test-queue

v0.11.1

20 Dec 02:34
Compare
Choose a tag to compare

Fixed

Full changes since v0.11.0

v0.11.0

01 Jul 06:16
Compare
Choose a tag to compare

Added

  • Add TEST_QUEUE_SPLIT_GROUPS feature to testunit runner #129 @arika

Full changes since v0.10.0

v0.10.0

26 Jun 07:01
Compare
Choose a tag to compare

Added

  • Display seed value when running RSpec #126 @koic

Fixed

  • Fix marshal load error when marshal data includes "\n" #128 @arika

Full changes since v0.9.0

v0.9.0 (The RubyKaigi 2023 Edition)

13 May 05:34
Compare
Choose a tag to compare

Based on the survey results from RubyKaigi 2023, support for the significantly outdated RSpec 2 and Minitest 4 has been dropped.

Changed

  • (Breaking) Drop Minitest 4 support #125 @koic
  • (Breaking) Drop RSpec 2 support #124 @koic
  • (Breaking) Remove deprecated TEST_QUEUE_SLAVE_MESSAGE environment variable #123 @koic

Full changes since v0.8.0

v0.8.0

07 May 04:47
Compare
Choose a tag to compare

Added

Changed

  • Rename TestQueue::Runner::MiniTest to TestQueue::Runner::Minitest #115 @koic

Full changes since v0.7.0

v0.7.0

26 Apr 03:48
Compare
Choose a tag to compare

Added

Full changes since v0.6.0

v0.6.0

17 Apr 03:31
Compare
Choose a tag to compare

Added

  • Run with spec directory by default for rspec-queue command #109 @koic

Fixed

Changed

Full changes since v0.5.0

v0.5.0

16 Jul 08:23
Compare
Choose a tag to compare

Fixed

Changed

  • TEST_QUEUE_SLAVE_MESSAGE is deprecated and use TEST_QUEUE_REMOTE_MASTER_MESSAGE #72 @aroben

Full changes since v0.4.2

v0.4.2

17 Jan 16:34
Compare
Choose a tag to compare

Fixed

  • The master no longer crashes if a worker is killed by a signal #70 @bhuga

Full changes since v0.4.1

v0.4.1

06 Jan 15:06
Compare
Choose a tag to compare

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

Full changes since v0.4.0