Skip to content

Conversation

@csviri
Copy link
Collaborator

@csviri csviri commented Jan 14, 2026

sometimes some integration tests fail (as far I can tell always the same set),
see: https://github.com/operator-framework/java-operator-sdk/actions/runs/20992766537/job/60342081482?pr=3119

My guess is it a slower runner machine? Not sure, but enhanced a bit the timouts on those tests.

Error:  Errors: 
Error:    KubernetesResourceStatusUpdateIT.testReconciliationOfNonCustomResourceAndStatusUpdate:63 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.deployment.KubernetesResourceStatusUpdateIT 
Expecting actual not to be null within 2 minutes.
Error:    ExpectationIT.expectationTimeouts:70 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.onallevent.ExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    ExpectationIT.testExpectation:55 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.onallevent.ExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    PeriodicCleanerExpectationIT.testPeriodicCleanerExpectationBasicFlow:60 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.periodicclean.PeriodicCleanerExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    StandaloneDependentResourceIT.dependentResourceManagesDeployment:66->awaitForDeploymentReadyReplicas:97 » ConditionTimeout Condition with Lambda expression in io.javaoperatorsdk.operator.dependent.standalonedependent.StandaloneDependentResourceIT was not fulfilled within 50 seconds.
Error:    StandaloneDependentResourceIT.executeUpdateForTestingCacheUpdateForGetResource:81->awaitForDeploymentReadyReplicas:97 » ConditionTimeout Condition with Lambda expression in io.javaoperatorsdk.operator.dependent.standalonedependent.StandaloneDependentResourceIT was not fulfilled within 50 seconds.
Error:    ComplexWorkflowIT.successfullyReconciles:59 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.complexdependent.ComplexWorkflowIT 
expected: READY
 but was: NOT_READY within 1 minutes  30 seconds.
Error:    WorkflowAllFeatureIT.configMapNotDeletedUntilNotMarked:123 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting value to be true but was false within 1 minutes.
Error:    WorkflowAllFeatureIT.configMapNotReconciledIfReconcileConditionNotMet:100 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting value to be true but was false within 1 minutes.
Error:    WorkflowAllFeatureIT.configMapNotReconciledUntilDeploymentReady:73 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting actual not to be null within 1 minutes.
[INFO] 
Error:  Tests run: 144, Failures: 0, Errors: 10, Skipped: 0

Signed-off-by: Attila Mészáros [email protected]

Signed-off-by: Attila Mészáros <[email protected]>
@openshift-ci openshift-ci bot requested review from metacosm and xstefank January 14, 2026 13:23
@csviri csviri merged commit a01f471 into operator-framework:main Jan 14, 2026
25 checks passed
@csviri csviri deleted the timeout-gc branch January 14, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants