Ticket #2991 (closed defect: fixed)
dsage testdoc problem
| Reported by: | was | Owned by: | yi |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.0 |
| Component: | dsage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The following happens some of the time (though not always). I'm guessing the fix is to allow for more possibilities in the output?
sage@modular:~/build/sage-3.0.rc1$ ./sage -t devel/sage/sage/dsage/tests/testdoc.py
sage -t devel/sage/sage/dsage/tests/testdoc.py **********************************************************************
File "/home2/sage/build/sage-3.0.rc1/tmp/testdoc.py", line 46:
sage: reactor.callFromThread(reactor.stop)
Expected nothing
Got:
[DSage] Closed connection to localhost
**********************************************************************
File "/home2/sage/build/sage-3.0.rc1/tmp/testdoc.py", line 47:
sage: d._dsage_thread.join()
Expected:
[DSage] Closed connection to localhost
Got nothing
**********************************************************************
1 items had failures:
2 of 23 in __main__.example_0
***Test Failed*** 2 failures.
For whitespace errors, see the file /home2/sage/build/sage-3.0.rc1/tmp/.doctest_testdoc.py
[20.0 s]
exit code: 1024
----------------------------------------------------------------------
The following tests failed:
sage -t devel/sage/sage/dsage/tests/testdoc.py
Total time for all tests: 20.0 seconds
sage@modular:~/build/sage-3.0.rc1$
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

