Sergey Korotkov created IGNITE-17168:
----------------------------------------
Summary: Ducktests: bump the LATEST release version
Key: IGNITE-17168
URL: https://issues.apache.org/jira/browse/IGNITE-17168
Project: Ignite
Issue Type: Test
Reporter: Sergey Korotkov
Most ducktests are run twice. One time against the current development version
and another one against the most recent released version. It's configured by
the decorator applied to test class:
{code:python}
@ignite_versions(str(DEV_BRANCH), str(LATEST))
{code}
The task is to update the LATEST to current most recent release (2.13)
--
This message was sent by Atlassian Jira
(v8.20.7#820007)