Ilya Shlyakhter

Results 74 comments of Ilya Shlyakhter

Lower demand for CI servers. It's non-trivial to run our test suite locally, so I run most tests by pushing to the CI servers. But I guess I can change...

"nodedata is stored in a separate row of the "alldata" sqlite table." -- concurrent writes would still be a problem, no? Wouldn't you want to store each test node's data...

I've seen "database locked" errors with -n 2, that go away with disabling xdist. Maybe, adding retries would fix that?

@tarpas btw I saw you held a fundraiser for this project. I bet travis-ci would sponsor it, since it'd save them a done of computation if people used it in...

You can save coverage info, e.g. as in https://github.com/notestaff/pytest-testmon/tree/is-save-cov You give up sub-file resolution. There are degrees of CI; for our use, we plan to skip tests for routine branch...

For reference, list of related projects: https://pypi.python.org/pypi/pytest-testmon https://pypi.python.org/pypi/pytest-incremental https://pypi.python.org/pypi/pytest-cov-exclude https://pypi.python.org/pypi/pytest-cagoule https://pypi.python.org/pypi/pytest-knows https://pypi.python.org/pypi/pytest-skipper https://github.com/ChrisBeaumont/smother

@isuruf Two tests failed, but the failures don't seem connected to the changes in this PR? Or they're connected in some subtle way that I'm missing? Also, no tests are...

"Can you try doing a rerender of a feedstock manually and see if it works?" -- I'm not a maintainer (yet) on any feedstocks (I've submitted some recipes to staged-recipes...

+1 Or maybe immutable named tuples? E.g. output: tuple table: path('table.txt'), human_readable: path('match.txt') Then all current tuple-reliant functionality (e.g. groupKey) works as before, but one can use names instead of...

Are there near-term plans for cromwell to support WDL 1.1? Thanks!