姚春锋

Results 44 comments of 姚春锋

@stuartmorgan Ok, I finished the test sample. Now , the test [android_plugin_multiple_build_tasks_test.dart](https://github.com/chunfengyao/flutter/blob/chunfengyao-patch-for-issue-92252/packages/flutter_tools/test/integration.shard/android_plugin_multiple_build_tasks_test.dart) will failed when the issue regressed.

> make sure it doesn't regress @stuartmorgan If the pipline ran and passed this test , It can make sure the issue was not regressed. Is the porpose of the...

> > If the pipline ran and passed this test , It can make sure the issue was not regressed. > > What line in the test will deterministically fail...

> > > What line in the test will deterministically fail without the other changes in the PR? > > > > > > @stuartmorgan [Line 132](https://github.com/chunfengyao/flutter/blob/chunfengyao-patch-for-issue-92252/packages/flutter_tools/test/integration.shard/android_plugin_multiple_build_tasks_test.dart#L132) may failed if...

> Can you elaborate on why it's difficult to write a test that verifies that build output was created in an expected location? I'm not clear on where the issue...

I have created an other test example here:[check if the output file is generated at expected location.](https://github.com/flutter/flutter/pull/94645/commits/fe5ded6a528ceb77e42c6c96032fb9245e6c852b).

> @stuartmorgan Thank you very much. Is there anything else should I do for the next?

> @chunfengyao looks like you still have CI failures @christopherfujino Thanks, It seems that errors were fixed now.

Is there anywhere I can find the detail about the failure of [google_maps_flutter_web](https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20flutter_plugins/30655/overview) which reported by `Linux flutter_plugins`, so that I can fix it? I can find the exit code...

> It's in the `stdout` link for the failing step. That was an out-of-band failure unrelated to your PR though; you just need to merge in the latest `master`. @stuartmorgan...