diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-08 03:57:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-08 04:02:37 +0900 |
| commit | a062af23b2e72c38b667e969652aefcf2238dc1b (patch) | |
| tree | cbcaa732e083d9465e11396ffc555ba08e0f87ef /worker/models.go | |
| parent | 4eb7e89d6a77a4434bd087fbb86873521d30a8f5 (diff) | |
| download | phperkaigi-2025-albatross-a062af23b2e72c38b667e969652aefcf2238dc1b.tar.gz phperkaigi-2025-albatross-a062af23b2e72c38b667e969652aefcf2238dc1b.tar.zst phperkaigi-2025-albatross-a062af23b2e72c38b667e969652aefcf2238dc1b.zip | |
feat(backend): aggregate testcase results
Diffstat (limited to 'worker/models.go')
| -rw-r--r-- | worker/models.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/models.go b/worker/models.go index a7310bd..c60002c 100644 --- a/worker/models.go +++ b/worker/models.go @@ -7,7 +7,7 @@ import ( const ( resultSuccess = "success" - resultFailure = "failure" + resultRuntimeError = "runtime_error" resultTimeout = "timeout" resultInternalError = "internal_error" ) |
