We have a mock server
|
struct MockServer { |
|
url: String, |
|
frame_count: Arc<AtomicU32>, |
|
connector: ConnectorService, |
|
return_error: Arc<AtomicBool>, |
|
request_count: Arc<AtomicU32>, |
|
} |
but it does not support
/export to test bootstrap. Lets update the mock to consider
/export and also add more tests for offline sync which does bootstrap of db
We have a mock server
libsql/libsql/src/sync/test.rs
Lines 314 to 320 in 618505c
/exportto test bootstrap. Lets update the mock to consider/exportand also add more tests for offline sync which does bootstrap of db