You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "hermanschaaf (via GitHub)" <gi...@apache.org> on 2023/04/25 09:42:23 UTC

[GitHub] [arrow] hermanschaaf opened a new issue, #35328: [Go] FlightSQL TestPreparedStatementNoSchema test is failing

hermanschaaf opened a new issue, #35328:
URL: https://github.com/apache/arrow/issues/35328

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   This test failure is occurring for Go 1.18 on branches with no FlightSQL-related changes:
   
   ```
   --- FAIL: TestPreparedStatementNoSchema (0.01s)
       driver_test.go:741: 
           	Error Trace:	/arrow/go/arrow/flight/flightsql/driver/driver_test.go:741
           	Error:      	Error "EOF" does not contain "parameter schema: unexpected"
           	Test:       	TestPreparedStatementNoSchema
   FAIL
   FAIL	github.com/apache/arrow/go/v12/arrow/flight/flightsql/driver	1.125s
   ```
   
   For example: https://github.com/apache/arrow/actions/runs/4792026546/jobs/8523088061#step:5:816
   
   It seems to happen frequently; I'm not sure if it happens 100% of the time.
   
   ### Component(s)
   
   Go


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade commented on issue #35328: [Go] FlightSQL TestPreparedStatementNoSchema test is failing

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #35328:
URL: https://github.com/apache/arrow/issues/35328#issuecomment-1688392960

   We've been having issues reproducing this issue since it first showed up, but every so often I still see it happen in CI: for example here https://github.com/apache/arrow/actions/runs/5937796502/job/16109536613?pr=37304


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade commented on issue #35328: [Go] FlightSQL TestPreparedStatementNoSchema test is failing

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on issue #35328:
URL: https://github.com/apache/arrow/issues/35328#issuecomment-1521908044

   Yea, I've been trying to pin down the cause of it and have been unsuccessful so far. 
   
   @srebhan can you take a look here as this was introduced with your changes for the driver?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] srebhan commented on issue #35328: [Go] FlightSQL TestPreparedStatementNoSchema test is failing

Posted by "srebhan (via GitHub)" <gi...@apache.org>.
srebhan commented on issue #35328:
URL: https://github.com/apache/arrow/issues/35328#issuecomment-1674739192

   @zeroshade I cannot reproduce the issue with latest master. Tested with go 1.20 and go 1.18 with 100 tests in a row passing without issues.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Go] FlightSQL TestPreparedStatementNoSchema test is failing [arrow]

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35328: [Go] FlightSQL TestPreparedStatementNoSchema test is failing
URL: https://github.com/apache/arrow/issues/35328


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org