1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/src
Shahar Mike 779bba71f9
fix: Fix test_network_disconnect_during_migration test (#4224)
There are actually a few failures fixed in this PR, only one of which is a test bug:

* `db_slice_->Traverse()` can yield, causing `fiber_cancelled_`'s value to change
* When a migration is cancelled, it may never finish `WaitForInflightToComplete()` because it has `in_flight_bytes_` that will never reach destination due to the cancellation
* `IterateMap()` with numeric key/values overrode the key's buffer with the value's buffer

Fixes #4207
2024-12-02 15:55:23 +02:00
..
core chore: support qlist compression when accounting for memory (#4233) 2024-12-01 21:52:11 +02:00
facade fix: bugs in stream code (#4239) 2024-12-02 15:12:14 +02:00
redis fix: bugs in stream code (#4239) 2024-12-02 15:12:14 +02:00
server fix: Fix test_network_disconnect_during_migration test (#4224) 2024-12-02 15:55:23 +02:00
.gitignore Integrate version metadata into build. Fixes #46. 2022-05-30 08:49:19 +03:00
CMakeLists.txt fix: increase lua stack limit to 8KB (#3080) 2024-05-25 23:11:27 +03:00
GetGitRevisionDescription.cmake docker-release pipeline now uses release assets for building dockers 2022-05-30 11:24:56 +03:00
GetGitRevisionDescription.cmake.in docker-release pipeline now uses release assets for building dockers 2022-05-30 11:24:56 +03:00