Closed eabatalov closed 1 week ago
@eabatalov please fix the build and add the make target to GitHub actions
I'll add the make target to GH actions with a fix for integ tests because many of them are broken now. This will be in a separate CR. The lint check passes locally for me but I'll try to fix it in rev2 of this PR.
Commands that run integration tests in python-sdk currently use pytest but none of the integration tests are using pytest, they are using unittest framework instead. So all the commands used for running tests in python-sdk dir are broken right now.
Changes:
Testing:
Exists with non zero exist status when any of the tests fail due to use of xargs. The tests are running sequentially by xargs.