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/23 08:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-13447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maksim Timonin updated IGNITE-13447:
------------------------------------
    Description: 
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.

 

Bash should be there to: users that want to run 

  was:
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.


> 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
>            Priority: Major
>              Labels: IEP-56, ducktape
>
> 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.
>  
> Bash should be there to: users that want to run 



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