Shane Husson
Shane Husson
We are optimizing our ava tests and it would be nice to quickly determine the slowest running tests (or test files) from avas point of view (when using serial). Are...
Has anyone been able to reproduce this?
hi @duhoang, any updates on this issue?
Mac OS Catalina 10.15.2 psequel was working on postgresql 11 but stopped working when I changed to postgres 12
Hey @sfc-gh-aling thanks for the update. The reason I expected it this way is because the postgres sqlalchemy dialect only works this way. i.e with postgres this works ``` WHERE...
@sfc-gh-aling any updates on this? I'm guessing that snowflake should be following the same pattern that the postgres dialect uses in sqlalchemy.
any updates on this PR? It's a pain to debug memory leaks due to hotpatching in some deep dependency and it only affects us when testing.
Ping @SimenB , @scotthovestadt any time to look at this PR? We have reached the point at which we are trying to avoid upgrading packages in our main app because...
We ended up biting the bullet and migrating all our tests to https://github.com/avajs/ava. I wanted to stick with jest, but there really wasn't an acceptable work around for this issue...
thanks @Alanscut, but as I understand it committing the workbook will lock the worksheet. i.e I won't be able to add any more rows. ~I'll look at opening a PR.~...