Skip to content

Commit

Permalink
added failures integration tests removing tests on examples
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Dec 9, 2024
1 parent 2868f20 commit 20376b3
Show file tree
Hide file tree
Showing 18 changed files with 577 additions and 1,096 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,75 +57,3 @@ jobs:
- name: Execute tests in the running services
run: |
make -f ./e2e/remote-address/Makefile test
missing-cluster:
name: Missing cluster integration test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
- uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown
- name: Run docker compose
run: |
docker compose -f ./e2e/missing-cluster/docker-compose.yaml run start_services
- name: Execute tests in the running services
run: |
make -f ./e2e/missing-cluster/Makefile test
parallel-requests:
name: Parallel requests integration test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
- uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown
- name: Run docker compose
run: |
docker compose -f ./e2e/parallel-requests/docker-compose.yaml run start_services
- name: Execute tests in the running services
run: |
make -f ./e2e/parallel-requests/Makefile test
unreachable-service:
name: Unreachable service integration test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: arduino/setup-protoc@v1
with:
version: '3.x'
- uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown
- name: Run docker compose
run: |
docker compose -f ./e2e/unreachable-service/docker-compose.yaml run start_services
- name: Execute tests in the running services
run: |
make -f ./e2e/unreachable-service/Makefile test
56 changes: 0 additions & 56 deletions e2e/basic/docker-compose.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions e2e/missing-cluster/Makefile

This file was deleted.

113 changes: 0 additions & 113 deletions e2e/missing-cluster/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions e2e/missing-cluster/docker-compose.yaml

This file was deleted.

Loading

0 comments on commit 20376b3

Please sign in to comment.