-
Notifications
You must be signed in to change notification settings - Fork 2
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
ttRunPackage does not wait for configuration to be loaded #148
Labels
bug
Something isn't working
Comments
Hi, thanks for reporting the bug. We will have a look into it. |
Hi @sebastianuhl-umlaut |
MartinGroscheTT
added a commit
that referenced
this issue
Jul 16, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 16, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 16, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 16, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 17, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 17, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
- imports - grammar of some comments - shorten condition
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 22, 2024
- imports - grammar of some comments - shorten condition
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
MartinGroscheTT
added a commit
that referenced
this issue
Jul 25, 2024
- imports - grammar of some comments - shorten condition
MartinGroscheTT
pushed a commit
that referenced
this issue
Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Test execution via Jenkins is failing due to unavailable tools. The same test can be executed locally.
In a Jenkins job a test execution is started with a block like
The test exection fails as the tools configured in the test bench configuration are not available.
Partial content of
ecu.test_out.log
:The exception at timestamp
2024-06-03 14:20:28.624
is caused byapi.ObjectApi.ConfigurationApi.OpenTestBenchConfiguration(api.CurrentTestbenchConfiguration.Filename).GetTool('***')
beingNone
despite this tool being configured in the test bench configuration.The log seems to indicate that the REST API requests to load the configuration (
2024-06-03 14:20:27.286
) and start the test execution (2024-06-03 14:20:27.289
) are sent without actually waiting for the configuration to load. Loading/starting of the configuration (2024-06-03 14:20:29.303
) only starts after the test execution (2024-06-03 14:20:27.296
-2024-06-03 14:20:29.303
).Steps to reproduce
Expected behavior
Test execution via Jenkins is starting the test bench configuration prior to starting the test execution.
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: