Add detach delete in bulk (#1078)

This commit is contained in:
Josipmrden
2023-09-10 18:53:03 +02:00
committed by GitHub
parent ab56abf4ca
commit 58546a9fe1
25 changed files with 1704 additions and 870 deletions

View File

@@ -101,7 +101,7 @@ jobs:
echo ${file}
if [[ ${file} == *.py ]]; then
python3 -m black --check --diff ${file}
python3 -m isort --check-only --diff ${file}
python3 -m isort --profile black --check-only --diff ${file}
fi
done
@@ -275,11 +275,13 @@ jobs:
- name: Run stress test (plain)
run: |
cd tests/stress
source ve3/bin/activate
./continuous_integration
- name: Run stress test (SSL)
run: |
cd tests/stress
source ve3/bin/activate
./continuous_integration --use-ssl
- name: Run durability test