Skip to content
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

9559 Improved asserts for latches. #9669

Merged
merged 1 commit into from Nov 7, 2023
Merged

Conversation

imalygin
Copy link
Member

@imalygin imalygin commented Nov 3, 2023

Description:

This is a follow up for #9560. Clearly, insufficient timeout was not the reason for that non-deterministic failure.

To stabilize the test I added asserts happening in the main thread for latches. If it fails, it'll be easier to pinpoint where exactly the failure is.

Related issue(s):

Fixes #9559

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Ivan Malygin <ivan@swirldslabs.com>
Copy link

github-actions bot commented Nov 3, 2023

Node: Unit Test Results

    2 272 files      2 272 suites   1h 23m 26s ⏱️
118 343 tests 118 309 ✔️ 34 💤 0
126 604 runs  126 570 ✔️ 34 💤 0

Results for commit cd487b5.

Copy link

github-actions bot commented Nov 3, 2023

Node: Integration Test Results

280 tests   280 ✔️  32m 40s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit cd487b5.

Copy link

github-actions bot commented Nov 3, 2023

Node: HAPI Test Results

1 242 tests   802 ✔️  1h 13m 40s ⏱️
   165 suites  440 💤
   165 files        0

Results for commit cd487b5.

Copy link

github-actions bot commented Nov 3, 2023

Node: E2E Test Results

    1 files      1 suites   22m 31s ⏱️
310 tests 310 ✔️ 0 💤 0
332 runs  332 ✔️ 0 💤 0

Results for commit cd487b5.

@imalygin imalygin merged commit 76f9ddf into develop Nov 7, 2023
10 of 11 checks passed
@imalygin imalygin deleted the 9559-stabilized-test branch November 7, 2023 18:17
Ivo-Yankov pushed a commit that referenced this pull request Nov 9, 2023
Signed-off-by: Ivan Malygin <ivan@swirldslabs.com>
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test in MerkleDbCompactionCoordinatorTest may fail non-deterministically
3 participants