-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ballista context::tests::test_standalone_mode test fails #1020
Comments
Looks like @edrevo may have authored / last worked on this code in https://github.com/ballista-compute/ballista/pull/445 and moved them in #589. Perhaps he or @andygrove or @houqp have some thoughts on this ticket |
Server spawned here https://github.com/apache/arrow-datafusion/blob/master/ballista/rust/executor/src/standalone.rs#L55 |
Interesting, this test passes for me:
With Linux 5.4 & rust 1.55. @alamb @Igosuki did you all run the test under Linux too? |
Yeah I'm on linux like you (5.11.0-7633-generic, and rust 1.57). The command that fails for me is : |
I am running on a mac and it fails as shown above for me |
I get the same error on a mac. It seems like the executor is listening on the IPv6 loopback address but the client is trying to fetch the partition from the IPv4 loopback address:
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
cargo test -p ballista --features=standalone -- standalone
Fails with the following error:
Expected behavior
Additional context
Reported by @Igosuki on lucky #1000 / #1008 (see more details on #1008 (comment) )
The text was updated successfully, but these errors were encountered: