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

Queue: updateMessage exposes bug in Queue service #105

Closed
joostdenijs opened this issue Jul 16, 2012 · 0 comments
Closed

Queue: updateMessage exposes bug in Queue service #105

joostdenijs opened this issue Jul 16, 2012 · 0 comments

Comments

@joostdenijs
Copy link
Contributor

Copied from issue 207 on the private repository.

According to http://msdn.microsoft.com/en-us/library/windowsazure/hh452234.aspx, the visibilitytimeout when updating "cannot be set to a value later than the expiry time", but that does not seem to be enforced. Here are the HTTP traces showing that is not the case, where first I set the TTL to 6 seconds, then update the visibility timeout to 8 seconds. I'm entering this issue into our database for tracking; I don't know where to enter the issue for the Queue service team.

POST http://azuresdkdev.queue.core.windows.net/qa-691182-a1/messages?timeout=4&messagettl=6
HTTP/1.1 201 Created

GET http://azuresdkdev.queue.core.windows.net/qa-691182-a1/messages
HTTP/1.1 200 OK

c63223fa-4825-4c08-8ac8-f069d73fe856
Wed, 18 Jan 2012 21:15:13 GMT
Wed, 18 Jan 2012 21:15:19 GMT
1
AgAAAAEAAAApAAAAWBVjVibWzAE=
Wed, 18 Jan 2012 21:15:43 GMT
foo bar

PUT http://azuresdkdev.queue.core.windows.net/qa-691182-a1/messages/c63223fa-4825-4c08-8ac8-f069d73fe856?popreceipt=AgAAAAEAAAApAAAAWBVjVibWzAE%3D&visibilitytimeout=8
HTTP/1.1 204 No Content

@ghost ghost assigned joeg Jul 16, 2012
gcheng pushed a commit to gcheng/azure-sdk-for-java that referenced this issue Feb 27, 2013
@azuresdkci azuresdkci removed this from the Backlog milestone Sep 21, 2014
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
Adds custom deserializers for well-known types. Allows OffsetDateTime and GeoPoint to roundtrip as strongly typed objects in dynamic Maps

Fixes the following indexing test cases to match .Net scenarios:
- canIndexWithPascalCaseFields
- dynamicDocumentDateTimesRoundTripAsUtc
- staticallyTypedDateTimesRoundTripAsUtc
- canMergeDynamicDocuments
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants