Clean and upgrade openCypher and stress tests (#27)
* Add initial behave test improvements * Make HTML human-readable * Remove tutorial tests * Migrate to neo4j-driver==4.1.1
This commit is contained in:
10
.github/workflows/diff.yaml
vendored
10
.github/workflows/diff.yaml
vendored
@@ -260,16 +260,18 @@ jobs:
|
||||
name: "Macro benchmark summary"
|
||||
path: macro_benchmark_summary.txt
|
||||
|
||||
- name: Run quality assurance tests
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/qa
|
||||
cd tests/gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "Quality assurance status"
|
||||
path: tests/qa/quality_assurance_status.txt
|
||||
name: "GQL Behave Status"
|
||||
path: |
|
||||
tests/gql_behave/gql_behave_status.csv
|
||||
tests/gql_behave/gql_behave_status.html
|
||||
|
||||
- name: Run stress test (plain)
|
||||
run: |
|
||||
|
||||
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -268,16 +268,18 @@ jobs:
|
||||
--num-database-workers 9 --num-clients-workers 30 \
|
||||
--no-strict
|
||||
|
||||
- name: Run quality assurance tests
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/qa
|
||||
cd tests/gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "Quality assurance status"
|
||||
path: tests/qa/quality_assurance_status.txt
|
||||
name: "GQL Behave Status"
|
||||
path: |
|
||||
tests/gql_behave/gql_behave_status.csv
|
||||
tests/gql_behave/gql_behave_status.html
|
||||
|
||||
- name: Run stress test (plain)
|
||||
run: |
|
||||
|
||||
10
.github/workflows/release_centos.yaml
vendored
10
.github/workflows/release_centos.yaml
vendored
@@ -267,16 +267,18 @@ jobs:
|
||||
--num-database-workers 9 --num-clients-workers 30 \
|
||||
--no-strict
|
||||
|
||||
- name: Run quality assurance tests
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/qa
|
||||
cd tests/gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "Quality assurance status"
|
||||
path: tests/qa/quality_assurance_status.txt
|
||||
name: "GQL Behave Status"
|
||||
path: |
|
||||
tests/gql_behave/gql_behave_status.csv
|
||||
tests/gql_behave/gql_behave_status.html
|
||||
|
||||
- name: Run stress test (plain)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user