Skip to content

Conversation

@ychin
Copy link
Member

@ychin ychin commented Oct 31, 2025

A while ago, flaky Vim tests would routinely fail in MacVim's repo and an intermediate hack was added to essentially pass all flaky tests and these failed tests would be added to a "pending" list for review. The issue is that this essentially gives a free pass for tests to fail and no one really has time to look at these "pending" tests when they see a green checkmark. It's much better to fail early and fast so we are forced to address them as they come up. Waiting till later tends to make these test failures harder to isolate and diagnose, leading to us just ignoring them. Even worse, flaky tests are retried multiple times, so they end up making MacVim CI run longer.

Simply revert the changes that added these flaky tests and we should fix broken tests as they come up just like any other non-flaky tests.

A while ago, flaky Vim tests would routinely fail in MacVim's repo and
an intermediate hack was added to essentially pass all flaky tests and
these failed tests would be added to a "pending" list for review. The
issue is that this essentially gives a free pass for tests to fail and
no one really has time to look at these "pending" tests when they see a
green checkmark. It's much better to fail early and fast so we are
forced to address them as they come up. Waiting till later tends to make
these test failures harder to isolate and diagnose, leading to us just
ignoring them. Even worse, flaky tests are retried multiple times, so
they end up making MacVim CI run longer.

Simply revert the changes that added these flaky tests and we should fix
broken tests as they come up just like any other non-flaky tests.
@ychin ychin added this to the Release 183 milestone Oct 31, 2025
@ychin ychin added Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes. labels Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant