Skip to content
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

ci: fix ci #96

Merged
merged 3 commits into from
Oct 16, 2024
Merged

ci: fix ci #96

merged 3 commits into from
Oct 16, 2024

Conversation

drewdzzz
Copy link
Collaborator

@drewdzzz drewdzzz commented Oct 14, 2024

The patchset fixes tntcxx CI.

@drewdzzz drewdzzz force-pushed the fix_ci branch 2 times, most recently from 5e4c0c6 to ffd5243 Compare October 14, 2024 20:56
@drewdzzz drewdzzz changed the title Fix ci ci: fix ci Oct 15, 2024
@drewdzzz drewdzzz marked this pull request as ready for review October 15, 2024 20:48
Containers with `ubuntu-22.04` had incompatible `gcc` and `libstdc++`
versions, so we had to remove `gcc-13` and install `gcc-12`. However,
the issue was fixed and `gcc-13` was removed, so our attempt to remove
it by ourselves started to fail. The commit fixes this problem.
GitHub Actions does not support `macos-11` anymore - let's replace
it with the newer versions.
Decoder can try to read zero bytes sometimes. For example, when
it received an empty string. Let's simply handle this case in buffer
instead of assertion.

By the way, `ClientTest.cpp` was failing with Tarantool 3.2 because of
this problem: when connector tries to call a non-existing function
(`*** TEST CASE call wrong function ***`), Tarantool sends an empty
string in response.
@drewdzzz drewdzzz merged commit 28bae01 into tarantool:master Oct 16, 2024
43 checks passed
@drewdzzz drewdzzz deleted the fix_ci branch October 16, 2024 12:34
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