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

[fix][test] Fix NonDurableSubscriptionTest.testInitReaderAtSpecifiedP… #23293

Merged

Conversation

summeriiii
Copy link
Contributor

@summeriiii summeriiii commented Sep 12, 2024

Motivation

The comments and code are inconsistent in the test NonDurableSubscriptionTest.testInitReaderAtSpecifiedPosition, some are comments not correct while others are code not correct. This issue was introduced by #21248.

Modifications

fix the inconsistent between comments and code in the test NonDurableSubscriptionTest.testInitReaderAtSpecifiedPosition

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 12, 2024
@summeriiii summeriiii force-pushed the fix_nondurable_subscription_test branch 2 times, most recently from 7ede944 to a3fb3e2 Compare September 12, 2024 13:14
@summeriiii
Copy link
Contributor Author

@poorbarcode PTAL, thx

Copy link
Contributor

@poorbarcode poorbarcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@summeriiii summeriiii closed this Sep 23, 2024
@summeriiii summeriiii reopened this Sep 23, 2024
@summeriiii summeriiii force-pushed the fix_nondurable_subscription_test branch from a3fb3e2 to faf1521 Compare September 25, 2024 03:23
@summeriiii
Copy link
Contributor Author

summeriiii commented Sep 25, 2024

@poorbarcode the test failed before and I rebased master, could you help to trigger the workflow?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.35%. Comparing base (bbc6224) to head (faf1521).
Report is 702 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #23293      +/-   ##
============================================
+ Coverage     73.57%   74.35%   +0.77%     
- Complexity    32624    34428    +1804     
============================================
  Files          1877     1943      +66     
  Lines        139502   147045    +7543     
  Branches      15299    16205     +906     
============================================
+ Hits         102638   109334    +6696     
- Misses        28908    29281     +373     
- Partials       7956     8430     +474     
Flag Coverage Δ
inttests 27.32% <ø> (+2.74%) ⬆️
systests 24.40% <ø> (+0.07%) ⬆️
unittests 73.72% <ø> (+0.88%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 653 files with indirect coverage changes

@Technoboy- Technoboy- merged commit 85aa046 into apache:master Oct 31, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants