risdenk commented on code in PR #1151: URL: https://github.com/apache/solr/pull/1151#discussion_r1020283731
########## solr/core/src/test/org/apache/solr/update/processor/TolerantUpdateProcessorTest.java: ########## @@ -260,8 +259,7 @@ public void testMaxErrors0() { "tolerant-chain-max-errors-10", smallBatch, requestParams, "1")); assertTrue( e.getMessage() - .contains( - "ERROR: [doc=1] Error adding field 'weight'='b' msg=For input string: \"b\"")); Review Comment: In `For input string: \"b\""` - "b" is still the value? At least it looks like it was in `'weight'='b'` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org