You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Korotkov (Jira)" <ji...@apache.org> on 2023/01/20 04:53:00 UTC

[jira] [Created] (IGNITE-18592) [ducktests] Do not free service node before test completion

Sergey Korotkov created IGNITE-18592:
----------------------------------------

             Summary: [ducktests] Do not free service node before test completion
                 Key: IGNITE-18592
                 URL: https://issues.apache.org/jira/browse/IGNITE-18592
             Project: Ignite
          Issue Type: Test
            Reporter: Sergey Korotkov


The {{ignitetest.tests.rebalance.persistent_test.RebalancePersistentTest.node_join_historical_test}} test frees nodes used by one of its IgniteApplicationService (preloader) before the test completion.

It causes the following two problems:
1. Logs of the preloader are not copied to the test results package

2. Some other test running concurrently may try to reuse this node (yet uncleaned and containing data at /mnt/service) which would cause unexpected test failures.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)