-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at_client functional tests flakiness 2023-01-15 #1207
Comments
@sitaram-kalluri @purnimavenkatasubbu another one to look at 😀 |
@gkc : Sure Gary, will tale look and find the root cause. Thank you. |
One hypothesis for the test failure is that the compaction job running in the background might have compacted the keys shortly before the compaction job triggered by the test began. Here are the series of events:
{"atCompactionType":"ClientAtCommitLog","lastCompactionRun":"2024-01-15 10:55:01.004321Z","compactionDurationInMills":"0","preCompactionEntriesCount":"30","postCompactionEntriesCount":"30","deletedKeysCount":"0"} From the above snippet, the "compactionDurationInMills" shows 0 which evident that compaction triggered by the test run did not compact the keys. |
The issue is fixed and the changes are available in "trunk...refactor_compaction_job". Pending work is to raise PR and merge to trunk branch. |
Describe the bug
See https://github.com/atsign-foundation/at_client_sdk/actions/runs/7527814204/job/20488714969?pr=1206
Steps to reproduce
See https://github.com/atsign-foundation/at_client_sdk/actions/runs/7527814204/job/20488714969?pr=1206
Expected behavior
No flakiness
Screenshots
No response
Smartphones
No response
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: