Loading kinetic-test/src/test/java/com/seagate/kinetic/asyncAPI/BatchOpAPITest.java +4 −2 Original line number Diff line number Diff line Loading @@ -860,7 +860,8 @@ public class BatchOpAPITest extends IntegrationTestCase { try { batch.commit(); } catch (KineticException e) { Assert.fail("Batch commit throw exception. " + e.getMessage()); Assert.assertTrue(e.getResponseMessage().getCommand().getStatus() .getCode().equals(StatusCode.INVALID_BATCH)); } // get foo, expect to find null Loading Loading @@ -940,7 +941,8 @@ public class BatchOpAPITest extends IntegrationTestCase { try { batch.commit(); } catch (KineticException e) { Assert.fail("Batch commit throw exception. " + e.getMessage()); Assert.assertTrue(e.getResponseMessage().getCommand().getStatus() .getCode().equals(StatusCode.INVALID_BATCH)); } // get foo, expect to find null Loading Loading
kinetic-test/src/test/java/com/seagate/kinetic/asyncAPI/BatchOpAPITest.java +4 −2 Original line number Diff line number Diff line Loading @@ -860,7 +860,8 @@ public class BatchOpAPITest extends IntegrationTestCase { try { batch.commit(); } catch (KineticException e) { Assert.fail("Batch commit throw exception. " + e.getMessage()); Assert.assertTrue(e.getResponseMessage().getCommand().getStatus() .getCode().equals(StatusCode.INVALID_BATCH)); } // get foo, expect to find null Loading Loading @@ -940,7 +941,8 @@ public class BatchOpAPITest extends IntegrationTestCase { try { batch.commit(); } catch (KineticException e) { Assert.fail("Batch commit throw exception. " + e.getMessage()); Assert.assertTrue(e.getResponseMessage().getCommand().getStatus() .getCode().equals(StatusCode.INVALID_BATCH)); } // get foo, expect to find null Loading