Conversation
ihnorton
approved these changes
Jan 22, 2026
Contributor
|
Looks like the tests failed because a token needs rotated: =========================== short test summary info ============================
FAILED ../TileDB-Py/TileDB-Py/tiledb/tests/test_cloud.py::CloudTest::test_save_and_open_array_from_cloud - tiledb.libtiledb.TileDBError: [TileDB::REST] Error: Error in libcurl POST operation: libcurl error message 'CURLE_OK'; HTTP code 401; server response data '{"code":401,"message":"your token has expired, please create a new one and try again","request_id":"6bcb7322-8b46-4112-922d-6bb107dd92e5"}'.
FAILED ../TileDB-Py/TileDB-Py/tiledb/tests/test_cloud.py::CloudTest::test_save_and_open_array_from_cloud_with_profile - tiledb.libtiledb.TileDBError: [TileDB::REST] Error: Error in libcurl POST operation: libcurl error message 'CURLE_OK'; HTTP code 401; server response data '{"code":401,"message":"your token has expired, please create a new one and try again","request_id":"5947e6ea-5262-4347-95ba-6d59674b8a49"}'.
= 2 failed, 1091 passed, 6 skipped, 2 xfailed, 1 xpassed in 102.23s (0:01:42) == |
Contributor
|
Bump. Merging this PR will fix #2290 and TileDB-Inc/centralized-tiledb-nightlies#64 |
Member
|
I rotated the token, but a subset of jobs still failing here, which doesn't make any sense. I think we can go ahead and merge this to fix the nightly, and @kounelisagis can revisit when he's back online if the test failures persist. |
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.
Working on making everything work with Pandas 3.