Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAIL: end_to_end.py #151

Open
rex4539 opened this issue Jun 1, 2020 · 1 comment
Open

FAIL: end_to_end.py #151

rex4539 opened this issue Jun 1, 2020 · 1 comment

Comments

@rex4539
Copy link

rex4539 commented Jun 1, 2020

Latest master.

=============================================
   spdylay 1.4.1-DEV: tests/test-suite.log
=============================================

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

.. contents:: :depth: 2

FAIL: end_to_end.py
===================

No supported SPDY version was negotiated.
Could not connect to the host: localhost:25
Could not connect to the host: localhost:79
FCould not connect to the host: localhost:2
.No supported SPDY version was negotiated.
No supported SPDY version was negotiated.
FNo supported SPDY version was negotiated.
FFatal: EOF
reqnum=1, completed=0
Some requests were not processed. total=1, processed=0
FNo supported SPDY version was negotiated.
F
======================================================================
FAIL: testFailedRequests (__main__.EndToEndSpdy2Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./end_to_end.py", line 82, in testFailedRequests
    2, self.call('/', ['https://localhost:25/', 'http://localhost:79']))
AssertionError: 2 != 3

======================================================================
FAIL: testOneTimedOutRequest (__main__.EndToEndSpdy2Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./end_to_end.py", line 90, in testOneTimedOutRequest
    self.assertEquals(0, self.call('/', ['--timeout=20']))
AssertionError: 0 != 1

======================================================================
FAIL: testSimpleRequest (__main__.EndToEndSpdy2Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./end_to_end.py", line 74, in testSimpleRequest
    self.assertEquals(0, self.call('/', []))
AssertionError: 0 != 1

======================================================================
FAIL: testSimpleRequestSpdy3 (__main__.EndToEndSpdy2Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./end_to_end.py", line 77, in testSimpleRequestSpdy3
    self.assertEquals(0, self.call('/', ['-v', '-3']))
AssertionError: 0 != 1

======================================================================
FAIL: testSimpleRequest (__main__.EndToEndSpdy3Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./end_to_end.py", line 99, in testSimpleRequest
    self.assertEquals(0, self.call('/', ['-v']))
AssertionError: 0 != 1

----------------------------------------------------------------------
Ran 6 tests in 4.357s

FAILED (failures=5)
FAIL end_to_end.py (exit status: 1)
@nieder
Copy link

nieder commented Aug 20, 2023

Also seeing this on macOS. That test also requires python(2), which many distros no longer carry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants