Closed murali-shris closed 1 month ago
Issue seems to be in metrics_impl.dart on server code atCommitLog!.getEntries(lastCommitIdReceived, regex: regex) returns max 25 entries(default limit) If there are commits greater than 25, then the test fails. I have fixed the issue by paginating till we retrieve all entries https://github.com/atsign-foundation/at_server/commit/d50f8f3abd7013cd99f23b81e2539e5985fcc45e
Describe the bug
https://github.com/atsign-foundation/at_client_sdk/actions/runs/11007843917 sync_multiple_client_test.dart fails intermittently with the error
Issue seems to be a key missing in sync response from server (worknumber-484848642.wavi in the above failure) Issue is not replicated in local run of functional tests
Steps to reproduce
Run github actions
Expected behavior
test should pass consistently
Screenshots
No response
Smartphones
Were you using an atApplication when the bug was found?
No response
Additional context
No response