Skip to content

Fix SessionDataSet sync-over-async deadlock and migrate to 4-arg RowR… #70

Fix SessionDataSet sync-over-async deadlock and migrate to 4-arg RowR…

Fix SessionDataSet sync-over-async deadlock and migrate to 4-arg RowR… #70

Workflow file for this run

name: E2E Tests in MultiNode IoTDB
on:
push:
branches: [main, dev/*]
pull_request:
branches: [main, dev/*]
jobs:
build:
name: e2e test in MultiNode IoTDB
runs-on: ubuntu-latest
steps:
- name: Check out code into the CSharp module directory
uses: actions/checkout@v4
- name: Set Docker & Run Test
run: |
docker compose -f docker-compose-2c2d.yml up --build --abort-on-container-exit --remove-orphans
- name: Clean IoTDB & Shut Down Docker
run: |
docker compose -f docker-compose-2c2d.yml down