arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][Parquet][CI] DatasetEncryptionTest.WriteReadDatasetWithEncryption failed

Open mapleFU opened this issue 1 year ago • 2 comments

Describe the bug, including details regarding any error messages, version, and platform.

See: https://github.com/apache/arrow/pull/41346#issuecomment-2117760575 and https://github.com/ursacomputing/crossbow/actions/runs/9130013334/job/25105889506

66/94 Test #69: arrow-dataset-file-parquet-encryption-test ...***Failed    0.34 sec
Running arrow-dataset-file-parquet-encryption-test, redirecting output into /build/cpp/build/test-logs/arrow-dataset-file-parquet-encryption-test.txt (attempt 1/1)
/arrow/cpp/build-support/run-test.sh: line 88: 41246 Segmentation fault      (core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
Running main() from _deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 3 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DatasetEncryptionTest
[ RUN      ] DatasetEncryptionTest.WriteReadDatasetWithEncryption
/build/cpp/src/arrow/dataset

Component(s)

C++, Continuous Integration, Parquet

mapleFU avatar May 17 '24 14:05 mapleFU

cc @wgtmac

mapleFU avatar May 17 '24 14:05 mapleFU

Let me try to enable ASAN to reproduce it.

EDIT: Unfortunately, I cannot reproduce this with or without ASAN.

wgtmac avatar May 17 '24 15:05 wgtmac

@wgtmac I just have an observing, I cannot reproduce this problem but I found the CI runs ctest with parallel=4, maybe this test touches some global resouces, which making it sometimes crash on a concurrency problem?

mapleFU avatar May 24 '24 17:05 mapleFU

Duplicate of #43057

pitrou avatar Sep 16 '24 08:09 pitrou