Skip to content

Add tests for offline sync with db boostraps #2034

@avinassh

Description

@avinassh

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions