skorotkov opened a new pull request #9890: URL: https://github.com/apache/ignite/pull/9890
Added ability to add extra procedures to be invoked _before_ and _after_ each ducktest transparently via the globals parameters in a way similar to customization of specs for ignite nodes. It should be possible to invoke of extra ducktape services in these procedures on the same testing cluster. In this PR some modifications were also done to let tests run smoothly in presence of the customization: * The **persistence_upgrade_test.py::PersistenceUpgradeTest** fails if SSL is enabled via the --globals options. The immediate reason is that control.sh doesn't support the SSL options (like key_store_path) in the 2.7.6 version which is the starting point for the test incremental migrations of the PDS. Solution is to ignore test if SSL is enabled. * The framework was modified to let customization to extend set of listening ignite events. The test affected is **control_utility/consistency_test.py::ConsistencyTest**. More details are available in the Jira issue at https://issues.apache.org/jira/browse/IGNITE-16569 ***** Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The Contribution Checklist - [X] There is a single JIRA ticket related to the pull request. - [X] The web-link to the pull request is attached to the JIRA ticket. - [X] The JIRA ticket has the _Patch Available_ state. - [X] The pull request body describes changes that have been made. The description explains _WHAT_ and _WHY_ was made instead of _HOW_. - [X] The pull request title is treated as the final commit message. The following pattern must be used: `IGNITE-XXXX Change summary` where `XXXX` - number of JIRA issue. - [X] A reviewer has been mentioned through the JIRA comments (see [the Maintainers list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers)) - [ ] The pull request has been checked by the Teamcity Bot and the `green visa` attached to the JIRA ticket (see [TC.Bot: Check PR](https://mtcga.gridgain.com/prs.html)) ### Notes - [How to Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute) - [Coding abbreviation rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules) - [Coding Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines) - [Apache Ignite Teamcity Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot) If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com _#ignite_ channel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
