-
Notifications
You must be signed in to change notification settings - Fork 97
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
DaprStateStore Manual test fails for updated resource names #6307
Comments
The name of the container seems kinda long. Could it be a length issue combined with bad error reporting? |
|
Note: This bug was unearthed during split namespace effort and is an existing issue. I will be able to pick it up after Phase 3 of SplitNamespace work. We have currently used shortened app/resource names in tests. |
@lakshmimsft - please close the issue if there is nothing pending on this work item. |
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
This has to be tested first to check if the issue still exists since it's been a while since this was filed. I'll pick it up next sprint. |
Bug information
Dapr test file used in functional tests runs successfully with original resource names but not with changed resource names.
currently investigating this issue ADO task
Steps to reproduce (required)
Install latest version of rad. (same behaviour seen in edge & latest released version)
run 'rad deploy ' for daprstate.bicep.txt
this runs successfully.
run 'rad deploy ' for daprstate-old.bicep.txt
this run fails with error
"code": "Internal",
"message": "exceeded max retry count to process async operation message: 3"
Same behaviour seen when user deletes all resources between runs/ deletes & recreates cluster etc.
Observed behavior (required)
redis pod is created and running successfully. container pod is not created.
application-rp logs indicate deque count increasing for the /CONTAINERS|PUT.. operation type and we see in the queue, the message exists but is not dequeued and is the last remaining message in queue. (attaching sample message)
Attachments:
Including module used in bicep files: redis-selfhost.bicep.txt
Comparing Input Files:
Application-rp log: daprissue-applications-rp-c9485d944-sjncw.log.txt
Failed op user sees:
Message seen in Queue: queuemessagecntr.txt
Desired behavior (required)
daprstate-old.bicep is deployed successfully, same as daprstate.bicep
Workaround (optional)
System information
rad Version (required)
same behaviour observed on v0.23 and edge
Operating system (required)
macOS Ventura, M1 chip -->
Additional context
currently investigating this issue ADO task
AB#8853
AB#9512
AB#10777
The text was updated successfully, but these errors were encountered: