Opened 13 years ago
Closed 13 years ago
#2991 closed defect (fixed)
dsage testdoc problem
Reported by: | was | Owned by: | yi |
---|---|---|---|
Priority: | blocker | Milestone: | sage-3.0 |
Component: | dsage | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
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 (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.