Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.56k stars 4.82k forks source link

[FEATURE REQ] Run Cosmos .NET v4 Library Tests against Cosmos Emulator #12514

Closed jongio closed 2 years ago

jongio commented 4 years ago

When we bring Cosmos to the mono-repo and our CI, let's make sure the tests are run against the cosmos emulator, which is currently in place for Java, JS, and Python.

azsdke2e

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar, @srinathnarayanan, @southpolesteve, @shurd, @ealsur, @j82w, @anfeldma-ms.

MehaKaushik commented 4 years ago

Hey @jongio we are the CosmosDB Resource Provider team, I am not very clear on your ask here. Can you please elaborate.

jongio commented 4 years ago

@danieljurek - Has this running for all other langs in our CI. I believe Daniel is going to take this task when we move Cosmos .NET to the mono-repo.

danieljurek commented 4 years ago

I think this work item relates to work on the Cosmos client SDKs (as opposed to management SDKs). We have the ability to run the test suite against a locally deployed instance of the Cosmos DB emulator with other languages.

MehaKaushik commented 4 years ago

@danieljurek this repo doesnt contain the client SDK, I believe this issue should not be in this repo.

jongio commented 4 years ago

The idea with this issue is to ensure that when the cosmos sdk data plane sdk moves to this repo that we have an issue to make sure it is wired up to cosmos emulator in tests

WestDiscGolf commented 3 years ago

Hi, Just curious as to see if there is any update on when the Cosmos SDK package will be brought in to the repo and the Azure.Cosmos package be the "latest" to use? I've tried to find more information but the preview v4 package on nuget was last updated in Jan 2020 and the project link takes me to the v3 package repo. I've looked in the links provided here - https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#nuget-package-dev-feed - but only the management package is listed. Sorry if I've missed something somewhere. Thanks!

danielmarbach commented 2 years ago

FYI this is my research so far

Based on the public traces I could find, my observations would lead towards thinking the efforts have been abandoned.

jsquire commented 2 years ago

As there are no current plans for moving Cosmos to this repository, I'm going to close this out.