Skip to content

[backport 3.2] test: stabilize engine/errinj_ddl test #11096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

TarantoolBot
Copy link
Collaborator

@TarantoolBot TarantoolBot commented Feb 5, 2025

(This PR is a backport of #11093 to release/3.2 to a future 3.2.2 release.)


The test relied on fibers finishing execution in particular order and setting/unsetting error injections in time. Of course it was flaky. In all the 3 flaky cases the fiber unsetting the injection could be executed before the fiber which sets the injection, and the rest of the test would run with that injection being set.

Fix this properly and remove the test from the fragile list.

Closes tarantool/tarantool-qa#20

NO_CHANGELOG=flaky test
NO_DOC=flaky test

The test relied on fibers finishing execution in particular order and
setting/unsetting error injections in time. Of course it was flaky. In
all the 3 flaky cases the fiber unsetting the injection could be
executed before the fiber which sets the injection, and the rest of the
test would run with that injection being set.

Fix this properly and remove the test from the fragile list.

Closes tarantool/tarantool-qa#20

NO_CHANGELOG=flaky test
NO_DOC=flaky test

(cherry picked from commit c86a5e1)
@TarantoolBot TarantoolBot added the full-ci Enables all tests for a pull request label Feb 5, 2025
@TarantoolBot TarantoolBot changed the title [Backport release/3.2] test: stabilize engine/errinj_ddl test [backport 3.2] test: stabilize engine/errinj_ddl test Feb 5, 2025
@coveralls
Copy link

Coverage Status

coverage: 87.309% (+0.006%) from 87.303%
when pulling 15a59c9 on backport/release/3.2/11093
into 74fac20
on release/3.2
.

@sergepetrenko sergepetrenko merged commit bce1fa1 into release/3.2 Feb 6, 2025
55 of 70 checks passed
@sergepetrenko sergepetrenko deleted the backport/release/3.2/11093 branch February 6, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables all tests for a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants