yihong0618 commented on code in PR #714:
URL: https://github.com/apache/cloudberry/pull/714#discussion_r1849393603


##########
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:
   when I make gpdb test run in GitHub Actions I met this before.
   my memo
   ```
   GitHub Actions has a lot of limitations, and is basically unavailable to 
businesses that want to use it without paying for it.
   Recently, I tried to run gpdb on GitHub Actions and encountered a lot of 
difficulties:
   1. there is not enough space, free space is only about 10G or so, the 
solution is to delete some services, for example, Android and .net take up 
about 20G by default, llvm can also be deleted. 2. memory is not enough, 
without paying for it, it is basically impossible for enterprises to use it.
   2. memory is not enough, if you don't pay for it, the available memory is 
7.3G, running a gpdb service is about 2G, and some parallel tests will hang by 
default.
   3. because of the above hardware problems, time is not enough to run a 
complete set of tests 2 hours is difficult to run, but also some tests because 
of environmental problems will hang
   4. hijack will be difficult and security issues, debug more troublesome
   ---
   The advantages are
   1. trigger stability, friendly to open source users
   2. compilation is quite fast
   3. can be given to some extensions with the need for some trick twice 
actions/checkout
   
   ```
   the solution is to get more disk space:
   you can use  Actions like 
https://github.com/marketplace/actions/maximize-build-disk-space
   or buy a better Actions on GitHub
   



-- 
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]

Reply via email to