Skip to content

[Cosmos] Remove unused files #11388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 0 additions & 129 deletions sdk/cosmos/azure-cosmos/azure/cosmos/_consistent_hash_ring.py

This file was deleted.

98 changes: 0 additions & 98 deletions sdk/cosmos/azure-cosmos/azure/cosmos/_hash_partition_resolver.py

This file was deleted.

123 changes: 0 additions & 123 deletions sdk/cosmos/azure-cosmos/azure/cosmos/_murmur_hash.py

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class _test_config(object):

#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Cosmos DB Emulator Key")]
masterKey = os.getenv('ACCOUNT_KEY', 'C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==')
host = os.getenv('ACCOUNT_HOST', 'https://localhost:443/')
host = os.getenv('ACCOUNT_HOST', 'https://localhost:8081/')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The internal emulator uses 443. This change runs the tests against the public emulator on 8081

connection_str = os.getenv('ACCOUNT_CONNECTION_STR', 'AccountEndpoint={};AccountKey={};'.format(host, masterKey))

connectionPolicy = documents.ConnectionPolicy()
Expand Down
Loading