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
Maybe we recently added this task service check task parameter validation and didn't check e2e tests?
=== RUN TestE2E/Consul/*consul.ScriptChecksE2ETest/TestTaskScriptCheck
utils.go:93:
Error Trace: utils.go:93
wait.go:33
wait.go:19
utils.go:85
utils.go:107
script_checks.go:126
Error: Received unexpected error:
Unexpected response code: 500 (1 error occurred:
* Task group task_check validation failed: 1 error occurred:
* Task group service validation failed: 4 errors occurred:
* Check alive-1a is invalid: only task group service checks can be assigned tasks
* Check alive-2a is invalid: only task group service checks can be assigned tasks
* Check alive-2b is invalid: only task group service checks can be assigned tasks
* Check always-dead is invalid: only task group service checks can be assigned tasks
)
Test: TestE2E/Consul/*consul.ScriptChecksE2ETest/TestTaskScriptCheck
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Maybe we recently added this task service check task parameter validation and didn't check e2e tests?
The text was updated successfully, but these errors were encountered: