-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Move package:integration_test to flutter/flutter #69622
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
|
This is going to require a large number of analysis changes. :( |
|
Windows framework_tests is a flake - filed #69922 |
|
I think this is passing CI now and is ready for review. |
packages/integration_test/.gitignore
Outdated
| @@ -0,0 +1,7 @@ | |||
| .DS_Store | |||
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.
I think there is a global gitignore that will handle this
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.
baleeted
packages/integration_test/.metadata
Outdated
| @@ -0,0 +1,10 @@ | |||
| # This file tracks properties of this Flutter project. | |||
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.
this could be deleted
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.
done
| @@ -0,0 +1,221 @@ | |||
| ## 0.9.2+2 | |||
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.
What should we do with the version changelog now that this no longer has a version number?
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.
I'd like to keep this here for historical purposes, but I don't think we'll keep updating the changelog. I can add a notice.
| @@ -0,0 +1,10 @@ | |||
| # This file tracks properties of this Flutter project. | |||
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.
Same here
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.
Done
|
Precache failure is a flake unrelated to this PR. |
jonahwilliams
left a comment
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.
Overall LGTM for moving integration_test.
I did not closely review the code itself as it is being copied as-is for the most part
This will resolve issues around circular dependency management. It will also make sure that the integration_test package is tied tightly to API changes in the Flutter SDK at a specific version.
@nturgut @yjbanov @jonahwilliams