-
Notifications
You must be signed in to change notification settings - Fork 29.8k
In flutter_test_performance, consider the blank line at the start of "flutter test" output to be optional. #180911
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
Conversation
…"flutter test" output to be optional. flutter_test_performance runs a "flutter test" command and parses its output. The parser expects the output to begin with a blank line. That line is no longer present after the roll to version 1.29 of the Dart test package (see flutter#180886) Fixes flutter#180903
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request modifies the output parser in dev/devicelab/bin/tasks/flutter_test_performance.dart. The condition for detecting the 'loading' phase of a test run has been altered. Previously, the 'loading' line was only expected after a blank line was printed. The change removes the step.index >= TestStep.testWritesFirstCarriageReturn.index constraint, allowing the 'loading' line to be processed even if an initial blank line is not present in the flutter test output. Additionally, a comment has been updated to explain that the initial blank line is optional depending on the Dart test package version.
|
autosubmit label was removed for flutter/flutter/180911, because - The status or check suite Linux analyze has failed. Please fix the issues identified (or deflake) before re-applying this label. |
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
… start of "flutter test" output to be optional. (flutter/flutter#180911)
… start of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…"flutter test" output to be optional. (flutter#180911) flutter_test_performance runs a "flutter test" command and parses its output. The parser expects the output to begin with a blank line. That line is no longer present after the roll to version 1.29 of the Dart test package (see flutter#180886) Fixes flutter#180903
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
…tart of "flutter test" output to be optional. (flutter/flutter#180911)
flutter_test_performance runs a "flutter test" command and parses its output. The parser expects the output to begin with a blank line. That line is no longer present after the roll to version 1.29 of the Dart test package (see #180886)
Fixes #180903