Netcracker / Netcracker/qubership-testing-platform-itf-executor
[Bug]: NullPointerException when CLI Outbound Transport processes response in case CLI command duration is more than 5 minutes
@kagw95 is already working on this.
Since Jun 22, 2026.
- Dominant language
- Java
- Stars
- 0
- Forks
- 2
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
Describe the bug
In case problems on the project environment or wrong CLI command configured by a project, CLI command can be very durable.
If it's duration is more than 5 minutes, but it's executed successfully and response is received, NullPointerException can be faced during response processing on the ITF side.
To Reproduce
To reproduce it, one should configure project CLI command such way that it's executed slower than 5 minutes.
For example, add 'sleep 310' command to the project script.
Then execute test scenario (callchain) containing this step.
Then check testrun execution results, ITF context link and Graylog logs.
Version
Itf-executor version 4.4.367 release and earlier.
Logs
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.