azure-cosmos-db-emulator-docker
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.
Dear team, we need JOINs in new cosmosdb emulator to use it for local development. Best, Thomas
**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...
**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...
**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...
**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...
**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...
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...
**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...
**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...