zeroshade commented on code in PR #40848:
URL: https://github.com/apache/arrow/pull/40848#discussion_r1543406313


##########
go/arrow/flight/flightsql/driver/driver_test.go:
##########
@@ -619,6 +619,7 @@ func (s *SqlTestSuite) 
TestRowsPrematureCloseDuringNextLoop() {
        require.NoError(t, err)
        require.Equal(t, int64(rowCount), insertedRows)
 
+       time.Sleep(200 * time.Millisecond)

Review Comment:
   Looks like the flaky test was that every so often sqlite didn't fully update 
itself internally and the select would return 0 rows instead of 6000. Likely 
some sort of race condition



-- 
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]

Reply via email to