Skip to content

Conversation

ExceptionalHandler
Copy link
Contributor

Description

Recent changes renamed some _test.go files to _test_windows.go and _test_linux.go files.
That caused them to be not considered as unit test files.
As a result, these tests were taken out of CI process.

Right naming system for OS specific test files is _windows_test.go and _linux_test.go.
This PR fixes the names of these files

Recent changes renamed some _test.go files to _test_windows.go and _test_linux.go files.
That caused them to be not considered as unit test files.
As a result, these tests were taken out of CI process.
Right naming system for OS specific test files is _windows_test.go and _linux_test.go
This PR fixes  the names of these files

Signed-off-by: Anadi Anadi<[email protected]>
@ExceptionalHandler ExceptionalHandler requested a review from a team as a code owner April 11, 2025 16:18
@ExceptionalHandler ExceptionalHandler added the release-note/misc This PR makes changes that have no direct user impact. label Apr 11, 2025
@ExceptionalHandler ExceptionalHandler merged commit fd180e0 into cilium:main Apr 14, 2025
39 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants