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

isql 5.x crashes when executing test from QA suite (perhaps, related to CORE-5275 / #5553) #7444

Closed
pavel-zotov opened this issue Jan 7, 2023 · 0 comments

Comments

@pavel-zotov
Copy link

Ticket has been created after discussion with Alex.
Crash occurred on FB 5.0.0.890, ServerMode = SS, timestamp: 20230107 11:30:49.075
Most likely this was caused by core_5275_test.py
( #5553 )

Following is part of execution log, timestamps refer to the end moments of each test:

2023-01-07 11:30:27.659 tests/bugs/core_5270_test.py::test_1 PASSED                         [1105/2242]
2023-01-07 11:30:28.667 tests/bugs/core_5271_test.py::test_1 PASSED                         [1106/2242]
2023-01-07 11:30:31.470 tests/bugs/core_5273_test.py::test_1 PASSED                         [1107/2242]
2023-01-07 11:30:49.212 tests/bugs/core_5275_test.py::test_1 PASSED                         [1108/2242]
2023-01-07 11:30:49.712 tests/bugs/core_5277_test.py::test_1 PASSED                         [1109/2242]
2023-01-07 11:30:50.389 tests/bugs/core_5279_test.py::test_1 PASSED                         [1110/2242]

Stack trace and dump can be seen in attached files.
PS.
Most "wonderful" here is log: it looks like there was no crash at all, eve test has outcome = 'passed' :-)
tar_cSf_core.isql_LI-T5.0.0.890_20230107_113049.075.dmp.zip
gdb.isql.20230107_113049.075.2.txt.zip

@AlexPeshkoff AlexPeshkoff self-assigned this Jan 7, 2023
@pavel-zotov pavel-zotov changed the title FB 5.x crashes when executing test from QA suite (perhaps, related to CORE-5275 / #5553) isql 5.x crashes when executing test from QA suite (perhaps, related to CORE-5275 / #5553) Jan 7, 2023
@AlexPeshkoff AlexPeshkoff reopened this Jan 21, 2023
AlexPeshkoff added a commit that referenced this issue Jan 23, 2023
…suite (avoid high CPU consumption at last shutdown steps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment