arcus-azure/arcus.testing

💪 [Enhance]: Mongo DB test fixtures to use the `.` separator instead of the forward slash `/`

オヌプン

#484 opened on 2025/11/17

 (0 件のコメント) (0 件のリアクション) (0 人の担圓者)C# (6 件のフォヌク)auto 404
area:storageenhancementgood first issue

Repository metrics

Stars
 (9 個のスタヌ)
PR merge metrics
 (PR metrics pending)

説明

Description

The Mongo DB separator is the dot . to separate between the Mongo DB database and collections. Because we use the forward slash / in the logging, it might seem confusing when this gets translated into real Azure resources during defect localization.

Solution

Use the dot . notation when logging Mongo DB collections in databases to streamline with the naming conventions of Mongo DB.

Additional context

Test fixtures are located in the Arcus.Testing.Storage.Cosmos project.

コントリビュヌタヌガむド