Skip to content
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

Experiment with running client tests #3239

Merged
merged 5 commits into from Jan 25, 2022

Conversation

simolus3
Copy link
Contributor

@simolus3 simolus3 commented Jan 18, 2022

For testing purposes, I've added a tool adding necessary dependency_overrides to an external package. Based on that, I added a simple test run for my most popular builder as a GitHub Actions workflow.

Copy link
Contributor

@jakemac53 jakemac53 left a comment

Choose a reason for hiding this comment

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

This is generally looking good to me 👍

tool/test/patch_build_dependencies_test.dart Show resolved Hide resolved
tool/lib/patch_build_dependencies.dart Outdated Show resolved Hide resolved
tool/bin/patch_build_dependencies.dart Outdated Show resolved Hide resolved
Co-authored-by: Jacob MacDonald <jakemac@google.com>
@jakemac53
Copy link
Contributor

Looks like we are getting a lot of chrome timeout flakes, but your stuff here is working. I can restart the jobs until it's green.

@simolus3
Copy link
Contributor Author

Yeah from my side I'm happy with the current test configuration for community tests. So if everything looks fine to you too restarting the flaky tests would be great 👍

@jakemac53 jakemac53 merged commit 868f1da into dart-lang:master Jan 25, 2022
@simolus3 simolus3 deleted the add-community-tests branch January 25, 2022 18:47
natebosch added a commit that referenced this pull request May 2, 2022
Closes #3239

The character was originally `|` but was changed to `:` because the
former is a special character in windows terminals. Some docs where
updated with that change, but some were missed.

Use `:` over `|` consistently in docs, `build.yaml`, and command line
arguments in tests.

Fix a utility which shortens redundant builder names to use the new
separator. This utility had not been working.
natebosch added a commit that referenced this pull request May 2, 2022
Closes #3239

The character was originally `|` but was changed to `:` because the
former is a special character in windows terminals. Some docs where
updated with that change, but some were missed.

Use `:` over `|` consistently in docs, `build.yaml`, and command line
arguments in tests.

Fix a utility which shortens redundant builder names to use the new
separator. This utility had not been working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants