-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: improvements for test repeatability #766
chore: improvements for test repeatability #766
Conversation
0c3b0fe
to
2a16747
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-review
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceIntegrationTest.java
Outdated
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceIntegrationTest.java
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceIntegrationTest.java
Outdated
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceIntegrationTest.java
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceIntegrationTest.java
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/mediator/LiveStreamMediatorImplTest.java
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/mediator/LiveStreamMediatorImplTest.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/hedera/block/server/pbj/PbjBlockStreamServiceProxy.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/hedera/block/server/pbj/PbjBlockStreamServiceProxy.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The work here is very much appreciated.
I do have a question on the executor; it might be a bit more complex than necessary, and I'm not sure the count down is entirely correct.
server/src/main/java/com/hedera/block/server/pbj/PbjBlockStreamServiceProxy.java
Outdated
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/util/BlockingExecutorService.java
Show resolved
Hide resolved
Please rebase with latest |
2a16747
to
8e2b88a
Compare
Signed-off-by: Alex Kehayov <[email protected]>
471e01b
to
ab3259d
Compare
The merge modified pre-existing commits (possibly due to an out-of-date main). |
Signed-off-by: Alex Kehayov <[email protected]>
1f967a0
to
ad9cbb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, however still needs a rebase from main and also conflicts resolutions 😓
Signed-off-by: Alex Kehayov <[email protected]>
ad9cbb1
to
df5ad46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Need rebase to latest |
Signed-off-by: Alex Kehayov <[email protected]>
342abb3
df5ad46
to
342abb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
@AlfredoG87 The PR title check fails for some reason (not clear why). I believe you can still merge this? |
Looking into failing PR check blocker |
@AlexKehayov kindly rebase, I just pushed a PR #820 that should help with the GHA that was stuck here |
Signed-off-by: Alex Kehayov <[email protected]>
342abb3
to
14f1d62
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #766 +/- ##
=========================================
Coverage 89.12% 89.12%
- Complexity 707 710 +3
=========================================
Files 130 130
Lines 3043 3045 +2
Branches 219 219
=========================================
+ Hits 2712 2714 +2
Misses 265 265
Partials 66 66
🚀 New features to boost your workflow:
|
Reviewer Notes
Related Issue(s)
Fixes #642