Re: Disable the performance tests.

2022-01-05 Thread Dominic Kim
I could pass all tests without disabling any performance tests by opening a new PR[1]. It's ready to review now. I think setting up a new environment for the performance test is orthogonal to my change and would be performed by this issue[2]. [1] https://github.com/apache/openwhisk/pull/5192

Re: Disable the performance tests.

2022-01-04 Thread Dominic Kim
The tests with wrk are comprised of 6 different tests. The first four utilize fewer concurrencies while the other two utilize 100 concurrencies. After changing the pause grace, it is more resilient with lower concurrency tests but still be failed with higher concurrency. One strange thing is I

Re: Disable the performance tests.

2022-01-04 Thread Davi Ribeiro
hi, What you think about reduce the load in performance test in wrk to see what happens? Davi Ribeiro Em seg., 3 de jan. de 2022 às 21:26, Dominic Kim escreveu: > Dear whiskers. > > I've found the performance tests have not been working so far. > According to the following test, it is shown

Re: Disable the performance tests.

2022-01-03 Thread Rodric Rabbah
Makes sense/+1… thanks Dominic. I was hoping your last Change to increase the Grace would have worked. -r On Mon, Jan 3, 2022 at 7:26 PM Dominic Kim wrote: > Dear whiskers. > > I've found the performance tests have not been working so far. > According to the following test, it is shown it

Disable the performance tests.

2022-01-03 Thread Dominic Kim
Dear whiskers. I've found the performance tests have not been working so far. According to the following test, it is shown it passed the test but actually, there are some activations with other than 2xx,3xx response. https://app.travis-ci.com/github/apache/openwhisk/jobs/479539830 Even with some