[
https://issues.apache.org/jira/browse/IGNITE-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671263#comment-16671263
]
ASF GitHub Bot commented on IGNITE-10103:
-----------------------------------------
GitHub user pavlukhin opened a pull request:
https://github.com/apache/ignite/pull/5230
IGNITE-10103: Fix
IgnitePersistentStoreDataStructuresTest.testSequenceAfterAutoactivation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5230.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 #5230
----
commit 1caaeb65878f13cfb1fdd56e26d8a11cdda83652
Author: ipavlukhin <vololo100@...>
Date: 2018-10-31T12:21:20Z
access atomicSequence on auto-activating cluster with retries
commit 2a2e9e38701f01761f34d0149de780dc9ea0163b
Author: ipavlukhin <vololo100@...>
Date: 2018-11-01T08:34:34Z
check exception message in test
----
> Fix IgnitePersistentStoreDataStructuresTest.testSequenceAfterAutoactivation
> ---------------------------------------------------------------------------
>
> Key: IGNITE-10103
> URL: https://issues.apache.org/jira/browse/IGNITE-10103
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Ivan Pavlukhin
> Assignee: Ivan Pavlukhin
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> IgnitePersistentStoreDataStructuresTest.testSequenceAfterAutoactivation can
> fail with exception stating that the cluster is not activated. A proposed fix
> is catching exception and retrying an operation until success.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)