ostinru commented on PR #10: URL: https://github.com/apache/cloudberry-pxf/pull/10#issuecomment-3588039005
Hi @MisterRaindrop, I have iterated running tests here: https://github.com/ostinru/cloudberry-pxf/pull/7 There are several useful commits you can cherry-pick: * https://github.com/ostinru/cloudberry-pxf/pull/7/commits/e6e630fa6073e692ef292aecad62b0e3d5a1e462 - use `cloudberry-env.sh` * https://github.com/ostinru/cloudberry-pxf/pull/7/commits/c87cc581b387bf81c5dd260f94b7b978bf6317f1 - checkout current PR (not your version) * https://github.com/ostinru/cloudberry-pxf/pull/7/commits/aaf6bd76a2d61f807a4e5ffeaf6539e0b7378399 - parse Cloudberry version * https://github.com/ostinru/cloudberry-pxf/pull/7/commits/cac582308714cefe1b885848b403c8c2672fce7d - skip ancient broken tests Following commits will be useful when I fix hanging test. * https://github.com/ostinru/cloudberry-pxf/pull/7/commits/f96b890af87d7359d825193dc955b15b2b8a3dab - after this change TestNG makes an attempt to run more test... and then it hangs for some reason (I haven't seen such behaviour with open-gpdb/pxf). --- Also, I have seen that `external-table` tests also fails: ``` ============== running regression test queries ============== test setup ... ok 120 ms test pxf ... FAILED 441 ms test pxfinvalid ... ok 11 ms ====================== 1 of 3 tests failed. ====================== The differences that caused some tests to fail can be viewed in the file "/home/gpadmin/workspace/cloudberry-pxf/external-table/regression.diffs". A copy of the test summary that you see above is saved in the file "/home/gpadmin/workspace/cloudberry-pxf/external-table/regression.out". ``` I have no experience in C/C++ code testing... @MisterRaindrop have you had a chance to look at this? -- 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 comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
