Skip to content

fix: Resolve deadlock in listObjectsSlurp directory sealing #187

fix: Resolve deadlock in listObjectsSlurp directory sealing

fix: Resolve deadlock in listObjectsSlurp directory sealing #187

Workflow file for this run

name: Cluster Test
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install test dependencies
run: sudo apt-get install -y s3cmd
- name: Build linux amd64
run: env CGO_ENABLED=0 go build -o tigrisfs-linux-amd64 -v && ln -s tigrisfs-linux-amd64 tigrisfs
- name: Run cluster tests
run: NUM_ITER=100 SAME_PROCESS_MOUNT=1 make run-cluster-test
timeout-minutes: 25