[
https://issues.apache.org/jira/browse/IGNITE-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663878#comment-16663878
]
ASF GitHub Bot commented on IGNITE-9997:
----------------------------------------
GitHub user NSAmelchev opened a pull request:
https://github.com/apache/ignite/pull/5081
IGNITE-9997
Fix IgniteDiagnosticMessagesTest.testLongRunningTx test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NSAmelchev/ignite ignite-9997
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5081.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 #5081
----
commit 4d742f1004f915b4f3a255823db7d307ac3df66d
Author: NSAmelchev <nsamelchev@...>
Date: 2018-10-25T15:12:00Z
Fix the test.
----
> IgniteDiagnosticMessagesTest.testLongRunningTx fails on TC
> ----------------------------------------------------------
>
> Key: IGNITE-9997
> URL: https://issues.apache.org/jira/browse/IGNITE-9997
> Project: Ignite
> Issue Type: Bug
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.8
>
>
> It fails with the assertion error. [Example of
> fail.|https://ci.ignite.apache.org/viewLog.html?buildId=2157923&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_BinaryObjectsSimpleMapperBasic#testNameId808105671819833392]
> Log:
> {noformat}
> junit.framework.AssertionFailedError
> at
> org.apache.ignite.internal.managers.IgniteDiagnosticMessagesTest.testLongRunningTx(IgniteDiagnosticMessagesTest.java:378){noformat}
> {code:java}
> assertTrue(log.contains("Cache entries [cacheId=" +
> CU.cacheId(DEFAULT_CACHE_NAME) + ", cacheName=" + DEFAULT_CACHE_NAME + "]:"));
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)