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

sage-maketest and sage-test-new should be able to run tests in parallel #9642

Closed
qed777 mannequin opened this issue Jul 29, 2010 · 3 comments
Closed

sage-maketest and sage-test-new should be able to run tests in parallel #9642

qed777 mannequin opened this issue Jul 29, 2010 · 3 comments

Comments

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 29, 2010

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

CC: @kcrisman

Component: doctest coverage

Reviewer: David Roe

Issue created by migration from https://trac.sagemath.org/ticket/9642

@qed777 qed777 mannequin added t: tests labels Jul 29, 2010
@qed777 qed777 mannequin assigned sagetrac-mvngu Jul 29, 2010
@qed777
Copy link
Mannequin Author

qed777 mannequin commented Jul 29, 2010

comment:1

It seems the sage -testall and sage -tnew operators invoke SAGE_LOCAL/bin/sage-maketest and sage-test-new, respectively. To run the tests, both scripts use sage -t, which calls the serial doctest runner sage-test. Moreover, sage-test-new does not pass along command-line arguments.

@roed314
Copy link
Contributor

roed314 commented Mar 14, 2013

comment:2

This is resolved by #12415.

@jdemeyer
Copy link

Reviewer: David Roe

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

No branches or pull requests

2 participants