Commits


rpm: actualize changelog Actualize changelog based on GitHub release pages changelogs. Some entries were skipped since they are not relevant to modern packages. Version 1.8.1 changelog was skipped since its changes is related to 2.x branches. Closes #6397 (backported from commit 0e83f33)


debian: actualize changelog Actualize changelog based on GitHub release pages changelogs. Some entries were skipped since they are not relevant to modern packages. Version 1.8.1 changelog was skipped since its changes is related to 2.x branches. Part of #6397 (backported from commit 069ff07)


ci: add integration check for expirationd module This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the expiration module. Part of #5265 Part of #6056 Closes #6528 (cherry picked from commit 1ac382f2505a379cd34516c9744fc330a7dfeeb8)


test: fix flaky wal_off/snapshot_stress test This commit fixes the following failure: ``` [028] --- wal_off/snapshot_stress.result Fri Jun 5 06:49:36 2020 [028] +++ wal_off/snapshot_stress.reject Fri Oct 16 13:48:23 2020 [028] @@ -375,7 +375,7 @@ [028] ... [028] snaps_find_status; [028] --- [028] -- snaps found [028] +- where are my snapshots? [028] ... [028] snapshot_check_failed = false [028] while #snaps > initial_snap_count do [028] ``` It happens, because the fiber making snapshots is started after worker fibers and it works until all worker fibers are done so it might occur that it doesn't make any snapshots. Fix this by replacing the while-loop with a repeat-loop, thus ensuring that the worker fiber makes at least one snapshot. Closes #5431 (cherry picked from commit e0e6fe106d11855631a2673dbc72a670378669aa)


ci: add integration check for tarantool-php/queue This patch extends the 'integration.yml' workflow and adds a new workflow call for running tests to verify integration between tarantool and the tarantool-php/queue connector. Part of #5265 Part of #6056 Closes #6595 (cherry picked from commit 5bcb0dcf9bbed06ac0c2a0998a1aa5f505cd814a)