build(deps): bump github.com/goreleaser/goreleaser from 1.22.1 to 1.26.2 in /tools #23
GitHub Actions / Go Test Results
failed
Jun 26, 2024 in 0s
40 passed, 1 failed and 0 skipped
❌ .test/reports/unit-test.xml
41 tests were completed in 15s with 40 passed, 1 failed and 0 skipped.
✅ github.com/zeiss/typhoon/pkg/apis/routing/v1alpha1
✅ TestRegisterHelpers
✅ github.com/zeiss/typhoon/pkg/apis/sources/v1alpha1
✅ TestCloudEventsSourceGetStatus
✅ TestCloudEventsSourceGetSink
✅ TestCloudEventsSourceGetStatusManager
✅ TestCloudEventsSourceGetGroupVersionKind
✅ github.com/zeiss/typhoon/pkg/apis/targets/v1alpha1
✅ TestRegisterHelpers
❌ github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client
❌ TestBayeux
=== RUN TestBayeux
✅ TestBayeux/no_connect
✅ TestBayeux/connect,_receive_1_message
✅ TestBayeux/connect,_receive_2_messages
✅ TestBayeux/connect,_with_meta_successful_and_2_messages
✅ TestBayeux/connect,_with_meta_advicing_handshake
✅ TestBayeux/connect,_with_meta_advicing_handshake_and_2_messages
✅ github.com/zeiss/typhoon/pkg/status
✅ TestExactReason/Container/Generic_error_condition
✅ TestExactReason/Container/Container_image_error
✅ TestExactReason/Container/Runtime_error
✅ TestExactReason/Container/Missing_resource_error
✅ TestExactReason/Container/Missing_resource_error_with_wrong_reason
✅ TestExactReason/Container
✅ TestExactReason/Knative/Generic_error_condition
✅ TestExactReason/Knative/Runtime_error
✅ TestExactReason/Knative/Runtime_error_with_wrong_reason
✅ TestExactReason/Knative/Container_image_error
✅ TestExactReason/Knative/Container_image_error_with_wrong_reason
✅ TestExactReason/Knative/Missing_resource_error
✅ TestExactReason/Knative/Missing_resource_error_with_wrong_reason
✅ TestExactReason/Knative
✅ TestExactReason
✅ TestIsResourceMissingError/Matching_input_format
✅ TestIsResourceMissingError/Matching_input_format_without_error_decoration
✅ TestIsResourceMissingError/Matching_input_format_with_single_trailing_period
✅ TestIsResourceMissingError/Non-matching_input_format
✅ TestIsResourceMissingError/No_opening_quote
✅ TestIsResourceMissingError/No_resource_type
✅ TestIsResourceMissingError/Input_starts_with_a_quote
✅ TestIsResourceMissingError
✅ github.com/zeiss/typhoon/pkg/targets/adapter/jiratarget
✅ TestJiraEvents/create_issue
✅ TestJiraEvents/create_issue_-_wrong_payload
✅ TestJiraEvents/get_issue
✅ TestJiraEvents/list_projects
✅ TestJiraEvents
Annotations
Check failure on line 0 in .test/reports/unit-test.xml
github-actions / Go Test Results
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client ► TestBayeux
Failed test found in:
.test/reports/unit-test.xml
Error:
=== RUN TestBayeux
Raw output
=== RUN TestBayeux
testing.go:1398: race detected during execution of test
logger.go:146: 2024-06-26T14:06:47.229Z DEBUG Meta channel (channel: /meta client: abcde) ok
logger.go:146: 2024-06-26T14:06:47.233Z WARN meta channel (channel: /meta client: abcde) was not successful: {CommonResponse:{Channel:/meta ClientID:abcde Successful:false Error:} Data:{Event:{CreatedDate:0001-01-01 00:00:00 +0000 UTC ReplayID:0 Type:} Schema: SObject:[] Payload:[]} Advice:{Reconnect:handshake Timeout:0 Interval:0}}
logger.go:146: 2024-06-26T14:06:47.233Z DEBUG Marking handshake needed as advised by channel response
logger.go:146: 2024-06-26T14:06:47.342Z WARN meta channel (channel: /meta client: abcde) was not successful: {CommonResponse:{Channel:/meta ClientID:abcde Successful:false Error:} Data:{Event:{CreatedDate:0001-01-01 00:00:00 +0000 UTC ReplayID:0 Type:} Schema: SObject:[] Payload:[]} Advice:{Reconnect:handshake Timeout:0 Interval:0}}
logger.go:146: 2024-06-26T14:06:47.342Z DEBUG Marking handshake needed as advised by channel response
--- FAIL: TestBayeux (0.14s)
=== RUN TestBayeux/no_connect
--- PASS: TestBayeux/no_connect (0.01s)
=== RUN TestBayeux/connect,_receive_1_message
==================
WARNING: DATA RACE
Write at 0x00c000160fe0 by goroutine 10:
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.(*eventDispatcher).DispatchError()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux_test.go:240 +0xf1
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.(*bayeux).Start()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux.go:223 +0x3fc
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.TestBayeux.func1.1()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux_test.go:152 +0x70
Previous read at 0x00c000160fe0 by goroutine 8:
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.TestBayeux.func1()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux_test.go:164 +0x6d6
testing.tRunner()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1689 +0x21e
testing.(*T).Run.gowrap1()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1742 +0x44
Goroutine 10 (running) created at:
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.TestBayeux.func1()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux_test.go:151 +0x4ad
testing.tRunner()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1689 +0x21e
testing.(*T).Run.gowrap1()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1742 +0x44
Goroutine 8 (finished) created at:
testing.(*T).Run()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1742 +0x825
github.com/zeiss/typhoon/pkg/sources/adapter/salesforcesource/client.TestBayeux()
/home/runner/work/typhoon/typhoon/pkg/sources/adapter/salesforcesource/client/bayeux_test.go:139 +0x1d0e
testing.tRunner()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1689 +0x21e
testing.(*T).Run.gowrap1()
/opt/hostedtoolcache/go/1.22.1/x64/src/testing/testing.go:1742 +0x44
==================
--- PASS: TestBayeux/connect,_receive_1_message (0.00s)
=== RUN TestBayeux/connect,_receive_2_messages
--- PASS: TestBayeux/connect,_receive_2_messages (0.01s)
=== RUN TestBayeux/connect,_with_meta_successful_and_2_messages
--- PASS: TestBayeux/connect,_with_meta_successful_and_2_messages (0.00s)
=== RUN TestBayeux/connect,_with_meta_advicing_handshake
--- PASS: TestBayeux/connect,_with_meta_advicing_handshake (0.11s)
=== RUN TestBayeux/connect,_with_meta_advicing_handshake_and_2_messages
--- PASS: TestBayeux/connect,_with_meta_advicing_handshake_and_2_messages (0.01s)
Loading