Opened 11 years ago
Closed 8 years ago
#9642 closed defect (duplicate)
sage-maketest and sage-test-new should be able to run tests in parallel
Reported by: | mpatel | Owned by: | mvngu |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | doctest coverage | Keywords: | |
Cc: | kcrisman | Merged in: | |
Authors: | Reviewers: | David Roe | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Reported on sage-devel by K.-D. Crisman:
Subject: can sage -testall use threads? That is, without setting NUM_THREADS or something. I tried ./sage -testall -p 8 but I just get lots of error messages in addition to my test output. I guess I have the same question about sage -tnew as well.
Somewhat related: #279
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 8 years ago by
- Status changed from new to needs_review
This is resolved by #12415.
comment:3 Changed 8 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
- Status changed from needs_review to positive_review
comment:4 Changed 8 years ago by
- Resolution set to duplicate
- Reviewers set to David Roe
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
It seems the
sage -testall
andsage -tnew
operators invokeSAGE_LOCAL/bin/sage-maketest
andsage-test-new
, respectively. To run the tests, both scripts usesage -t
, which calls the serial doctest runnersage-test
. Moreover,sage-test-new
does not pass along command-line arguments.