Skip to content

Commit

Permalink
fix: disable source e2e tests temporarily (#287)
Browse files Browse the repository at this point in the history
* disable source e2e temperorily

* should modify template
  • Loading branch information
fuyufjh authored Feb 14, 2022
1 parent 99b4c61 commit c0cb242
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 63 deletions.
46 changes: 23 additions & 23 deletions .github/workflow-template/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,29 +287,29 @@ jobs:
~/cargo-make/makers logs
# ~/cargo-make/makers check-logs # regression test is bound to produce errors, so we don't check logs
- name: e2e test w/ source and Hummock
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-streaming
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
- name: e2e test w/ source 3-node
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-3node
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source_distributed/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
# - name: e2e test w/ source and Hummock
# run: |
# ~/cargo-make/makers clean-data
# ~/cargo-make/makers ci-streaming
# timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source/**/*.slt'

# - name: Kill cluster
# run: |
# ~/cargo-make/makers k
# ~/cargo-make/makers logs
# ~/cargo-make/makers check-logs

# - name: e2e test w/ source 3-node
# run: |
# ~/cargo-make/makers clean-data
# ~/cargo-make/makers ci-3node
# timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source_distributed/**/*.slt'

# - name: Kill cluster
# run: |
# ~/cargo-make/makers k
# ~/cargo-make/makers logs
# ~/cargo-make/makers check-logs

- name: Dump last 100 lines of logs on failure
if: ${{ failure() }}
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,26 +245,6 @@ jobs:
~/cargo-make/makers k
~/cargo-make/makers logs
# ~/cargo-make/makers check-logs # regression test is bound to produce errors, so we don't check logs
- name: e2e test w/ source and Hummock
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-streaming
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
- name: e2e test w/ source 3-node
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-3node
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source_distributed/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
- name: Dump last 100 lines of logs on failure
if: ${{ failure() }}
run: ~/cargo-make/makers logs
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,26 +244,6 @@ jobs:
~/cargo-make/makers k
~/cargo-make/makers logs
# ~/cargo-make/makers check-logs # regression test is bound to produce errors, so we don't check logs
- name: e2e test w/ source and Hummock
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-streaming
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
- name: e2e test w/ source 3-node
run: |
~/cargo-make/makers clean-data
~/cargo-make/makers ci-3node
timeout 5m sqllogictest -p ${{ env.RW_PORT }} -d dev './e2e_test/source_distributed/**/*.slt'
- name: Kill cluster
run: |
~/cargo-make/makers k
~/cargo-make/makers logs
~/cargo-make/makers check-logs
- name: Dump last 100 lines of logs on failure
if: ${{ failure() }}
run: ~/cargo-make/makers logs
Expand Down

0 comments on commit c0cb242

Please sign in to comment.