fix: concurrent ledger creation can lead to deadlock #1648
main.yml
on: pull_request
Tests
5m 36s
Dirty
33s
Check PR Title
5s
TestsDeployments
41s
Deploy
0s
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.
|