Skip to content

CI failures in TestDuplicatedLinks, TestAlpha #6550

Description

@rafaelespinoza

Search first

  • I searched and no similar issues were found

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

--- FAIL: TestDuplicatedLinks (0.05s)
    --- FAIL: TestDuplicatedLinks/relay#01 (0.00s)
        main_test.go:73: duplicated link 'https://github.com/valtors/relay'

This one seems to have been introduced with #6508

--- 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?

edit: I made 2 separate PRs:

  1. Remove duplicate link to github.com/valtors/relay #6551
  2. Fix ordering issue #6552

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions