Skip to content

Modify the issue of premature thread exit caused by Monitor.Wait(). #138

Modify the issue of premature thread exit caused by Monitor.Wait().

Modify the issue of premature thread exit caused by Monitor.Wait(). #138

Workflow file for this run

name: E2E Tests
on:
push:
branches: [ main, dev/* ]
pull_request:
branches: [ main ]
jobs:
build:
name: e2e test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Check out code into the CSharp module directory
uses: actions/checkout@v2
- name: Set Docker & Run Test
run: |
docker network create --subnet 172.18.0.0/24 iotdb-network && docker-compose -f docker-compose.yml up --build --abort-on-container-exit --remove-orphans
- name: Clean IoTDB & Shut Down Docker
run: |
docker-compose -f docker-compose.yml down