Skip to content

Conversation

@teo-tsirpanis
Copy link
Member

Extracts 4e56a79 from #5631, in order to unblock changes to REST CI needed for that PR.


TYPE: NO_HISTORY

@teo-tsirpanis teo-tsirpanis changed the title Do not override REST VFS config options in REST CI. Do not override VFS config options in REST CI. Nov 17, 2025
@teo-tsirpanis
Copy link
Member Author

REST CI will be fixed by #5687. Nevertheless, this PR has been tested as part of #5631, and is ready for review.

[[maybe_unused]] tiledb_config_t* config,
[[maybe_unused]] tiledb_error_t* error) {
#ifndef TILEDB_TESTS_AWS_S3_CONFIG
if (rest_) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we set tiledb_tests_aws_s3_config in build-libtiledb.sh on the internal repository when we bootstrap the core build? Either way SGTM so approved, but the ifndef above seems like it could accomplish this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could, but it is misleading, since we don't actually test on Amazon S3. I would like us eventually to entirely remove VFS configuration from test code, and rely on environment variables.

@teo-tsirpanis teo-tsirpanis merged commit bfef224 into main Nov 17, 2025
95 of 109 checks passed
@teo-tsirpanis teo-tsirpanis deleted the teo/rest-ci-env-vars branch November 17, 2025 20:50
@shaunrd0
Copy link
Member

/backport to release-2.29

CI fails on release-2.29 without this change https://github.com/TileDB-Inc/TileDB-Internal/actions/runs/19505457900/job/55833344767

@github-actions
Copy link
Contributor

Started backporting to release-2.29: https://github.com/TileDB-Inc/TileDB/actions/runs/19507096686

@github-actions
Copy link
Contributor

@shaunrd0 backporting to "release-2.29" failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

shaunrd0 pushed a commit that referenced this pull request Nov 19, 2025
Extracts 4e56a79 from #5631, in order
to unblock changes to REST CI needed for that PR.

---
TYPE: NO_HISTORY
shaunrd0 added a commit that referenced this pull request Nov 21, 2025
This backports #5687 to release 2.29 following changes in tiledb-server
to remove custom URIs from request body during array / group creation.

#5692 was also backported to fix SSL errors after some changes to REST
CI to support `tiledb://` VFS testing:
https://github.com/TileDB-Inc/TileDB-Internal/actions/runs/19505457900/job/55833344767

---
TYPE: NO_HISTORY
DESC: Backport #5687 and #5692 to release-2.29.

---------

Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants