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

[tests] interactive tests ensure output streams are flushed before quitting #1009

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Dec 16, 2020

When developing #915, we uncovered an issue where output streams weren't being flushing before interactive maya tests quit.

This applies the fix developed in that PR to all interactive maya tests, so we can be sure to see all their output on stdout.

@pmolodo
Copy link
Contributor Author

pmolodo commented Dec 16, 2020

One note - it seems I had my editor's option to automatically strip trailing whitespace on when I was making these changes. There's not too many of them, though, so hopefully it isn't too confusing. If you feel it is, I can separate out the whitespace changes.

@kxl-adsk kxl-adsk added the unit test Related to unit tests (both python or c++) label Dec 17, 2020
@kxl-adsk
Copy link

LGTM but since most of the latest interactive tests were added by @mattyjams, I would like to make sure it works for him too.

Copy link
Contributor

@mattyjams mattyjams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me too! Thanks @pmolodo!

@kxl-adsk kxl-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Dec 22, 2020
@kxl-adsk kxl-adsk merged commit c1d8a14 into Autodesk:dev Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge unit test Related to unit tests (both python or c++)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants