github-actions[bot] closed issue #604: Integration tests performance degradation
URL: https://github.com/apache/iceberg-python/issues/604
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
github-actions[bot] commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2452746637
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apac
github-actions[bot] commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2423397846
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity oc
kevinjqliu commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2068146191
Making all the tests run in parallel requires lots and lots of changes.
For the short term, the best way forward is to look at individual tests.
`pytest`'s `--duration
kevinjqliu commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2064388651
Here's what I'm blocked on specifically.
Parallelize this test `test_query_filter_appended_null`,
```
PYTEST_ARGS="-n auto -k test_query_filter_appended_null" /us
Gowthami03B commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2063983365
Interesting, @kevinjqliu are you already working on this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
kevinjqliu commented on issue #604:
URL: https://github.com/apache/iceberg-python/issues/604#issuecomment-2053743307
Some potential optimizations:
* parallelize `pytest` execution, this requires that each test can be
independently run
* un-paratermized some tests, I noticed that tests