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

chore: fix test noise #1057

Merged
merged 3 commits into from
Feb 10, 2025
Merged

chore: fix test noise #1057

merged 3 commits into from
Feb 10, 2025

Conversation

ckbedwell
Copy link
Contributor

Problem

We've let some test noise creep into our tests which over time has built up to become pretty noisy and frustrating to scroll through when seeing why tests might be failing -- especially in CI/CD.

Solution

I've gone through and fixed the problems at the root level where possible in our codebase, otherwise I've added them to the silenceErrors.ts file we have so they are muted. We should periodically review them and see if we can remove them, with the aim of being able to delete this file in the near future.

I've also added a little bit of documentation which we can build upon moving forwards.

@ckbedwell ckbedwell requested a review from a team as a code owner February 3, 2025 14:46
@ckbedwell ckbedwell requested a review from w1kman February 3, 2025 14:46
Copy link
Contributor

@w1kman w1kman left a comment

Choose a reason for hiding this comment

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

Lovely! <3 💪🏻 🥇

@ckbedwell ckbedwell merged commit 427e834 into main Feb 10, 2025
7 checks passed
@ckbedwell ckbedwell deleted the chore/silence-test-noise branch February 10, 2025 14:52
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.

2 participants