Skip to content

Commit a257e78

Browse files
committed
assert
1 parent a3e510b commit a257e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class AzureIteratorAsync final : public IObjectStorageIteratorAsync
7171
if (client->IsClientForDisk())
7272
ProfileEvents::increment(ProfileEvents::DiskAzureListObjects);
7373

74+
chassert(batch.empty());
7475
auto blob_list_response = client->ListBlobs(options);
7576
auto blobs_list = blob_list_response.Blobs;
7677
batch.reserve(blobs_list.size());

0 commit comments

Comments
 (0)