Skip to content

tests: fix example bzlmod coverage test for latest Bazel#2119

Merged
aignas merged 1 commit intobazel-contrib:mainfrom
rickeylev:fix.bzlmod.example.at.bazel.head
Aug 13, 2024
Merged

tests: fix example bzlmod coverage test for latest Bazel#2119
aignas merged 1 commit intobazel-contrib:mainfrom
rickeylev:fix.bzlmod.example.at.bazel.head

Conversation

@rickeylev
Copy link
Copy Markdown
Collaborator

@rickeylev rickeylev commented Aug 13, 2024

Bazel is changing its separate character from tilde (~) to plus (+) to address a performance issue on Windows. The test was using tilde to help match files of interest.

To fix, have the test look for either tilde or plus.

Fixes #2105

Bazel is changing its separate character from tilde (`~`) to plus (`+`)
to address a performance issue on Windows. The test was using tilde
to help match files of interest.

To fix, match either tilde or plus.
@rickeylev rickeylev requested a review from aignas as a code owner August 13, 2024 17:07
@rickeylev rickeylev requested a review from groodt August 13, 2024 17:08
@aignas aignas added this pull request to the merge queue Aug 13, 2024
Merged via the queue into bazel-contrib:main with commit 5d27829 Aug 13, 2024
@rickeylev rickeylev deleted the fix.bzlmod.example.at.bazel.head branch August 13, 2024 22:40
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.

Bazel@Head fails because bzlmod example test relies on tilde in repo names

2 participants