This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch improve-segment-validator
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/improve-segment-validator by 
this push:
     new 6a83d22  Address PR comments
6a83d22 is described below

commit 6a83d22859f5723495c302f14d6020edca3e06ef
Author: jackjlli <[email protected]>
AuthorDate: Mon Feb 25 20:34:30 2019 -0800

    Address PR comments
---
 .../apache/pinot/integration/tests/PinotURIUploadIntegrationTest.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/PinotURIUploadIntegrationTest.java
 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/PinotURIUploadIntegrationTest.java
index ca8eea0..bfdb354 100644
--- 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/PinotURIUploadIntegrationTest.java
+++ 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/PinotURIUploadIntegrationTest.java
@@ -202,8 +202,7 @@ public class PinotURIUploadIntegrationTest extends 
BaseClusterIntegrationTestSet
       uploadSegmentsDirectly(segmentTarDir);
       Assert.fail("Uploading segments should fail.");
     } catch (Exception e) {
-      Assert.assertNotNull(e);
-      Assert.assertTrue(e.getMessage().contains("No assigned Instances for 
Segment"));
+      //
     }
 
     // Re-enable the server instance.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to