You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Were you using an atApplication when the bug was found?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
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 atsign-foundation/at_server@d50f8f3
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
The text was updated successfully, but these errors were encountered: