Integration testing [tarantool]#663
Merged
Merged
Conversation
Serpentian
force-pushed
the
integration-tarantool
branch
28 times, most recently
from
July 21, 2026 17:55
d223a39 to
6eef8ef
Compare
Serpentian
force-pushed
the
integration-tarantool
branch
9 times, most recently
from
July 22, 2026 10:18
41de206 to
fc3c744
Compare
The input receives a vshard rock artifact, not a Tarantool build artifact. Let's fix it, looks confusing. NO_DOC=ci NO_TEST=ci
Serpentian
force-pushed
the
integration-tarantool
branch
from
July 22, 2026 12:28
fc3c744 to
f7294d4
Compare
Currently the Tarantool installation logic is duplicated in the fast and flaky testing. And it'll be needed in tarantool integration and all subsequent integration tests. Let's move it to an action while keeping the existing install, cache, checkout, and build steps intact. NO_DOC=ci NO_TEST=ci
There're a number of tests in Tarantool, which are never launched in CI, since vshard is not installed there: it's actually difficult to install the vshard in Tarantool's CI, so it was decided introducing the integration testing in VShard instead. This commit implements that: we build the master workflow, install vshard and run the Tarantool tests. It doesn't make sense to figure out, which tests actually depend on VShard and which are not, since the test can sometimes work without vshard and behave differently, if vshard is installed, so let's run all config related tests. Part of tarantool#582 NO_DOC=ci NO_TEST=ci
Serpentian
force-pushed
the
integration-tarantool
branch
from
July 22, 2026 14:53
f7294d4 to
2085664
Compare
Serpentian
marked this pull request as ready for review
July 22, 2026 18:22
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.
No description provided.