edespino commented on code in PR #714: URL: https://github.com/apache/cloudberry/pull/714#discussion_r1849155660
########## src/test/regress/greenplum_schedule: ########## @@ -258,7 +258,7 @@ test: ao_locks test: freeze_aux_tables # cbdb parallel test -test: cbdb_parallel +ignore: cbdb_parallel Review Comment: @avamingli - The previous setup utilized GitHub self-hosted runners running on AWS-hosted VMs. Currently, we are working on running individual schedules in parallel, each within its own dedicated container (with limited CPU, sysctl configuration, and disk resources), executed on GitHub-hosted runners. Despite this setup, as well as previous container and VM-based test executions I’ve observed, the test execution rates remain somewhat inconsistent. We do have basic support in place to start monitoring and identifying which tests are exhibiting inconsistent behavior. I am actively working on re-introducing the test suites (cbdb_parallel and instr_in_shmem_verify), which I temporarily commented out. I will attempt to reintroduce them in some form. -- 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]
