Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testrun SuiteRunner state getting stuck in Running #328

Open
andmat900 opened this issue Dec 12, 2024 · 0 comments
Open

Testrun SuiteRunner state getting stuck in Running #328

andmat900 opened this issue Dec 12, 2024 · 0 comments
Labels
bug Something isn't working Controller

Comments

@andmat900
Copy link
Contributor

Description

Example state:

user@localhost:~/$ kubectl get testruns -n etos-development
NAME                          AGE     ENVIRONMENT   SUITERUNNER   ACTIVE   VERDICT        MESSAGE                                 ID
suite-5pgkn   19h     Failed        Running       False    None           Traceback (most recent call last):...   d019d918-b66c-48eb-95c6-b25db6590153
suite-6v9kg   43h     Failed        Running       False    None           Traceback (most recent call last):...   00b916dc-1e07-4225-8c60-ea2d11425155
suite-png54   2d19h   Failed        Running       False    None           Traceback (most recent call last):...   e6bccfb2-bec1-4587-94f3-478525250259

The actual root cause for testrun failure was IUT wait timeout.

At the same time pods are shown as Completed:

user@localhost:~/$ kubectl get pods -n etos-development | grep suite-png54
suite-png54-tmznx                                 0/2     Completed   0              2d19h

Jobs:

user@localhost:~/$ kubectl get jobs -n etos-development | grep suite-png54
suite-png54                                    0/1           2d19h      2d19h

Additional Context

No response

Logs

No response

Expected Behavior

The Suite Runner state should be updated.

Steps To Reproduce

No response

The version of this project/repo, if applicable

No response

The version/edition of the Eiffel Protocol used, if applicable

main

@andmat900 andmat900 added bug Something isn't working Controller labels Dec 12, 2024
@andmat900 andmat900 changed the title SuiteRunners getting stuck in Running state Testrun SuiteRunner state getting stuck in Running Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Controller
Projects
None yet
Development

No branches or pull requests

1 participant