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

JCStress test hangs randomly reactor.core.publisher.FluxSwitchOnFirstStressTest.InboundErrorLeadingToErrorAndOutboundCancelStressTest #3627

Open
OlegDokuka opened this issue Nov 2, 2023 · 0 comments
Labels

Comments

@OlegDokuka
Copy link
Contributor

OlegDokuka commented Nov 2, 2023

..... [TIMEOUT] reactor.core.publisher.FluxSwitchOnFirstStressTest.InboundErrorLeadingToErrorAndOutboundCancelStressTest

  Scheduling class:
    errorInbound: package group 0, core group 0
    cancelOutbound: package group 0, core group 1

  CPU allocation: 
    errorInbound: CPU #0 (package #0, core #0, thread #0)
    cancelOutbound: CPU #1 (package #0, core #1, thread #1)

  Compilation: unified across all actors

  JVM args: [-XX:+UnlockDiagnosticVMOptions, -XX:+WhiteBoxAPI, -XX:-RestrictContended, -Dfile.encoding=UTF-8, -Duser.country, -Duser.language=en, -Duser.variant, -XX:+UseBiasedLocking, -XX:-TieredCompilation, -XX:+StressLCM, -XX:+StressGCM]
  Fork: #4

  Messages:
    Timeout waiting for tasks to complete: 55102 ms
    Have stale threads, forcing VM to exit for proper cleanup.

there are more tests failing in this suite as well which are probably related - https://github.com/reactor/reactor-core/actions/runs/6720685631/job/18264796399

@OlegDokuka OlegDokuka added the type/bug A general bug label Nov 2, 2023
chemicL added a commit that referenced this issue Jan 10, 2024
FluxSwitchMap and FluxSwitchOnFirst JCStress tests are failing randomly
and it needs to be investigated why. We don't want their flakiness to
hide other issues when the CI fails, so they are being investigated in
related issues.

Related #3633
Related #3627
chemicL added a commit that referenced this issue Jan 11, 2024
`FluxSwitchMap` and `FluxSwitchOnFirst` JCStress tests are failing
randomly and it needs to be investigated why. We don't want their
flakiness to hide other issues when the CI fails, so they are being
investigated in related issues.

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

No branches or pull requests

1 participant