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

When run under GitLab, functional test stdout is all buffered until the test is complete #279

Open
sampierson opened this issue Jan 30, 2019 · 0 comments

Comments

@sampierson
Copy link
Member

sampierson commented 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.

@sampierson 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant