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

Test e2e test failure - actors #625

Closed
paulyuk opened this issue Aug 18, 2024 · 2 comments
Closed

Test e2e test failure - actors #625

paulyuk opened this issue Aug 18, 2024 · 2 comments

Comments

@paulyuk
Copy link
Contributor

paulyuk commented Aug 18, 2024

Repro:
https://github.com/dapr/js-sdk/actions/runs/10438012101/job/28904863620#step:14:611

== APP == ● http/actors › timers › should fire a timer correctly (expected execution time > 5s)
== APP ==
== APP == expect(received).toEqual(expected) // deep equality
== APP ==
== APP == Expected: 300
== APP == Received: 400
== APP ==
== APP == 282 | await new Promise((resolve) => setTimeout(resolve, 1000));
== APP == 283 | const res4 = await actor.getCounter();
== APP == > 284 | expect(res4).toEqual(300);
== APP == | ^

== APP == 285 | }, 10000);
== APP == 286 |
== APP == 287 | it("should apply the ttl when it is set (expected execution time > 5s)", async () => {

@paulyuk paulyuk added the P1 label Aug 18, 2024
@dapr-bot
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@dapr-bot dapr-bot added the stale label Oct 17, 2024
@dapr-bot
Copy link
Collaborator

This issue has been automatically closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants