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

JT400: refactor test to avoid CPF2451 correctly #6028

Open
JiriOndrusek opened this issue Apr 23, 2024 · 0 comments
Open

JT400: refactor test to avoid CPF2451 correctly #6028

JiriOndrusek opened this issue Apr 23, 2024 · 0 comments

Comments

@JiriOndrusek
Copy link
Contributor

Bug description

Current implementation of jt400 test coverage with a real server clears data not optimally, because of CPF2451 Message queue REPLYMSGQ is allocated to another job. The reason of the error is the timeout of connection pool used by jt400 component (which is by default 30 seconds). It should be possible to set timeout to 0 and refactor clearing of the resource to happen after the execution of the tests (not before). This should make fix proposed by #6018 better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant