felixonmars commented on PR #13902:
URL: https://github.com/apache/arrow/pull/13902#issuecomment-1217992759
> Did a quick test on x86 host with qemu and riscv ubuntu image.
`MemoryAdviseWillNeed` utility test failed, probably because madvise(WILLNEED)
doesn't work under qemu.
MemoryAdviseWillNeed is passing here on VisionFive v1 development board.
However, I got multiple failures in arrow-flight-test like:
```
[ RUN ] GrpcDoPutTest.TestFloats
/build/arrow/src/apache-arrow-8.0.1/cpp/src/arrow/flight/test_definitions.cc:690:
Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar
but got \0\0\0\0\0\0\0. gRPC client debug context: UNKNOWN:Error received from
peer ipv4:127.0.0.1:40397 {grpc_message:"Expected app_metadata to be foo bar
but got \x00\x00\x00\x00\x00\x00\x00", grpc_status:3,
created_time:"2022-08-17T15:58:30.647837384+03:00"}. Client context: OK
[ FAILED ] GrpcDoPutTest.TestFloats (16 ms)
```
Retried a few times ending up with different subset of the test suite
failing. I'm testing against arrow 8.0.1 though, not sure if they are already
fixed.
--
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]