Never too late... I fixed randomizedrunner so that it works with -Dargs="-Djava.security.debug=access,failure,stack", although I don't see the point of using that (access,failure is enough). I'll update RR to 2.6.4 soon.
Dawid On Mon, Nov 6, 2017 at 2:57 PM Michael McCandless <[email protected]> wrote: > > Thanks Rob and Dawid; indeed -Dargs="-Djava.security.debug=access,failure" > and -Dargs="-Djava.security.debug=all work! > > Mike McCandless > > http://blog.mikemccandless.com > > On Mon, Nov 6, 2017 at 5:07 AM, Dawid Weiss <[email protected]> wrote: >> >> I can reproduce this, Mike. There is something wrong in emitting the >> Json event log -- invalid event nesting inside and >> everything collapses after that. This works, as Robert pointed out: >> >> ant test -Dargs="-Djava.security.debug=access,failure" >> -Dtestcase=TestIndexWriter -Dtests.verbose=true >> >> I've filed an issue and will look into it. [1] >> >> Dawid >> >> [1] https://github.com/randomizedtesting/randomizedtesting/issues/255 >> >> On Mon, Nov 6, 2017 at 9:00 AM, Dawid Weiss <[email protected]> wrote: >> >> messed up the communications between the test runner and ant, or >> >> something? >> > >> > Looks like the json file from the forked JVM is screwed up, weird. >> > I'll look into this. >> > >> > D. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
