On Fri, Jan 10, 2020 at 09:55:24AM -0800, Mike Rumph wrote: > I'm interested in taking a look at this t/apache/expr_string.t > testcase failure. For example, is it the testcase that is in error or > is it the code that it's testing? Maybe this can be discussed in a > separate thread since it is not exclusive to arm64. Has a thread been > started on this already?
I don't think there's another thread. I'm guessing this is some kind of timing issue in the test case, which tries to read an error_log entry immediately after the request which generates it. I've added a sleep which will maybe mitigate this - http://svn.apache.org/r1872705 so let's see how this one goes Regards, Joe