AppFlowy-Cloud/tests/yrs_version
Nathan.fooo 5278203394
chore: decode update when spawn blocking when update size exceeds the… (#769)
* chore: decode update when spawn blocking when update size exceeds the threshold size

* chore: use 1mb as threshold
2024-08-30 11:30:15 +08:00
..
files ci: add test (#516) 2024-05-02 21:30:23 +08:00
README.md ci: add test (#516) 2024-05-02 21:30:23 +08:00
document_test.rs chore: decode update when spawn blocking when update size exceeds the… (#769) 2024-08-30 11:30:15 +08:00
folder_test.rs chore: upgrade code to use asynchronous locks 2024-08-13 19:59:46 +02:00
mod.rs ci: add test (#516) 2024-05-02 21:30:23 +08:00
util.rs ci: add test (#516) 2024-05-02 21:30:23 +08:00

README.md

The yrs_version test is designed to ensure that data encoded with an older version of Yrs can be accurately decoded by the new version of Yrs code. Each time a new version of Yrs is released, this test should be conducted to verify compatibility with older versions.

Tests should be added and run before updating to a new version of Yrs.