You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we move all tests into one suite with adequate groups, we don't have to start/stop emysql pools all the time and we can speed up the test case. Also, it would enable us to have correct handling of coverage which would be very nice to have.
The text was updated successfully, but these errors were encountered:
Currently, the tests run pretty fast, but one of the things we can do is to mark the suite as parallel and run it 2-3 times. This will probably be efficient at uncovering bugs pertaining to concurrent access in the code base. I can't do that as long as the suites are running each on their own.
I have pushed some patches which addresses this partially. The code is covered somewhere between 40-80% depending on module. There are still more work to do, but it is a start.
If we move all tests into one suite with adequate groups, we don't have to start/stop emysql pools all the time and we can speed up the test case. Also, it would enable us to have correct handling of coverage which would be very nice to have.
The text was updated successfully, but these errors were encountered: