-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/miscCategorizes issue or PR as a miscellaneuous one.Categorizes issue or PR as a miscellaneuous one.
Milestone
Description
When a TaskRun fails because a result exceeds the configured maxResultSize, the error message currently does not include the actual size of the offending result. This makes it harder for users to understand how much their result exceeded the limit.
Currently the message is:
[User error] TaskRun ""my-task-run"" failed: results exceeded size limit 65536 bytes
It would be helpful to enhance the error message to include the exact size of the result that caused the failure. This would make troubleshooting and adjusting pipeline results easier.
pritidesai
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/miscCategorizes issue or PR as a miscellaneuous one.Categorizes issue or PR as a miscellaneuous one.
Type
Projects
Status
Todo