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

CI is failing since yesterday #2948

Open
tishun opened this issue Aug 8, 2024 · 1 comment · Fixed by #2949
Open

CI is failing since yesterday #2948

tishun opened this issue Aug 8, 2024 · 1 comment · Fixed by #2949

Comments

@tishun
Copy link
Collaborator

tishun commented Aug 8, 2024

Bug Report

See https://github.com/redis/lettuce/actions/runs/10294405232/job/28492371802

Current Behavior

ConnectionCommandIntegrationTests are failing constantly

Stack trace
[INFO] Results:
[INFO] 
Error:  Errors: 
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.authInvalidUsernamePassword » ConditionEvaluation Failed to evaluate condition [io.lettuce.test.condition.EnabledOnCommandCondition]: Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.authWithUsername » ConditionEvaluation Failed to evaluate condition [io.lettuce.test.condition.EnabledOnCommandCondition]: Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.getSetReconnect:280 » IllegalState java.util.concurrent.TimeoutException: Condition not satisfied for: false
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.resp2HandShakeWithUsernamePassword » ConditionEvaluation Failed to evaluate condition [io.lettuce.test.condition.EnabledOnCommandCondition]: Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
Error:    ConnectionCommandIntegrationTests.setUp:71 » Redis Currently not connected. Commands are rejected.
[INFO] 
Error:  Tests run: 2442, Failures: 0, Errors: 12, Skipped: 52

Possible Solution

Since very little code was introduced to the main branch it is quite possible that one of the moving parts has caused the regression. Moving parts are latest version of Redis server or latest ubuntu image used. The latter is the better suspect.

Additional context

Seems that they are not failing locally for me on MacOS.

@tishun tishun changed the title CI is failing CI is failing since yesterday Aug 8, 2024
@tishun
Copy link
Collaborator Author

tishun commented Aug 8, 2024

We should check why moving from

Operating System

Ubuntu
22.04.4
LTS

Runner Image

Image: ubuntu-22.04
Version: 20240730.2.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240730.2/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240730.2

to

Operating System

Ubuntu
22.04.4
LTS

Runner Image

Image: ubuntu-22.04
Version: 20240804.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240804.1/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240804.1

caused the CI failures

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 a pull request may close this issue.

1 participant