Closed Bug 1264746 Opened 8 years ago Closed 6 years ago

hgext/reviewboard/tests/test-httpd-bugzilla-auth.t hangs when run in --debug mode

Categories

(MozReview Graveyard :: Testing / Development Environment, defect)

Development/Staging
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rwood, Unassigned)

Details

(venv) rwood@ubuntu:~/version-control-tools$ ./run-tests --json --time --debug --use-last-images hgext/reviewboard/tests/test-httpd-bugzilla-auth.t

Hangs (see below). Works fine and passes when run in non-debug mode.

...
+ python /home/rwood/version-control-tools/scripts/httpd-authn-bugzilla-key http://insecure.url
Refusing to use plain text URL for security reasons: http://insecure.url
+ echo SALT1460658832 30 1
SALT1460658832 30 1
+ python /home/rwood/version-control-tools/scripts/httpd-authn-bugzilla-key --allow-plaintext http://irrelevant
^CTraceback (most recent call last):
  File "/home/rwood/version-control-tools/scripts/httpd-authn-bugzilla-key", line 114, in <module>
    stdin = sys.stdin.read()
KeyboardInterrupt
INTERRUPTED: test-httpd-bugzilla-auth.t (after 98 seconds)
Traceback (most recent call last):
  File "./run-tests", line 198, in <module>
    res = subprocess.call(hg_harness_args + run_hg_tests, cwd=HERE)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 1384, in wait
    pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
  File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
    return func(*args)
KeyboardInterrupt
Blocks: 1265423
Not a blocker for MozReview CI as the tests won't be running in --debug mode on CI.
No longer blocks: 1265423
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.