Skip to content

Mark flutter-tester-runs-forever test as skip #18867

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

Merged
merged 1 commit into from
Jun 27, 2018
Merged

Mark flutter-tester-runs-forever test as skip #18867

merged 1 commit into from
Jun 27, 2018

Conversation

DanTup
Copy link
Contributor

@DanTup DanTup commented Jun 27, 2018

This test is failing on mac_bot (strangely it apparently passes on Travis/AppVeyor/etc.) because flutter-tester is apparently quitting earlier than expected. It also passes locally so I'm marking as skip to fix the build while troubleshooting. I believe there's no real impact of this test not running; it's testing a tool that its itself used for testing (and not currently in any way that should be affected by this failure) and this seems better than backing the whole of #18866 out which just mostly adds more skipped tests ready to un-skip when some debugger issues are fixed.

I'll let the CI run and if it's green I'll land this to get the main build back green.

@devoncarew @Hixie

This test is failing because flutter-tester is apparently quitting earlier than expected. Locally it fails with an even weirder error and almost all tests are failing with "Compilation failed" (this isn't happening on the builds, so something is bad on my MacBook). Marking as skip to fix build while investigating; there's no real impact of this test not running; it's testing a tool that its itself used for testing (and not currently in any way that should be affected by this failure).
@DanTup DanTup merged commit 0fb2097 into flutter:master Jun 27, 2018
@DanTup DanTup changed the title Mark flutter-test-runs-forever test as skip Mark flutter-tester-runs-forever test as skip Jun 27, 2018
Copy link
Contributor

@mravn-google mravn-google left a comment

Choose a reason for hiding this comment

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

LGTM

@DanTup
Copy link
Contributor Author

DanTup commented Jun 27, 2018

@mravn-google Thanks!

I'm not sure what's happened, whether this is flake or if my change broke it (I did change that file, but only to extract some functions; and it still passes everywhere else).

I've got another PR that un-skips this and also ensures stdout/stderr from the process is included in the failure message. It might reveal a crash (though it might also contain nothing!). Not sure if I should merge to try and get to the bottom of it, but that might mean deliberately breaking the build:

#18868

Or is there some way of running this specifically on mac_bot without merging to master?

@mravn-google
Copy link
Contributor

Not that I know of, sorry.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants