Skip to content

Update DaprActorsIT wait strategy #1306

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcruzdev
Copy link
Contributor

Description

Please explain the changes you've made

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1305

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@mcruzdev mcruzdev marked this pull request as ready for review April 11, 2025 18:59
@mcruzdev mcruzdev requested review from a team as code owners April 11, 2025 18:59
@@ -53,7 +53,7 @@ public class DaprActorsIT {
private static final Random RANDOM = new Random();
private static final int PORT = RANDOM.nextInt(1000) + 8000;

private static final String ACTORS_MESSAGE_PATTERN = ".*Actor API level in the cluster has been updated to 10.*";
private static final String ACTORS_MESSAGE_PATTERN = ".*Found Subscription.*";
Copy link
Contributor

Choose a reason for hiding this comment

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

@mcruzdev I agree for now.. but this is getting very inconsistent.. I keep finding edge cases..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What edge cases @salaboy? I tried here n times and the tests are passing.

Copy link

codecov bot commented Apr 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.47%. Comparing base (d759c53) to head (e757b42).
Report is 125 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1306      +/-   ##
============================================
- Coverage     76.91%   75.47%   -1.44%     
- Complexity     1592     1616      +24     
============================================
  Files           145      193      +48     
  Lines          4843     5101     +258     
  Branches        562      555       -7     
============================================
+ Hits           3725     3850     +125     
- Misses          821      935     +114     
- Partials        297      316      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Solve ContainerLaunch Timed out exception
2 participants