Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Jun 18, 2021

Audit some nullability assumptions from #84008 that aren't right when running tests locally.

  1. hostAgent.dumpDirectory is now nullable. Handle that, and move flutter drive --screenshot flag logic into flutterCommandArgs.
  2. Handle null _loggingProcess and log sink when running tests locally.

Fixes #84819

@jmagman jmagman added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Jun 18, 2021
@jmagman jmagman self-assigned this Jun 18, 2021
@flutter-dashboard flutter-dashboard bot added the a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) label Jun 18, 2021
@google-cla google-cla bot added the cla: yes label Jun 18, 2021
@jmagman jmagman requested review from dnfield and jonahwilliams June 18, 2021 00:50
Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

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

LGTM

@fluttergithubbot fluttergithubbot merged commit 03034e9 into flutter:master Jun 18, 2021
@jmagman jmagman deleted the host-agent-directory branch June 18, 2021 16:47
@jmagman jmagman added the a: null-safety Support for Dart's null safety feature label Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: null-safety Support for Dart's null safety feature c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some devicelab tests are crashing locally, IosDevice.stopLoggingToSink NoSuchMethodError: The method 'kill' was called on null.

3 participants