Skip to content
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

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

Open
mapleFU opened this issue May 17, 2024 · 3 comments
Open

Comments

@mapleFU
Copy link
Member

mapleFU commented May 17, 2024

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

See: #41346 (comment) 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
Copy link
Member Author

mapleFU commented May 17, 2024

cc @wgtmac

@wgtmac
Copy link
Member

wgtmac commented May 17, 2024

Let me try to enable ASAN to reproduce it.

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

@mapleFU
Copy link
Member Author

mapleFU commented May 24, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants