[
https://issues.apache.org/jira/browse/IGNITE-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Filatov updated IGNITE-13605:
-------------------------------------
Description:
A simple test to check PDS compatibility of different Ignite versions
Ignite versions "from_version" and "to_version" are set via test parameters
# Start Ignite cluster version "from_version" with PDS enabled
# Start a client application that puts prepared data looks like
User (1, "John Connor")
User (2, "Sarah Connor")
User (3, "Kyle Reese")
# Stop cluster and client
# Start Ignite cluster version "to_version" without PDS clearing
# Start client that reads data and checks that it can be read and have not
changed
was:
A simple test to check PDS compatibility of different Ignite versions
# Start Ignite cluster with version 1, enabled PDS
# Start client that put some data into cluster
# Stop client and cluster
# Start Ignite cluster with version 2, and PDS from previous cluster
# Start client that reads data and checks that the data is same
> Ducktests test: PDS compatibility for ignite versions
> -----------------------------------------------------
>
> Key: IGNITE-13605
> URL: https://issues.apache.org/jira/browse/IGNITE-13605
> Project: Ignite
> Issue Type: New Feature
> Reporter: Maksim Timonin
> Assignee: Mikhail Filatov
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> A simple test to check PDS compatibility of different Ignite versions
> Ignite versions "from_version" and "to_version" are set via test parameters
> # Start Ignite cluster version "from_version" with PDS enabled
> # Start a client application that puts prepared data looks like
> User (1, "John Connor")
> User (2, "Sarah Connor")
> User (3, "Kyle Reese")
> # Stop cluster and client
> # Start Ignite cluster version "to_version" without PDS clearing
> # Start client that reads data and checks that it can be read and have not
> changed
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)