Skip to content

Commit 75db6bd

Browse files
Moving tests of azure-cosmos into separate module to allow using failure injection there (Azure#34207)
* Fixing issues in winutils on Windows * Update external_dependencies.txt * Moving tests of azure-cosmos into separate module to allow using failure injection there * Update version_client.txt * Update AzureCosmosPropertiesTest.java
1 parent 008216f commit 75db6bd

File tree

349 files changed

+1028
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

349 files changed

+1028
-174
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.17.2;4.18.0-beta.1
9898
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.17.2;4.18.0-beta.1
9999
com.azure:azure-cosmos-encryption;1.12.0;1.13.0-beta.1
100100
com.azure:azure-cosmos-test;1.0.0-beta.1;1.0.0-beta.2
101+
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
101102
com.azure:azure-data-appconfiguration;1.4.3;1.5.0-beta.1
102103
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
103104
com.azure:azure-data-schemaregistry;1.3.4;1.4.0-beta.3
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (Unreleased)
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Azure Cosmos Tests client library for Java
2+
Library containing tests for azure-cosmos and azure-cosmos-test libraries. Only used internally as home for tests to allow using failure injection even in the unit- and integration tests of azure-cosmos.
3+
4+
## Getting started
5+
n/a
6+
7+
## Key concepts
8+
n/a
9+
10+
## Examples
11+
n/a
12+
13+
## Troubleshooting
14+
n/a
15+
16+
## Next steps
17+
n/a
18+
19+
## Contributing
20+
21+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
22+
[Contributor License Agreement (CLA)][cla] declaring that you have the right to, and actually do, grant us the rights
23+
to use your contribution.
24+
25+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate
26+
the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to
27+
do this once across all repos using our CLA.
28+
29+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq]
30+
or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
31+
32+
<!-- LINKS -->
33+
[cosmos_introduction]: https://docs.microsoft.com/azure/cosmos-db/
34+
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
35+
[cosmos_docs]: https://docs.microsoft.com/azure/cosmos-db/introduction
36+
[jdk]: https://docs.microsoft.com/java/azure/jdk/
37+
[maven]: https://maven.apache.org/
38+
[cla]: https://cla.microsoft.com
39+
[coc]: https://opensource.microsoft.com/codeofconduct/
40+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
41+
[coc_contact]: mailto:opencode@microsoft.com
42+
[azure_subscription]: https://azure.microsoft.com/free/
43+
[troubleshooting]: https://docs.microsoft.com/azure/cosmos-db/troubleshoot-java-sdk-v4-sql
44+
[perf_guide]: https://docs.microsoft.com/azure/cosmos-db/performance-tips-java-sdk-v4-sql?tabs=api-async
45+
[quickstart]: https://docs.microsoft.com/azure/cosmos-db/create-sql-api-java?tabs=sync

0 commit comments

Comments
 (0)