[
https://issues.apache.org/jira/browse/THRIFT-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272677#comment-16272677
]
ASF GitHub Bot commented on THRIFT-2913:
----------------------------------------
GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1429
THRIFT-2913: fix random CI build failures in lib/rb test
'Thrift::ThreadPoolServer should serve inside a thread'
Client: rb
This closes #1429
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift THRIFT-2913
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1429.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1429
----
commit 1643b7c6192b92ed0d9e758ae22b61f829023862
Author: James E. King, III <[email protected]>
Date: 2017-11-30T13:39:17Z
THRIFT-2913: fix random CI build failures in lib/rb test
'Thrift::ThreadPoolServer should serve inside a thread'
Client: rb
This closes #1429
----
> Ruby Server Thrift::ThreadPoolServer should serve inside a thread
> -----------------------------------------------------------------
>
> Key: THRIFT-2913
> URL: https://issues.apache.org/jira/browse/THRIFT-2913
> Project: Thrift
> Issue Type: Bug
> Components: Ruby - Library
> Affects Versions: 0.9.3, 0.10.0
> Environment: openSUSE 13.2, Ruby 2.1.0
> also in docker ubuntu-xenial image, per CI build job failure
> Reporter: Jens Geyer
> Assignee: James E. King, III
> Attachments: full-error-message.txt
>
>
> make all fails with:
> {code}
> Server Thrift::ThreadPoolServer should serve inside a thread
> Failure/Error: Unable to find matching line from backtrace
> (#<Thrift::ThreadPoolServer:0xa39e130>).serve(any args)
> expected: 1 time
> received: 0 times
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)