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

Chuck Rolke commented on QPIDIT-75:
-----------------------------------

I'm running today's master on Fedora 25 bare metal and the amqp_types_test.py 
hangs as well. So I'm not sure this is a Docker issue.

{noformat}
test_binary_AmqpNetLite->AmqpNetLite (__main__.BinaryTestCase) ... ok
test_binary_AmqpNetLite->ProtonCpp (__main__.BinaryTestCase) ... ok
test_binary_AmqpNetLite->ProtonPython (__main__.BinaryTestCase) ... ok
test_binary_ProtonCpp->AmqpNetLite (__main__.BinaryTestCase) ... ok
test_binary_ProtonCpp->ProtonCpp (__main__.BinaryTestCase) ... 
{noformat}

or 

{noformat}
1 (M=83fc5) ratchet /home/chug/git/qpid-interop-test> ./run-qit.sh
WARNING: Rhea Javascript shims not installed
Test Broker: apache-activemq-artemis v.2.0.0.amq-700001-redhat-1 on <platform 
not found>

test_binary_AmqpNetLite->AmqpNetLite (__main__.BinaryTestCase) ... ok
test_binary_AmqpNetLite->ProtonCpp (__main__.BinaryTestCase) ... ok
test_binary_AmqpNetLite->ProtonPython (__main__.BinaryTestCase) ... ok
test_binary_ProtonCpp->AmqpNetLite (__main__.BinaryTestCase) ... ok
test_binary_ProtonCpp->ProtonCpp (__main__.BinaryTestCase) ... ok
test_binary_ProtonCpp->ProtonPython (__main__.BinaryTestCase) ... ok
test_binary_ProtonPython->AmqpNetLite (__main__.BinaryTestCase) ... ok
test_binary_ProtonPython->ProtonCpp (__main__.BinaryTestCase) ... ok
test_binary_ProtonPython->ProtonPython (__main__.BinaryTestCase) ... ok
test_boolean_AmqpNetLite->AmqpNetLite (__main__.BooleanTestCase) ... ok
test_boolean_AmqpNetLite->ProtonCpp (__main__.BooleanTestCase) ... ok
test_boolean_AmqpNetLite->ProtonPython (__main__.BooleanTestCase) ... ok
test_boolean_ProtonCpp->AmqpNetLite (__main__.BooleanTestCase) ... ok
test_boolean_ProtonCpp->ProtonCpp (__main__.BooleanTestCase) ... 
{noformat}

It's always the ProtonCpp->ProtonCpp combo that hangs.

My Fedora 25 Wireshark (2.2.4) pretty miserable. It crashes when a capture is 
stopped. I tried downgrading to 2.1.1 but that has the same problem with a 
crash. I get captures with *dumpcap -i any -w ~/some-file*.

I'm still poking around to see if there's anything unusual with AMQP at the 
time of the hang.


> Install QPIDIT correctly in a Docker image
> ------------------------------------------
>
>                 Key: QPIDIT-75
>                 URL: https://issues.apache.org/jira/browse/QPIDIT-75
>             Project: Apache QPID IT
>          Issue Type: Test
>          Components: Installation
>            Reporter: Jiri Danek
>            Priority: Minor
>         Attachments: Dockerfile
>
>
> I checked out QPID-IT and wanted to run it for myself. I decided to use 
> Fedora 25 in docker, because I wanted to have a reproducible setup.
> I created a Dockerfile which installs prerequisites and QPID-IT. When I run 
> tests, it always freezes after few tests.
> Is there anything wrong about the install?
> Steps to use the Dockerfile
> 1) place the Dockerfile in the top directory of qpid-interop-test
> 2) {{% docker build -t interop .}}
> 3) {{% docker run --rm -it interop bash -c "/artemis200i0/bin/artemis-service 
> start; sleep 10; export PYTHONPATH=/usr/lib64/proton/bindings/python/; export 
> QIT_INSTALL_PREFIX=/usr; src/python/qpid_interop_test/amqp_types_test.py 
> --exclude-shim RheaJs"}}
> {noformat}
> Starting artemis-service
> artemis-service is now running (14)
> WARNING: AMQP DotNetLite shims not installed
> Test Broker: apache-activemq-artemis v.2.0.0-SNAPSHOT on <platform not found>
> test_binary_ProtonCpp->ProtonCpp (__main__.BinaryTestCase) ... ok
> test_binary_ProtonCpp->ProtonPython (__main__.BinaryTestCase) ... ok
> test_binary_ProtonPython->ProtonCpp (__main__.BinaryTestCase) ... ok
> test_binary_ProtonPython->ProtonPython (__main__.BinaryTestCase) ... ok
> test_boolean_ProtonCpp->ProtonCpp (__main__.BooleanTestCase) ... 
> {noformat}
> And it stays stuck for quite long time. The output is the same every time I 
> run this. I did not wait for long enough to see if it gets unstuck, I admit.
> If I run this with the 1.5.3 broker, meaning in step 3) I do {{% docker run 
> --rm -it interop bash -c "/artemis153i0/bin/artemis-service start; sleep 10; 
> export PYTHONPATH=/usr/lib64/proton/bindings/python/; export 
> QIT_INSTALL_PREFIX=/usr; src/python/qpid_interop_test/amqp_types_test.py 
> --exclude-shim RheaJs"}} then the tests seem to succeed, so maybe it is just 
> incompatible with Artemis 2.0.0...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to