kevinkreiser/prime_server

Tests fail on Ubuntu 18.04.2

ianthetechie opened this issue · 2 comments

make test is currently failing on Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-45-generic x86_64). All packages up to date as of the time of this report.

Here are the test-suite.log contents:

==========================================
   prime_server 0.6.4: ./test-suite.log
==========================================

# TOTAL: 5
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test/netstring
====================

=== Testing netstring ===
           test_streaming_client [PASS]
           test_streaming_server [PASS]
                     test_entity [PASS]
           test_parallel_clientsFAIL test/netstring (exit status: 142)

FAIL: test/http
===============

=== Testing http ===
           test_streaming_client [PASS]
           test_streaming_server [PASS]
                    test_request [PASS]
            test_request_parsing [PASS]
              test_query_parsing [PASS]
                   test_response [PASS]
           test_response_parsing [PASS]
           test_chunked_encoding [PASS]
           test_parallel_clientsFAIL test/http (exit status: 142)

That is quite strange because I have a ppa with packages for 18.04 here: https://launchpad.net/~kevinkreiser/+archive/ubuntu/prime-server which as a condition of them being on launchpad must first run and pass these tests on the launchpad build servers!

So... I"m not sure what the heck this means to be honest! I'll have to try this myself to see if I can reproduce it. This will probably take me a little while before I have the free time. Apologies in advance for the delay!

This seems to have eventually resolved itself. Likely an issue with some external ubuntu dep...