azure-cosmos-db-emulator-docker icon indicating copy to clipboard operation
azure-cosmos-db-emulator-docker copied to clipboard

This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.

Results 126 azure-cosmos-db-emulator-docker issues
Sort by recently updated
recently updated
newest added

Dear team, we need JOINs in new cosmosdb emulator to use it for local development. Best, Thomas

cosmosEmulatorVnextPreview
query

**Describe the bug** Cosmos emulator running in docker container crashed while running large integration test suite. I don't know what test caused it to fall over. ``` This is an...

needs-triage

**Describe the bug** When starting the Cosmos emulator container through Aspire, from time to time, the start of the container produces an error: _ERROR CosmosDB.Gateway.ProcessRequest{http.method=GET http.path=/dbs/draft otel.kind=Server}:process_request:process_get_database_request: rust_gateway::postgres::connection: Query failed...

cosmosEmulatorVnextPreview
needs-triage

**Describe the bug** Integrations tests from our CI/CD started to fail once we switch to the latest image (e.g.: `azure-cosmos-emulator:vnext-EN20251118`). In our tests, after creating the docker container to ensure...

cosmosEmulatorVnextPreview
needs-triage

**Describe the bug** I have a test which runs a patch operation with two preconditions and a filter predicate, In the test I expect that I will receive a precondition...

**Describe the bug** When documents are removed via TTL setting, they are not fully removed from the database resulting in inconsistent behavior. A "ghost" reference still exists which causes things...

cosmosEmulatorVnextPreview
needs-triage

**Describe the bug** I've seen major refactor etc in release. My e2e tests pulled the newest image and immediately started timing out (using test containers). Previous release was starting in...

cosmosEmulatorVnextPreview
needs-triage

When using ORDER-BY with a function: `SELECT p.name FROM products p ORDER BY LENGTH(p.name) DESC` The query would fail, and there's the same issue with GROUP-BY. Luckily, for ORDER-BY, there's...

cosmosEmulatorVnextPreview
needs-triage

**Describe the bug** We use the cosmos emulator in testing as part of our CI pipeline in github. In the last week, following a dependabot update to azure-cosmos from 4.9.0...

cosmosEmulatorVnextPreview
needs-triage

**Describe the bug** Cannot update the index policy of the container to create composite indexes etc. **To Reproduce** Steps to reproduce the behavior: 1. Go to Data Explorer 2. Create...

feature
cosmosEmulatorVnextPreview