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

State store etag doesn't work #551

Open
duylddev opened this issue Nov 14, 2023 · 2 comments
Open

State store etag doesn't work #551

duylddev opened this issue Nov 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@duylddev
Copy link

Expected Behavior

    for (let i = 0; i < 10; i++) {
      await daprClient.state.save('statestore', [
        {
          key: 'key',
          value: random(),
          etag: 'x',
        },
      ])
    }

This code should throw etag mismatch error

Actual Behavior

state save success without any error, etag increase one each time

Steps to Reproduce the Problem

Just run that code above

@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 Apr 30, 2024
@dapr-bot
Copy link
Collaborator

dapr-bot commented May 7, 2024

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.

@dapr-bot dapr-bot closed this as completed May 7, 2024
@mikeee mikeee reopened this Feb 6, 2025
@mikeee mikeee modified the milestones: v3.5.0, v3.6.0 Feb 6, 2025
@dapr-bot dapr-bot removed the stale label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants