testn

Results 72 comments of testn

Can you try to bisect and see which one caused the problem?

Can you try to pprof it?

Did you have nginx_upstream_check_module? --add-module=../nginx_upstream_check_module-master

You probably did not patch https://github.com/yaoweibin/nginx_upstream_check_module/blob/master/check_1.20.1%2B.patch#L236

Did you configure the check? https://github.com/yaoweibin/nginx_upstream_check_module/blob/master/README#L14

would be nice if it can be switched back and forth between the form and the json

Can we get this fixed, please? It has been broken for a long time.

not sure how this change will fix the problem. the following code is already there in getTestResultAttributes function ``` String testInstanceName = testResult.getTestName(); if (null != testInstanceName) { attributes.setProperty(XMLReporterConfig.ATTR_TEST_INSTANCE_NAME, testInstanceName);...

I ran a cutdown version of #772 by changing it to 6,000 data providers. It seems to reduce the test time by 6 seconds.