You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after some hand-twisting of datalad to not blow up due to nested async loop (just temp workaround) etc, I managed to get pycrunch to discover some tests and I tried to run but then saw log being populated with "sending" of system wide paths somewhere -- is that expected? (in general I do not care to monitor code outside of the project)
[1087866] 2020-10-27 14:01:57,749 - pycrunch.pipeline.download_file_task - DEBUG - sending file /usr/lib/python3/dist-packages/iso8601/__init__.py
[1087866] 2020-10-27 14:01:57,752 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,757 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,759 - pycrunch.pipeline.download_file_task - DEBUG - sending file /home/yoh/proj/datalad/datalad-master/datalad/support/network.py
[1087866] 2020-10-27 14:01:57,765 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,781 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,784 - pycrunch.pipeline.download_file_task - DEBUG - sending file /home/yoh/proj/datalad/datalad-master/datalad/support/keyring_.py
[1087866] 2020-10-27 14:01:57,788 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,791 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,792 - pycrunch.pipeline.download_file_task - DEBUG - sending file /usr/lib/python3/dist-packages/vcr/filters.py
[1087866] 2020-10-27 14:01:57,796 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,799 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,800 - pycrunch.pipeline.download_file_task - DEBUG - sending file /usr/lib/python3/dist-packages/vcr/serializers/jsonserializer.py
[1087866] 2020-10-27 14:01:57,803 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,817 - pycrunch.pipeline.execution_pipeline - DEBUG - Received task in queue
[1087866] 2020-10-27 14:01:57,820 - pycrunch.pipeline.download_file_task - DEBUG - sending file /usr/lib/python3/dist-packages/vcr/_handle_coroutine.py
The text was updated successfully, but these errors were encountered:
I think this behavior should be disabled by default, so it will be more secure, and no one on the network can attach to WebSocket and read files
That is only for WebUI, so it can render coverage on actual file. I do not use WebUI anymore and this probably should be handled as part of #33
by providing --unsafe flag or similar
after some hand-twisting of datalad to not blow up due to nested async loop (just temp workaround) etc, I managed to get pycrunch to discover some tests and I tried to run but then saw log being populated with "sending" of system wide paths somewhere -- is that expected? (in general I do not care to monitor code outside of the project)
The text was updated successfully, but these errors were encountered: