We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Looks like it's failing on every build for the last couple days:
--- FAIL: TestFindFilesWithIOErrors (1.48s) --- FAIL: TestFindFilesWithIOErrors/failed_pattern_should_not_affect_others (0.02s) finder_test.go:249: Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder/finder_test.go:249 Error: An error is expected but got nil. Test: TestFindFilesWithIOErrors/failed_pattern_should_not_affect_others finder_test.go:250: Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder/finder_test.go:250 Error: Not equal: expected: []string{"1.log", "2.log", "dir1/1.log", "dir1/2.log"} actual : []string{"1.log", "2.log", "no_permission\\1.log", "no_permission\\2.log", "dir1\\1.log", "dir1\\2.log"} Diff: --- Expected +++ Actual @@ -1,6 +1,8 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=5) "1.log", (string) (len=5) "2.log", - (string) (len=10) "dir1/1.log", - (string) (len=10) "dir1/2.log" + (string) (len=19) "no_permission\\1.log", + (string) (len=19) "no_permission\\2.log", + (string) (len=10) "dir1\\1.log", + (string) (len=10) "dir1\\2.log" } Test: TestFindFilesWithIOErrors/failed_pattern_should_not_affect_others --- FAIL: TestFindFilesWithIOErrors/partial_failure_of_FindFiles (0.00s) finder_test.go:249: Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder/finder_test.go:249 Error: An error is expected but got nil. Test: TestFindFilesWithIOErrors/partial_failure_of_FindFiles finder_test.go:250: Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder/finder_test.go:250 Error: Not equal: expected: []string{"1.log", "2.log", "dir1/1.log", "dir1/2.log"} actual : []string{"1.log", "2.log", "dir1\\1.log", "dir1\\2.log", "no_permission\\1.log", "no_permission\\2.log"} Diff: --- Expected +++ Actual @@ -1,6 +1,8 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=5) "1.log", (string) (len=5) "2.log", - (string) (len=10) "dir1/1.log", - (string) (len=10) "dir1/2.log" + (string) (len=10) "dir1\\1.log", + (string) (len=10) "dir1\\2.log", + (string) (len=19) "no_permission\\1.log", + (string) (len=19) "no_permission\\2.log" } Test: TestFindFilesWithIOErrors/partial_failure_of_FindFiles
The text was updated successfully, but these errors were encountered:
Pinging code owners for pkg/stanza: @djaglowski. See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
[chore] Skip file permissions test on windows (#27065)
ed5226d
Fixes #27063
[chore] Skip file permissions test on windows (open-telemetry#27065)
084231c
Fixes open-telemetry#27063
Successfully merging a pull request may close this issue.
Looks like it's failing on every build for the last couple days:
The text was updated successfully, but these errors were encountered: