Azure / Azure/Azurite

Uploading blob metadata with invalid key should fail

Open
#399 2 comments 0 reactions 1 assignee Claimed by @Poku8 View on GitHub
blob-storage enhancement good first issue NewArch
Dominant language
TypeScript
Stars
2.3k
Forks
393
Avg merge
1d 20h
Merged PRs (30d)
36

Description

### Which service(blob, file, queue, table) does this issue concern?
Blob
### Which version of the Azurite was used?
3.4.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
npm
### What's the Node.js version?
v11.10.0
### What problem was encountered?
When I try to add metadata to a blob where the key is something that is not valid (e.g. the string "1"), I expect the upload of the metadata to fail. It does not when using Azurite, but the old Azure Storage Emulator had the correct behavior.
### Steps to reproduce the issue?
Create blob. Set the metadata as key:"1", value:"value". Upload metadata. Expect that the call fails, but it seems to succeed.
### Have you found a mitigation/solution?
Disabling the test we have in our code for now.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.