[ 
https://issues.apache.org/jira/browse/PROTON-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260711#comment-17260711
 ] 

ASF GitHub Bot commented on PROTON-2281:
----------------------------------------

jiridanek opened a new pull request #282:
URL: https://github.com/apache/qpid-proton/pull/282


   I strongly dislike using random numbers in tests in this particular manner. 
I'd have much preferred doing a simple
   
   ```ruby
   @message.ttl = -1
   ```
   
   That would be a perfectly clear an understandable test for this boundary 
condition, in my view.
   
   However, this is not something I am ready to go on a crusade about, at least 
not right now.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Flakiness in ruby-message-spec test
> -----------------------------------
>
>                 Key: PROTON-2281
>                 URL: https://issues.apache.org/jira/browse/PROTON-2281
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: ruby-binding
>    Affects Versions: proton-c-0.32.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>
> https://travis-ci.org/github/apache/qpid-proton/jobs/731728918#L7596
> {noformat}
> test 53
>       Start 53: ruby-message-spec
> 53: Test command: /opt/pyenv/shims/python3 
> "/home/travis/build/apache/qpid-proton/scripts/env.py" "--" 
> "PATH=/home/travis/build/apache/qpid-proton/build/ruby:/home/travis/build/apache/qpid-proton/build/c:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v10.16.0/bin:/home/travis/.kiex/elixirs/elixir-1.7.4/bin:/home/travis/.kiex/bin:/home/travis/.rvm/gems/ruby-2.7.1/bin:/home/travis/.rvm/gems/ruby-2.7.1@global/bin:/home/travis/.rvm/rubies/ruby-2.7.1/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.16.8/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin"
>  
> "RUBYLIB=/home/travis/build/apache/qpid-proton/ruby/lib:/home/travis/build/apache/qpid-proton/ruby/tests:/home/travis/build/apache/qpid-proton/ruby/spec:/home/travis/build/apache/qpid-proton/build/ruby:/home/travis/build/apache/qpid-proton/build/c:"
>  "COVERAGE_DIR=/home/travis/build/apache/qpid-proton/build/ruby/coverage" 
> "SASLPASSWD=/usr/sbin/saslpasswd2" 
> "/home/travis/.rvm/rubies/ruby-2.7.1/bin/ruby" 
> "-r/home/travis/build/apache/qpid-proton/ruby/tests/collect_coverage.rb" 
> "/home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb" "-v"
> 53: Test timeout computed to be: 360
> 53: Run options: -v --seed 34529
> 53: 
> 53: # Running:
> 53: 
> 53: A message#test_0055_can have a nil reply-to group id = DEPRECATED: global 
> use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:347. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0042_raises an error on a negative expiry time = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:274. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0033_has a reply-to address = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:224. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0048_has a creation time = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:308. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0001_can be created = DEPRECATED: global use of 
> wont_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:32. Use 
> _(obj).wont_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0057_has a reply-to group id = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:358. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0064_has no properties after being cleared = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:424. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_empty from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:427. Use 
> _(obj).must_be_empty instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0072_has annotations = DEPRECATED: global use of 
> must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:499. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:500. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0054_has a group sequence = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:342. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0067_can update an instruction = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:448. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:452. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0035_has a correlation id = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:235. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0043_can have a zero expiry time = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:279. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0079_has a body property = DEPRECATED: global use of 
> must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:568. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:569. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0058_has properties = DEPRECATED: global use of 
> must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:362. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:363. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:364. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:365. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_kind_of from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:367. Use 
> _(obj).must_be_kind_of instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0014_raises an error when the time-to-live is negative = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:113. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = F
> 53: A message#test_0023_has a delivery count = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:169. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0078_has no annotations after being cleared = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:561. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_empty from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:564. Use 
> _(obj).must_be_empty instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0037_will allow an empty content type = DEPRECATED: global 
> use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:245. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0041_raises an error on a nil expiry time = DEPRECATED: 
> global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:268. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0004_raises an error when setting durable to nil = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:53. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0021_raises an error on a non-numeric delivery count = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:157. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0063_can delete a property = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:413. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of wont_include from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:416. Use 
> _(obj).wont_include instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0047_can have a zero creation time = DEPRECATED: global 
> use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:302. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0016_raises an error when setting first acquirer to nil = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:125. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0045_raises an error on a nil creation time = DEPRECATED: 
> global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:291. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0066_can set an instruction = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:440. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0082_can set the body property = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:600. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:600. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:600. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0026_allows setting a nil user id = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:185. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0083_can update the body property = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:618. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:621. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:618. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:621. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:618. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:621. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0029_has an address = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:202. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0006_raises an error when setting the priority to a 
> non-number = DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:65. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0061_can update properties = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:390. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:394. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0039_can have nil content encoding = DEPRECATED: global 
> use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:256. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0003_can be durable = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:45. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:47. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0005_raises an error when setting the priority to nil = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:59. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0036_will allow a nil content type = DEPRECATED: global 
> use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:240. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0062_can hold a null property = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:402. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:405. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0002_can be cleared = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:38. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of wont_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:40. Use 
> _(obj).wont_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0028_allows setting a nil address = DEPRECATED: global use 
> of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:196. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0052_raises an error on a nil group sequence = DEPRECATED: 
> global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:331. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0059_can replace the set of properties = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:374. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0053_can have a zero group sequence = DEPRECATED: global 
> use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:336. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0011_raises an error when setting the time-to-live to nil 
> = DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:95. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0034_will allow a nil correlation id = DEPRECATED: global 
> use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:229. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0046_raises an error on a negative creation time = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:297. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0038_has a content type = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:251. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0073_can set an annotation = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:508. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0009_rejects a negative priority = DEPRECATED: global use 
> of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:83. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0027_has a user id = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:191. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0077_can delete the set of annotations = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:551. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:554. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0081_has no body after being cleared = DEPRECATED: global 
> use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:580. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:583. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0032_will allow a nil reply-to address = DEPRECATED: 
> global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:218. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0051_has a group id = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:324. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0056_can have an empty reply-to group id = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:352. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0022_converts a floating point delivery count to its 
> integer portion = DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:163. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0069_can replace the instructions = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:470. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:475. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0019_raises an error on a nil delivery count = DEPRECATED: 
> global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:145. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0060_can set properties = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:382. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0017_raises and error when setting first acquirer to a 
> non-boolean = DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:131. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0025_has an id = DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:180. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0049_can have a nil group id = DEPRECATED: global use of 
> must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:313. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0071_has no instructions after being cleared = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:492. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_empty from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:495. Use 
> _(obj).must_be_empty instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0076_can replace all annotations = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:539. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:544. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0031_has a subject = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:213. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0080_has a default body that is nil = DEPRECATED: global 
> use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:573. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0007_sets the priority to the integer portion when a float 
> = DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:71. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0030_allows setting a nil subject = DEPRECATED: global use 
> of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:207. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0068_can delete the instructions = DEPRECATED: global use 
> of wont_be_empty from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:460. Use 
> _(obj).wont_be_empty instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:463. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0010_has a priority = DEPRECATED: global use of must_equal 
> from /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:89. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0012_raises an error when setting the time-to-live to a 
> non-number = DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:101. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0015_has a time-to-live = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:119. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0044_has an expiry time = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:285. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0070_can delete the set of instructions = DEPRECATED: 
> global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:482. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:485. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0050_can have an empty group id = DEPRECATED: global use 
> of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:318. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0018_has a first acquirer = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:136. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:139. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0040_has a content encoding = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:262. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0074_can update an annotation = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:516. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:521. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0013_sets the time-to-live to the integer portion when a 
> float = DEPRECATED: global use of must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:107. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0008_rejects a priority with too large of a value = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:77. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0020_raises an error on a negative delivery count = 
> DEPRECATED: global use of must_raise from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:151. Use 
> _(obj).must_raise instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0024_allows setting a nil id = DEPRECATED: global use of 
> must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:174. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0065_has instructions = DEPRECATED: global use of 
> must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:431. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_respond_to from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:432. Use 
> _(obj).must_respond_to instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: A message#test_0075_can delete an annotation = DEPRECATED: global use of 
> must_equal from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:529. Use 
> _(obj).must_equal instead. This will fail in Minitest 6.
> 53: DEPRECATED: global use of must_be_nil from 
> /home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:532. Use 
> _(obj).must_be_nil instead. This will fail in Minitest 6.
> 53: 0.00 s = .
> 53: 
> 53: Finished in 0.028254s, 2937.6718 runs/s, 4247.2363 assertions/s.
> 53: 
> 53:   1) Failure:
> 53: A message#test_0014_raises an error when the time-to-live is negative 
> [/home/travis/build/apache/qpid-proton/ruby/spec/message_spec.rb:113]:
> 53: RangeError expected but nothing was raised.
> 53: 
> 53: 83 runs, 120 assertions, 1 failures, 0 errors, 0 skips
> 53/53 Test #53: ruby-message-spec ................***Failed    0.23 sec
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to