Ivan Fedotov created IGNITE-11802:
-------------------------------------
Summary: Check keepSerializedObjects() condition after each test
Key: IGNITE-11802
URL: https://issues.apache.org/jira/browse/IGNITE-11802
Project: Ignite
Issue Type: Bug
Reporter: Ivan Fedotov
Assignee: Ivan Fedotov
After some changes in GridAbstractTest class [1] condition on
{{serializedObj.clear()}} invocation was removed [2].
In the previous master version {{serializedObj.clear()}} will be invoked only
if {{(!keepSerializedObjects())}} condition will be satisfied.
Due to this reason, some tests became failed [3], so it is necessary to return
such check.
[1] https://issues.apache.org/jira/browse/IGNITE-11412
[2]
https://github.com/apache/ignite/pull/6267/files#diff7a554fa780cd51aae79479d6e9dfcc96L2152
[3]
http://apache-ignite-developers.2346864.n4.nabble.com/MTCGA-new-failures-in-builds-3681058-3680965-needs-to-be-handled-td41859.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)