Closed andre-merzky closed 1 year ago
Attention: Patch coverage is 28.91566%
with 295 lines
in your changes missing coverage. Please review.
Project coverage is 43.73%. Comparing base (
d1f695f
) to head (c2c52be
). Report is 3553 commits behind head on devel.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@andre-merzky:
(rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$ python raptor.py
Traceback (most recent call last):
File "raptor.py", line 47, in <module>
@rp.pythontask
AttributeError: module 'radical.pilot' has no attribute 'pythontask'
(rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$
@andre-merzky:
(rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$ python raptor.py Traceback (most recent call last): File "raptor.py", line 47, in <module> @rp.pythontask AttributeError: module 'radical.pilot' has no attribute 'pythontask' (rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$
I am afraid I cannot reproduce that:
(ve3) $ rs
python : /mnt/home/merzky/radical/radical.pilot.work/ve3/bin/python3
pythonpath :
version : 3.6.9
virtualenv : /mnt/home/merzky/radical/radical.pilot.work/ve3
radical.gtod : 1.16.0
radical.pilot : 1.20.1-v1.20.1-53-gd563304a0@fix-raptor_worker_sync
radical.saga : 1.20.0
radical.utils : 1.20.1
)ve3) $ python3 -c 'import radical.pilot as rp; print(rp.pythontask)'
<function PythonTask.pythontask at 0x7fec474dce18>
(ve3) $ ./raptor.py
================================================================================
Raptor example (RP version 1.20.1)
================================================================================
new session: [rp.session.rivendell.merzky.019379.0000] \
database : [mongodb://localhost/am] ok
create pilot manager ok
create task manager^Cclosing session rp.session.rivendell.merzky.019379.0000 \
close pilot manager \
wait for 0 pilot(s)
0 ok
[...]
Can you please provide more details or try to track it down?
@andre-merzky:
(rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$ python raptor.py Traceback (most recent call last): File "raptor.py", line 47, in <module> @rp.pythontask AttributeError: module 'radical.pilot' has no attribute 'pythontask' (rct_dev) $:~/RADICAL/test_raptor/radical.pilot/examples/misc$
I am afraid I cannot reproduce that:
(ve3) $ rs python : /mnt/home/merzky/radical/radical.pilot.work/ve3/bin/python3 pythonpath : version : 3.6.9 virtualenv : /mnt/home/merzky/radical/radical.pilot.work/ve3 radical.gtod : 1.16.0 radical.pilot : 1.20.1-v1.20.1-53-gd563304a0@fix-raptor_worker_sync radical.saga : 1.20.0 radical.utils : 1.20.1 )ve3) $ python3 -c 'import radical.pilot as rp; print(rp.pythontask)' <function PythonTask.pythontask at 0x7fec474dce18> (ve3) $ ./raptor.py ================================================================================ Raptor example (RP version 1.20.1) ================================================================================ new session: [rp.session.rivendell.merzky.019379.0000] \ database : [mongodb://localhost/am] ok create pilot manager ok create task manager^Cclosing session rp.session.rivendell.merzky.019379.0000 \ close pilot manager \ wait for 0 pilot(s) 0 ok [...]
Can you please provide more details or try to track it down?
@andre-merzky my fault or (pip fault) for some reason, pip failed to install/ update the existing stack with fix-raptor_worker_sync
.
Sorry for the noise.
This fixes #2813 and #2814