You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2020/09/14 17:20:00 UTC

[jira] [Created] (IGNITE-13447) Python starter of ducktests

Maksim Timonin created IGNITE-13447:
---------------------------------------

             Summary: Python starter of ducktests
                 Key: IGNITE-13447
                 URL: https://issues.apache.org/jira/browse/IGNITE-13447
             Project: Ignite
          Issue Type: New Feature
            Reporter: Maksim Timonin


run_test.sh is bash script that start docker env locally, configure tests and run ducktape util. But as it written on bash there are some limitations.

It's required to replace the script with python starter. Requirements are:
 # Orchestrate (start/stop/restart) of local environment - should be pluggable (vagrant, docker, minikube);
 # Configure local cluster with yaml - dynamically configuration num of nodes (depend on running test suites)
 # Configure tests with yaml: suites, globals, parameters, etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)