You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`TF_ACC` (must be set to "1" to enable acceptance tests)
72
+
-**Ensure a valid environment if using `go test`** - Check if the required environment variables are set, if not use the defaults specified above.
73
+
-**Always finish with `make testacc`** - This will run all tests. Make sure all tests pass before considering a task complete.
74
+
-**Pre-set Environment Variables** - Default environment variables are configured in the Makefile. If these defaults are suitable for your testing environment, `make testacc` will work directly without additional setup
75
+
-**Docker Environment** - For isolated testing with guaranteed environment setup, use `make docker-testacc` which starts Elasticsearch and Kibana containers automatically
76
+
62
77
## 7. Final Verification
63
78
- Confirm the root cause is fixed.
64
79
- Review your solution for logic correctness and robustness.
0 commit comments