Skip to content

Commit 88bf585

Browse files
committed
CASSPYTHON-23 Remove CloudTests and CloudSchemaTests
patch by Bret McGuire; reviewed by Bret McGuire and Brad Schoening reference: #1296
1 parent 81faea2 commit 88bf585

5 files changed

Lines changed: 0 additions & 503 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -392,24 +392,6 @@ def executeStandardTests() {
392392
}
393393
}
394394

395-
try {
396-
sh label: 'Execute DataStax Astra integration tests', script: '''#!/bin/bash -lex
397-
. ./jenkins-venv/bin/activate
398-
399-
# Load CCM environment variable
400-
set -o allexport
401-
. ${HOME}/environment.txt
402-
set +o allexport
403-
404-
. ${JABBA_SHELL}
405-
jabba use 1.8
406-
407-
EVENT_LOOP=${EVENT_LOOP} CLOUD_PROXY_PATH="${HOME}/proxy/" CASSANDRA_VERSION=${CCM_CASSANDRA_VERSION} MAPPED_CASSANDRA_VERSION=${MAPPED_CASSANDRA_VERSION} VERIFY_CYTHON=${CYTHON_ENABLED} JVM_EXTRA_OPTS="$JVM_EXTRA_OPTS -Xss384k" pytest -s -v --log-format="[%(levelname)s] %(asctime)s %(thread)d: %(message)s" --junit-xml=advanced_results.xml tests/integration/cloud/
408-
'''
409-
} catch (err) {
410-
currentBuild.result = 'UNSTABLE'
411-
}
412-
413395
if (env.PROFILE == 'FULL') {
414396
try {
415397
sh label: 'Execute long running integration tests', script: '''#!/bin/bash -lex

tests/integration/cloud/__init__.py

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

tests/integration/cloud/conftest.py

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

tests/integration/cloud/test_cloud.py

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

0 commit comments

Comments
 (0)