On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone +
pull develop, parallel (-j16) build OK; make ptestlong failed with
sage -t --long --warn-long 50.1 src/sage/parallel/map_reduce.py
**********************************************************************
File "src/sage/parallel/map_reduce.py", line 217, in
sage.parallel.map_reduce
Failed example:
try:
res = EX.run(timeout=0.01)
except AbortError:
print("Computation timeout")
else:
print("Computation normally finished")
res
Expected:
Computation timeout
Got:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/eric/sage/8.0.beta8/local/lib/python2.7/threading.py",
line 801, in __bootstrap_inner
self.run()
File "/home/eric/sage/8.0.beta8/local/lib/python2.7/threading.py",
line 1073, in run
self.function(*self.args, **self.kwargs)
File
"/home/eric/sage/8.0.beta8/local/lib/python2.7/site-packages/sage/parallel/map_reduce.py",
line 1210, in abort
self._abort.value = True
AttributeError: 'bool' object has no attribute 'value'
<BLANKLINE>
Computation normally finished
40320*x^8 + 5040*x^7 + 720*x^6 + 120*x^5 + 24*x^4 + 6*x^3 + 2*x^2 + x +
1
**********************************************************************
1 item had failures:
1 of 47 in sage.parallel.map_reduce
[296 tests, 1 failure, 15.80 s]
However, running
sage -t --long src/sage/parallel/map_reduce.py
resulted in
All tests passed!
Eric.
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.