Repository: ignite Updated Branches: refs/heads/ignite-1537 84aba5aa1 -> f6d483628
ignite-1911 Added special stop method to avoid hangs inside Ignition.start. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f6d48362 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f6d48362 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f6d48362 Branch: refs/heads/ignite-1537 Commit: f6d483628cade32cea3f84a10369234ef86cdfc0 Parents: 84aba5a Author: sboikov <[email protected]> Authored: Thu Dec 10 09:51:32 2015 +0300 Committer: sboikov <[email protected]> Committed: Thu Dec 10 09:51:32 2015 +0300 ---------------------------------------------------------------------- .../cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f6d48362/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java index 6f8ca2d..a92451f 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheP2pUnmarshallingQueryErrorTest.java @@ -76,10 +76,6 @@ public class IgniteCacheP2pUnmarshallingQueryErrorTest extends IgniteCacheP2pUnm private void readObject(ObjectInputStream is) throws IOException { throw new IOException(); } - - private void writeObject(ObjectOutputStream os) throws IOException { - throw new IOException(); - } })).getAll(); assertTrue("Request unmarshalling failed, but error response was not sent.", portableMarshaller());
