mirror of https://github.com/citusdata/citus.git
Finds core files from correct path on CI. According to default core pattern on CI, core is generated at the location relative to binary is executed. It can be safe to set core pattern before running binary but to change a kernel param(in our case kernel.core_pattern), you need related privilege in docker container. Or you have to change it at image build. But, by default, on CI machines, kernel pattern contains a relative path to binary + pid + process name, so we do not need to set it explicitly for now. (Example core file name on CI machine: `core.2559.!usr!lib!postgresql!14!bin!postgres`) |
||
---|---|---|
.. | ||
config.yml |