Skip to content

Commit 3235d39

Browse files
authored
PYTHON-4242 Convert retryable writes spec tests to unified test format (mongodb#1752)
1 parent 17a8154 commit 3235d39

File tree

61 files changed

+7925
-5848
lines changed

Some content is hidden

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

61 files changed

+7925
-5848
lines changed

.evergreen/utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ find_python3() {
4343
createvirtualenv () {
4444
PYTHON=$1
4545
VENVPATH=$2
46+
rm -rf $VENVPATH
4647
# Prefer venv
4748
VENV="$PYTHON -m venv"
4849
if [ "$(uname -s)" = "Darwin" ]; then

test/retryable_writes/legacy/bulkWrite-errorLabels.json

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)