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

[Enhancement]Lock account for timeout duration after failed login attempts #51948

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

[Enhancement]Lock account for timeout duration after failed login att…

3b2b6ce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[Enhancement]Lock account for timeout duration after failed login attempts #51948

[Enhancement]Lock account for timeout duration after failed login att…
3b2b6ce
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Jan 19, 2025 in 0s

10802 tests run, 10742 passed, 58 skipped, 2 failed.

Annotations

Check failure on line 1228 in fe/fe-core/src/test/java/com/starrocks/service/FrontendServiceImplTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

FrontendServiceImplTest.testRequestMergeCommit

expected:<OK> but was:<INTERNAL_ERROR>
Raw output
java.lang.AssertionError: expected:<OK> but was:<INTERNAL_ERROR>
	at com.starrocks.service.FrontendServiceImplTest.lambda$testRequestMergeCommit$2(FrontendServiceImplTest.java:1229)
	at com.starrocks.service.FrontendServiceImplTest.testRequestMergeCommitBase(FrontendServiceImplTest.java:1279)
	at com.starrocks.service.FrontendServiceImplTest.testRequestMergeCommit(FrontendServiceImplTest.java:1228)

Check failure on line 519 in fe/fe-core/src/test/java/com/starrocks/service/FrontendServiceImplTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

FrontendServiceImplTest.testLoadTxnBegin

expected:<INTERNAL_ERROR> but was:<OK>
Raw output
java.lang.AssertionError: expected:<INTERNAL_ERROR> but was:<OK>
	at com.starrocks.service.FrontendServiceImplTest.testLoadTxnBegin(FrontendServiceImplTest.java:519)