Skip to content

Conversation

@jdblischak
Copy link
Collaborator

Closes #863
Closes TileDB-Inc/centralized-tiledb-nightlies#62

xref: TileDB-Inc/TileDB#5721

As a limited first step to accommodate the recent change to use TILEDB_WRITE instead of TILEDB_MODIFY_EXCLUSIVE, I updated the tests to fix the failing nightly builds. The nightly build passed on a manual trigger on my fork.

@jdblischak jdblischak self-assigned this Jan 9, 2026
@jdblischak
Copy link
Collaborator Author

The failing Windows builds are a known problem unrelated to this PR (xref: #860 (comment))

grp <- tiledb_group_add_member(grp, uri2, FALSE) # use absolute URL
grp <- tiledb_group_close(grp)

grp <- tiledb_group_open(grp, "MODIFY_EXCLUSIVE")
Copy link
Member

Choose a reason for hiding this comment

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

You can alternatively, open the group in either write or modify-exclusive mode depending on the version, and check that the open type is the same.

@jdblischak jdblischak merged commit 3760c68 into TileDB-Inc:main Jan 9, 2026
5 of 7 checks passed
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.

The centralized nightlies job failed on Thursday (2026-01-08) The Nightly Dev Build job failed on Thursday (2026-01-08)

3 participants