Because bug #866 ,
BATS tests have NOT been running for a long time,
if running manually, one of tests is failing now
Running BATS: '/Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests/../../../dev/bats/bats-core/bin/bats /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests'
=============================================================
test_basic_deployment.bats
✓ Check all network node pods are running
✓ Check systemctl is running in all root containers
test_gateway_api_deployment.bats
✓ Check Network Node GRPC routes
test_proxy_deployment.bats
✗ Check haproxy deployment
tags: deployment-test
(in test file test_proxy_deployment.bats, line 45)
`[ "${test_status}" = "${PASS}" ]' failed
--------------------------Env Setup: fullstack-testing Helm Test------------------------------------------------
NAMESPACE: fst-jeffrey
RELEASE_NAME: fst
ENV_FILE: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests/.env
BATS_HOME: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests/../../../dev/bats
TESTS_DIR: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests
LOG: /tmp/fullstack-testing-logs/helm-test.log
OUTPUT_LOG: false
-----------------------------------------------------------------------------------------------------
--------------------------Env Setup: fullstack-testing Helm Test------------------------------------------------
NAMESPACE: fst-jeffrey
RELEASE_NAME: fst
ENV_FILE: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests/.env
BATS_HOME: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests/../../../dev/bats
TESTS_DIR: /Users/jeffrey/full-stack-testing/charts/fullstack-deployment/tests
LOG: /tmp/fullstack-testing-logs/helm-test.log
OUTPUT_LOG: false
-----------------------------------------------------------------------------------------------------
Loading bats helper...
Loading test helper scripts...
✓ Check envoy proxy deployment
test_sidecar_deployment.bats
✓ Check record-stream-uploader sidecar
✓ Check event-stream-uploader sidecar
✓ Check account-balance-uploader sidecar
✓ Check backup-uploader sidecar
✓ Check otel-collector sidecar
10 tests, 1 failure
Steps :
cd dev/
make setup setup-cluster deploy-network
cd ../charts/fullstack-deployment/tests/
./run.sh
Because bug #866 ,
BATS tests have NOT been running for a long time,
if running manually, one of tests is failing now
Steps :