-
Notifications
You must be signed in to change notification settings - Fork 213
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
Intermittent failure of DynamicCallResourceTest.testConcurrentDynamicCalls #3628
Comments
@tkobayas In the case of 400 I guess the issue is related with Instance.stream being called concurrently, but I was not able to reproduce locally. Ill avoid using stream() over them anyay. |
fjtirado
added a commit
to fjtirado/kogito-runtimes
that referenced
this issue
Aug 22, 2024
fjtirado
added a commit
that referenced
this issue
Aug 22, 2024
github-project-automation
bot
moved this from 📋 Backlog
to 🎯 Done
in 🦉 KIE Podling Board
Aug 22, 2024
@fjtirado Thank you! |
rgdoliveira
pushed a commit
to rgdoliveira/kogito-runtimes
that referenced
this issue
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
DynamicCallResourceTest.testConcurrentDynamicCalls
fails intermittently.https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly/job/kogito-runtimes.build-and-deploy/75/
https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly/job/kogito-runtimes.build-and-deploy/77/
Expected behavior
Test passes constantly.
Actual behavior
Test fails intermittently. we can confirm it in nightly build as above. Locally, I see it fails once in 4 or 5 times testing.
How to Reproduce?
Locally, I see it fails once in 4 or 5 times testing.
Output of
uname -a
orver
Linux tkobayas-thinkpadt14sgen1.tokyo.csb 6.10.4-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Aug 11 15:56:38 UTC 2024 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment (Red_Hat-17.0.12.0.7-2) (build 17.0.12+7) OpenJDK 64-Bit Server VM (Red_Hat-17.0.12.0.7-2) (build 17.0.12+7, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
main branch
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: