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
Notice that all the command line output from AWS CLI and the HCA CLI is shown first, then all the Python unittest print() statements. These should be interleaved.
An article online suggests running python unbuffered python -u might fix the problem.
The text was updated successfully, but these errors were encountered:
sampierson
changed the title
When run under GitLab, functional test output is all buffered until the test is complete
When run under GitLab, functional test stdout is all buffered until the test is complete
Jan 30, 2019
e.g. https://allspark.dev.data.humancellatlas.org/HumanCellAtlas/upload-service/-/jobs/18928
Notice that all the command line output from AWS CLI and the HCA CLI is shown first, then all the Python unittest print() statements. These should be interleaved.
An article online suggests running python unbuffered
python -u
might fix the problem.The text was updated successfully, but these errors were encountered: