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

9477: Direct memory / data source leak if teacher becomes inaccessible during reconnect #9780

Merged
merged 4 commits into from Nov 10, 2023

Conversation

artemananiev
Copy link
Member

Fixes: #9477
Signed-off-by: Artem Ananev artem.ananev@swirldslabs.com

…e during reconnect

Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
Copy link

github-actions bot commented Nov 8, 2023

Node: Unit Test Results

    2 277 files  +1      2 277 suites  +1   1h 25m 32s ⏱️ - 4m 52s
118 376 tests +9  118 342 ✔️ +9  34 💤 ±0  0 ±0 
126 637 runs  +9  126 603 ✔️ +9  34 💤 ±0  0 ±0 

Results for commit 009328a. ± Comparison against base commit a564b0a.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 8, 2023

Node: E2E Test Results

    1 files  ±    0      1 suites  ±0   22m 3s ⏱️ + 22m 3s
310 tests +309  310 ✔️ +310  0 💤 ±0  0  - 1 
332 runs  +331  332 ✔️ +332  0 💤 ±0  0  - 1 

Results for commit 009328a. ± Comparison against base commit a564b0a.

This pull request removes 1 and adds 310 tests. Note that renamed tests count towards both.
EndToEndTests ‑ initializationError
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateADDRESS_BOOK
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateNODE_DETAILS
EndToEndTests ‑ AccountsGetPayerRecordsIfSoConfigured
EndToEndTests ‑ Acct57CanMakeSmallChanges
EndToEndTests ‑ Acct57CantMakeLargeChanges
EndToEndTests ‑ AddingSignaturesToExecutedTxFails
EndToEndTests ‑ AddingSignaturesToExecutedTxFailsWithLongTermEnabled
EndToEndTests ‑ AddingSignaturesToNonExistingTxFails
EndToEndTests ‑ AddingSignaturesToNonExistingTxFailsWithLongTermEnabled
EndToEndTests ‑ AddressAliasIdFuzzing
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 8, 2023

Node: Integration Test Results

280 tests  ±0   280 ✔️ ±0   28m 3s ⏱️ -30s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit 009328a. ± Comparison against base commit a564b0a.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 8, 2023

Node: HAPI Test Results

1 246 tests  ±0   853 ✔️ ±0   1h 18m 57s ⏱️ - 14m 5s
   166 suites ±0   393 💤 ±0 
   166 files   ±0       0 ±0 

Results for commit eaa4c18. ± Comparison against base commit a564b0a.

♻️ This comment has been updated with latest results.

Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
@artemananiev artemananiev marked this pull request as ready for review November 9, 2023 21:11
@artemananiev artemananiev requested review from a team as code owners November 9, 2023 21:11
OlegMazurov
OlegMazurov previously approved these changes Nov 10, 2023
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
@artemananiev artemananiev merged commit 9203e0d into develop Nov 10, 2023
12 of 14 checks passed
@artemananiev artemananiev deleted the 09477-D-datasource-leak-on-reconnect branch November 10, 2023 02:35
ilko-iliev-lime pushed a commit that referenced this pull request Nov 10, 2023
…e during reconnect (#9780)

Fixes: #9477
Reviewed-by: Oleg Mazurov <oleg.mazurov@swirldslabs.com>
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
nickpoorman pushed a commit that referenced this pull request Nov 22, 2023
…e during reconnect (#9780)

Fixes: #9477
Reviewed-by: Oleg Mazurov <oleg.mazurov@swirldslabs.com>
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
Signed-off-by: Nick Poorman <nick@swirldslabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Direct memory / data source leak if teacher becomes inaccessible during reconnect
2 participants