arrow-cpp: fix arrow-azurefs-test#472089
Merged
K900 merged 1 commit intoNixOS:staging-nextfrom Dec 19, 2025
Merged
Conversation
- add `azurite` to `nativeInstallCheckInputs` with `enableAzure`
Fixes run of `arrow-azurefs-test`:
```
[----------] 6 tests from TestAzureFileSystemOnAllEnvs/0, where
TypeParam = arrow::fs::TestingScenario<arrow::fs::AzuriteEnv,false>
[ RUN ] TestAzureFileSystemOnAllEnvs/0.DetectHierarchicalNamespace
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:901: Failure
Value of: _st.ok()
Actual: false
Expected: true
'_error_or_value58.status()' failed with IOError: Failed to find 'azurite' in PATH
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:174 self->server_process_->SetExecutable("azurite")
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:108 AzureEnvClass::Make()
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:892 GetAzureEnv()
WARNING: Logging before InitGoogleLogging() is written to STDERR
F20251218 15:54:18.988654 140737274596864 result.cc:27] ValueOrDie
called on an error: IOError: Failed to find 'azurite' in PATH
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:174 self->server_process_->SetExecutable("azurite")
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:108 AzureEnvClass::Make()
/build/source/cpp/src/arrow/filesystem/azurefs_test.cc:892 GetAzureEnv()
*** Check failure stack trace: ***
/build/source/cpp/build/src/arrow/filesystem
...
The following tests FAILED:
76 - arrow-azurefs-test (Failed) arrow-tests filesystem unittest
Errors while running CTest
```
This comment was marked as resolved.
This comment was marked as resolved.
tobim
approved these changes
Dec 18, 2025
Contributor
tobim
left a comment
There was a problem hiding this comment.
Thanks for the fix, I sometimes forget that these test dependencies exist it seems...
Contributor
Author
|
Merged
via the queue into
NixOS:staging-next
with commit Dec 19, 2025
c3f33f4
81 of 85 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
azuritetonativeInstallCheckInputswithenableAzureFixes run of
arrow-azurefs-test:Probably related to addition of
enableAzurein #469433Tested build of both default (
enableAzure = true) and:nix-build --expr 'with import ./. {}; arrow-cpp.override { enableAzure = false; }'Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.