Fayaz Yusuf Khan

Results 4 comments of Fayaz Yusuf Khan

Here's the most minimal setup for reproducing this error: ``` $ pip freeze apipkg==1.4 coverage==4.4.1 execnet==1.4.1 pkg-resources==0.0.0 py==1.4.34 pytest==3.2.1 pytest-cov==2.5.1 pytest-forked==0.2 pytest-xdist==1.20.0 ``` Empty file `a.py`. `test.py` with contents: ```...

Can you provide a minimal sample that could be used to reproduce this issue?

Hi, giving this issue some more thought, I think it could be addressed with some unique constraints on the table.

> As an immediate workaround, I'd suggest using the `suppress_health_check=[HealthCheck.too_slow]` setting. The `max_stateful_steps=` setting is closest to the referenced `max_size` or `max_leaves` params, but seems unlikely to help here. Thanks,...