shunping commented on PR #36379: URL: https://github.com/apache/beam/pull/36379#issuecomment-3366639067
> > The test failure is unexpected. Re-running but it's very concerning if the state handling became flakey because of this... Weird. > > ``` > > > > state_test.go:37: Failed to execute job: job job-040 failed: > > > > bundle inst007 stage-008 failed:process bundle failed for instruction inst007 using plan stage-008 : while executing Process for Plan[stage-008]: > > > > 1: DataSource[S[stage-008_source@localhost:57861], i0] Out:2 Coder:W;cwv_n11<bytes;c0>!GWC > > > > 2: ParDo[passert.failIfBadEntries] Out:[] Sig: func([]uint8, func(*typex.T) bool, func(*typex.T) bool, func(*typex.T) bool) error, SideInputs: [SideInputAdapter[S[e10@localhost:57861], i1] - Coder W<string;c2>!GWC SideInputAdapter[S[e10@localhost:57861], i2] - Coder W<string;c2>!GWC SideInputAdapter[S[e10@localhost:57861], i3] - Coder W<string;c2>!GWC] > > > > caused by: > > > > source failed processing data > > > > caused by: > > > > DoFn[UID:2, PID:e10, Name: github.com/apache/beam/sdks/v2/go/pkg/beam/testing/passert.failIfBadEntries] failed: > > > > actual PCollection does not match expected values > > > > ========= > > > > 7 correct entries (present in both) > > > > ========= > > > > 1 unexpected entries (present in actual, missing in expected) > > > > +++ > > > > apple: 0,false > > > > ========= > > > > 1 missing entries (missing in actual, present in expected) > > > > --- > > > > apple: 1,true > > > > --- FAIL: TestValueStateClear (12.12s) > > ``` > > Right. Not sure why it affects states. I would run the test locally to see if I can catch any race condition. I ran it for 10k times and could not see a single failure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
