+1 with non-regression ruby issue raised, see below.

Tested the following combinations:

Fedora 29
- Built with default options; passed all tests
- Ran selection of c and cpp examples without issue

macOS 10.14.6
- Built with BUILD_RUBY=OFF and with go 1.13
- Passed all tests incl. go tests

OSX 10.11.6
- Built with default options
- Ran selection of c and cpp examples without issue
- Passed all c, cpp tests
- 1 consistent ruby test failure, not regression as same behaviour as 0.30.0
27:   1) Failure:
27: ContainerTest#test_stop
[/Users/rkieley/LocalProjects/src/github/roddiekieley/qpid-proton/ruby/tests/test_container.rb:150]:
27: Expected nil to be truthy.
27:
27: 22 runs, 111 assertions, 1 failures, 0 errors, 0 skips

Looking at test_container.rb:150 we see
    threads.each { |t| assert t.join(1) }

Raised PROTON-2123 - '[ruby] Consistent failure in ContainerTest#test_stop'
[1]. May or may not be related to PROTON-1636 - 'Fairly Consistent (but
intermittent) hangs in ruby-example-test/ruby-test-container using Travis
CI' [2]


Roddie Kieley
---
[1] - https://issues.apache.org/jira/browse/PROTON-2213
[2] - https://issues.apache.org/jira/browse/PROTON-1636



On Thu, May 7, 2020 at 1:36 PM Robbie Gemmell <robbie.gemm...@gmail.com>
wrote:

> Hi folks,
>
> I have put together a third spin for a Qpid Proton 0.31.0 release,
> please give it a test out and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.31.0-rc3/
>
> There is only one additional change in RC3:
> https://issues.apache.org/jira/browse/PROTON-2211
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12346583
>
> It is tagged as 0.31.0-rc3.
>
> Regards,
> Robbie
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>

Reply via email to