Github user gerlowskija commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/425#discussion_r204597595
--- Diff: solr/core/src/test/org/apache/solr/TestDistributedSearch.java ---
@@ -910,13 +910,11 @@ public void test() throws Exception {
//SOLR 3161 ensure shards.qt=/update fails (anything but search
handler really)
// Also see TestRemoteStreaming#testQtUpdateFails()
- try {
- ignoreException("isShard is only acceptable");
- //
query("q","*:*","shards.qt","/update","stream.body","<delete><query>*:*</query></delete>");
- // fail();
- } catch (SolrException e) {
- //expected
- }
+
--- End diff --
[0] Did you intend to leave this commented out? (I know this PR is a WIP,
so totally possible you're aware of this already. Just wanted to mention it
in-case).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]