paulirwin commented on code in PR #1101:
URL: https://github.com/apache/lucenenet/pull/1101#discussion_r1917617389


##########
src/Lucene.Net.TestFramework/Index/ThreadedIndexingAndSearchingTestCase.cs:
##########
@@ -536,8 +535,8 @@ public override void Run()
                     catch (Exception t) when (t.IsThrowable())
                     {
                         Console.WriteLine(Thread.CurrentThread.Name + ": hit 
exc");
-                        outerInstance.m_failed.Value = (true);
-                        Console.WriteLine(t.ToString());
+                        outerInstance.m_failed.Value = true;
+                        t.PrintStackTrace(Console.Out);

Review Comment:
   I think this comment should have been on the earlier instance, which was 
flipped. Fixed.



-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to