You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- FAIL: TestAlpha (0.02s)
--- FAIL: TestAlpha/General_utilities_and_tools_to_make_your_life_easier. (0.00s)
main_test.go:129: expected 'lan orangutan' but actual is 'lang'
main_test.go:129: expected 'lang' but actual is 'lan orangutan'
main_test.go:133: expected order is:
I added the "bug" label to this issue because it may be worth investigating how the PRs #6494#6508 were merged into main despite the test failures they introduced.
I have a branch in my fork that addresses these two, and can prepare a PR.
What's the process for fixing these? 2 PRs 1 line change each, and can we do it in 1 PR with 2 line changes?
Search first
What Happened?
Recently, automated CI tests have been failing and this is affecting many open PRs.
Some recent examples:
Some common test failures. This one seems to have been introduced with #6494
This one seems to have been introduced with #6508
I added the "bug" label to this issue because it may be worth investigating how the PRs #6494 #6508 were merged into main despite the test failures they introduced.
I have a branch in my fork that addresses these two, and can prepare a PR.What's the process for fixing these? 2 PRs 1 line change each, and can we do it in 1 PR with 2 line changes?
edit: I made 2 separate PRs: