Wei Wei

Results 306 comments of Wei Wei

@giggio You can reference this test case, it use a pipeline policy to set header "Origin" on the request just before it send to server. You can also write your...

@giggio, @shivangag The PR has pending for a long time. Would you please help to add test case for the change and fix the conflict? Then we can continue the...

@omerkMM As we see, the error is "ErrorName=SequelizeDatabaseError ErrorMessage=Timeout: Request failed to complete in 15000ms". This looks like the error is caused by slow network or responds from sql. If...

@omerkMM Good to know the issue resolved on your side with Loki! We will look into the SQL issue you mentioned.

@devax Thanks for the information! Azurite SQL support is still in preview, we will investigate it when bandwidth available. However, Azurite welcome contribution! All the SQL related API are called...

@anmandav It looks the before issue is already resolved. And the are many other customers also using Azurite table service, but not see this kind of issue. So we will...

@anmandav Thanks for the responds! Not sure if you have run this problem on the product Azure? I have tried to run your program (with slightly change since build fail)...

@edwin-huber Do you have any comments for the table batch delete issue? @PrasantJillella Normally, your code should be based on the storage server returned error status code, instead of error...

@PrasantJillella For "ExtendedErrorInformation.ErrorCode", I think you get it from SDK interface, since Azurite doesn't return error in this structure. You might should check with the SDK owner to see how...

@kurt-mueller-osumc Blob tag is still not supported by Azurite, you can find it in "Following features or REST APIs are NOT supported" in https://github.com/Azure/Azurite#support-matrix. And we have another issue to...