[
https://issues.apache.org/jira/browse/IGNITE-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148894#comment-16148894
]
ASF GitHub Bot commented on IGNITE-6225:
----------------------------------------
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/2562
IGNITE-6225: Improve tests of WAL iterator with checking DataRecord entries
and TxRecords
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2562.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2562
----
commit 0e99dd096ac84b86b35890d59d72fc007a99532e
Author: dpavlov <[email protected]>
Date: 2017-08-31T12:11:24Z
IGNITE-6225: Data Records iteration was added to test
----
> Improve tests of WAL iterator with checking DataRecord entries and TxRecords
> ----------------------------------------------------------------------------
>
> Key: IGNITE-6225
> URL: https://issues.apache.org/jira/browse/IGNITE-6225
> Project: Ignite
> Issue Type: Test
> Components: persistence
> Affects Versions: 2.1
> Reporter: Dmitriy Pavlov
> Assignee: Dmitriy Pavlov
> Fix For: 2.3
>
>
> There is WAL Iterator implemented under [IGNITE-5558] which allows to iterate
> over WAL log records without Ignite instance up and running.
> This feature was covered by test
> IgniteWalReaderTest#testFillWalAndReadRecords()
> It is required to cover transactional put and check of this transaction
> results from test code.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)