You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/16 17:06:00 UTC

[jira] [Created] (ARROW-15953) [CI][Go][Flight] Go Flight integration client seems flaky

Antoine Pitrou created ARROW-15953:
--------------------------------------

             Summary: [CI][Go][Flight] Go Flight integration client seems flaky
                 Key: ARROW-15953
                 URL: https://issues.apache.org/jira/browse/ARROW-15953
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, FlightRPC, Go, Integration
            Reporter: Antoine Pitrou


See example test failure here:
{code}

################# FAILURES #################
FAILED TEST: primitive_no_batches Java producing,  Go consuming

1 failures
Traceback (most recent call last):
  File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd
    output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
  File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/arrow-HEAD.MbG4O/go/gopath/bin/arrow-flight-integration-client', '-host', 'localhost', '-port=44279', '-path', '/tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json']' returned non-zero exit status 2.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/arrow/dev/archery/archery/integration/runner.py", line 379, in _run_flight_test_case
    consumer.flight_request(port, **client_args)
  File "/arrow/dev/archery/archery/integration/tester_go.py", line 121, in flight_request
    run_cmd(cmd)
  File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd
    raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: /tmp/arrow-HEAD.MbG4O/go/gopath/bin/arrow-flight-integration-client -host localhost -port=44279 -path /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json
With output:
--------------
Opening JSON file ' /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
Opening JSON file ' /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
Opening JSON file ' /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
panic: rpc error: code = Internal desc = There was an error servicing your request.

goroutine 1 [running]:
main.main()
	/arrow/go/arrow/internal/flight_integration/cmd/arrow-flight-integration-client/main.go:51 +0x305
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)