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

Test Failing : Azure-Storage-Node - BlobContainer - createContainer - should work #66

Closed
edwin-huber opened this issue Aug 22, 2018 · 1 comment
Labels
azure-storage-node-testcase Issues related to testing of Azurite using Azure Storage Node tests blob-storage

Comments

@edwin-huber
Copy link
Collaborator

Failing test case:
Under : ./externaltests/azure-storage-node/test/services/blob/blobservice-container-tests.js

        // creating again will result in a duplicate error
        blobService.createContainer(containerName, function (createError2, container2) {
          assert.equal(createError2.code, Constants.BlobErrorCodeStrings.CONTAINER_ALREADY_EXISTS);
          assert.equal(container2, null);

azure-storage-node tests
base.js:266
BlobContainer
createContainer
should work:
Uncaught AssertionError [ERR_ASSERTION]: undefined == 'ContainerAlreadyExists'
at E:\repo\azurite\Azurite\externaltests\azure-storage-node\test\services\blob\blobservice-container-tests.js:166:18
at finalCallback (E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\services\blob\blobservice.core.js:568:7)
at E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\common\filters\retrypolicyfilter.js:189:13
at E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\common\services\storageserviceclient.js:801:17
at E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\common\services\storageserviceclient.js:1014:11
at E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\common\services\storageserviceclient.js:800:15
at processResponseCallback (E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\services\blob\blobservice.core.js:571:5)
at Request.processResponseCallback [as _callback] (E:\repo\azurite\Azurite\externaltests\azure-storage-node\lib\common\services\storageserviceclient.js:329:13)
at Request.self.callback (E:\repo\azurite\Azurite\externaltests\azure-storage-node\node_modules\request\request.js:185:22)
at Request. (E:\repo\azurite\Azurite\externaltests\azure-storage-node\node_modules\request\request.js:1161:10)
at IncomingMessage. (E:\repo\azurite\Azurite\externaltests\azure-storage-node\node_modules\request\request.js:1083:12)
at endReadableNT (_stream_readable.js:1045:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)

@edwin-huber edwin-huber added the azure-storage-node-testcase Issues related to testing of Azurite using Azure Storage Node tests label Aug 22, 2018
@XiaoningLiu
Copy link
Member

Close this for legacy Azurite V2. Please use Azurite V3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-storage-node-testcase Issues related to testing of Azurite using Azure Storage Node tests blob-storage
Projects
None yet
Development

No branches or pull requests

2 participants