You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The CI job failed during the execution of the tests. Specifically, two failures were encountered:
Test Failure:
Test: Test_Ingester_ModeHandler
Trace: The test Test_Ingester_ModeHandler failed with the following error messages:
instance localhost:0 in state PENDING
this instance owns no tokens
These errors suggest that the test could not correctly handle the state or token ownership for the ingester.
Data Race Detected:
Test: TestRejoin in memberlist_client_test.go
Error: A data race was detected during the execution of the TestRejoin function in the KV memberlist implementation. This data race affects the dnsProviderMock.Resolve() and KV.discoverMembers() functions.
Description:
The CI job failed during the execution of the tests. Specifically, two failures were encountered:
Test Failure:
Test_Ingester_ModeHandler
Test_Ingester_ModeHandler
failed with the following error messages:instance localhost:0 in state PENDING
this instance owns no tokens
These errors suggest that the test could not correctly handle the state or token ownership for the
ingester
.Data Race Detected:
TestRejoin
inmemberlist_client_test.go
TestRejoin
function in theKV memberlist
implementation. This data race affects thednsProviderMock.Resolve()
andKV.discoverMembers()
functions.Logs:
Error Trace: /__w/cortex/cortex/pkg/ingester/ingester_test.go:5321
Received unexpected error: instance localhost:0 in state PENDING
WARNING: DATA RACE
race detected during execution of test
Steps to Reproduce:
make BUILD_IN_CONTAINER=false test
.Test_Ingester_ModeHandler
.TestRejoin
test.Expected Behavior:
Actual Behavior:
Environment:
job-log-fail.txt
Priority: High
The text was updated successfully, but these errors were encountered: