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 flaky integration test DemoActorReminderOnceImpl #553

Conversation

MregXN
Copy link
Member

@MregXN MregXN commented Nov 20, 2023

Description

it fails due to the following log

 test/actor/DemoActorReminderOnceImpl.ts:24:7 - error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'Duration'.

the period should be able to be undefined.

Issue reference

Please refer to the the point 4 of issue #7128 in dapr/dapr.

@MregXN MregXN requested review from a team as code owners November 20, 2023 12:50
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (66d4bd0) 100.00% compared to head (010f26d) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #553   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            6         6           
  Branches         1         1           
=========================================
  Hits             6         6           

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

@MregXN MregXN marked this pull request as draft November 20, 2023 13:12
@shubham1172
Copy link
Member

Thank you so much for looking into this @MregXN, these improvements will go a long way in increasing the SDK e2e test stability.

@MregXN MregXN force-pushed the fix-flaky-integration-test-DemoActorReminderOnceImpl branch 2 times, most recently from f485b55 to 9be2f50 Compare November 21, 2023 02:19
@MregXN MregXN closed this Nov 21, 2023
@MregXN MregXN force-pushed the fix-flaky-integration-test-DemoActorReminderOnceImpl branch from 9be2f50 to 66d4bd0 Compare November 21, 2023 02:28
Signed-off-by: MregXN <mregxn@gmail.com>
@MregXN MregXN reopened this Nov 21, 2023
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
@MregXN MregXN force-pushed the fix-flaky-integration-test-DemoActorReminderOnceImpl branch from 7dbbad3 to 522f635 Compare November 21, 2023 05:57
Signed-off-by: MregXN <mregxn@gmail.com>
@MregXN MregXN force-pushed the fix-flaky-integration-test-DemoActorReminderOnceImpl branch from efc6c98 to db46fa3 Compare November 21, 2023 14:53
@MregXN MregXN marked this pull request as ready for review November 22, 2023 03:35
Signed-off-by: MregXN <mregxn@gmail.com>
@MregXN
Copy link
Member Author

MregXN commented Nov 23, 2023

ready to review

@shubham1172 shubham1172 added this pull request to the merge queue Nov 27, 2023
Merged via the queue into dapr:main with commit d33c5a4 Nov 27, 2023
7 of 8 checks passed
@MregXN MregXN deleted the fix-flaky-integration-test-DemoActorReminderOnceImpl branch November 28, 2023 01:15
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.

2 participants