Skip to content

fix: concurrent ledger creation can lead to deadlock #1648

fix: concurrent ledger creation can lead to deadlock

fix: concurrent ledger creation can lead to deadlock #1648

Triggered via pull request November 14, 2024 13:04
Status Failure
Total duration 5m 42s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Error: test/rolling-upgrades/Earthfile#L89
The command RUN sh -c ' echo "Connecting to VCluster..." vcluster connect ${CLUSTER_NAME} --namespace vcluster-${CLUSTER_NAME} & export KUBECONFIG=/root/.kube/config; echo "Waiting for VCluster to be ready..." until kubectl get nodes; do sleep 1s; done; echo "Running test..." go test --test-image ghcr.io/formancehq/ledger:$CLUSTER_NAME-rolling-upgrade-test --latest-version $CLUSTER_NAME-main --actual-version $CLUSTER_NAME-current --project ledger --stack-prefix-name $CLUSTER_NAME- --no-cleanup=$NO_CLEANUP --no-cleanup-on-failure=$NO_CLEANUP_ON_FAILURE; ' did not complete successfully. Exit code 1
TestsDeployments
Process completed with exit code 1.
Error: Earthfile#L92
The command WITH DOCKER RUN --privileged go test $goFlags ./... did not complete successfully. Exit code 1
Tests
Process completed with exit code 1.