Skip to content

Instantly share code, notes, and snippets.

@yasuoza
Created February 13, 2014 07:10
Show Gist options
  • Save yasuoza/8971075 to your computer and use it in GitHub Desktop.
Save yasuoza/8971075 to your computer and use it in GitHub Desktop.
minitest ~> 4.7.3
$ ci-test $(find -L $PWD/test -name \*_test.rb)
Starting test-queue master (/tmp/test_queue_16649_70329599330480.sock)
==> Summary (8 workers in 2.5028s)
[ 8] 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips 0 suites in 0.0055s (pid 16702 exit 0)
[ 1] 6 tests, 16 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.0579s (pid 16695 exit 0)
[ 7] 6 tests, 16 assertions, 0 failures, 0 errors, 0 skips 1 suites in 1.0906s (pid 16701 exit 0)
[ 2] 5 tests, 19 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.1234s (pid 16696 exit 0)
[ 5] 23 tests, 75 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.2662s (pid 16699 exit 0)
[ 4] 7 tests, 11 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.2720s (pid 16698 exit 0)
[ 3] 6 tests, 11 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.3488s (pid 16697 exit 0)
[ 6] 6 tests, 38 assertions, 0 failures, 0 errors, 0 skips 1 suites in 2.4991s (pid 16700 exit 0)
minitest ~> 5.0
$ ci-test $(find -L $PWD/test -name \*_test.rb)
Starting test-queue master (/tmp/test_queue_26810_70193496003940.sock)
==> Summary (8 workers in 2.4061s)
[ 2] 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips 0 suites in 0.0309s (pid 26857 exit 0)
[ 8] 0 runs, 0 assertions, 0 failures, 0 errors, 0 skips 0 suites in 0.0296s (pid 26863 exit 0)
[ 1] 6 runs, 17 assertions, 0 failures, 0 errors, 0 skips 1 suites in 0.9592s (pid 26856 exit 0)
[ 7] 8 runs, 21 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.0938s (pid 26862 exit 0)
[ 4] 7 runs, 27 assertions, 0 failures, 0 errors, 0 skips 3 suites in 1.2339s (pid 26859 exit 0)
[ 3] 8 runs, 13 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.2347s (pid 26858 exit 0)
[ 5] 20 runs, 62 assertions, 0 failures, 0 errors, 0 skips 2 suites in 1.3240s (pid 26860 exit 0)
[ 6] 10 runs, 46 assertions, 0 failures, 0 errors, 0 skips 2 suites in 2.4023s (pid 26861 exit 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment