Commit Graph

6 Commits (7157f30d3e4b964a54c7d2484858589fcda34d10)

Author SHA1 Message Date
Naisila Puka 62a9190667
Drops PG15 support (#8372)
DESCRIPTION: Drops PG15 support

Steps involved:

- Remove pg15 from configure
- Remove PG_VERSION_15 lines
- Delete ruleutils_15.c
- Remove PG_VERSION_NUM >= 16 and PG_VERSION_NUM < 16
- Remove pg_version_compat.h '>= PGVERSION_16' entries
- Clean up server_version_ge_16 from tests
- Remove pg15 CI tests
- Remove normalize rules specific to PG15 diffs
- Rename `pg_get_object_address_13_14_15.c` to
`pg_get_object_address_16_17_18.c`
- Remove PG15 obsolete comments
- Remove PG15 from pseudoconstant qual error

Fixes #8351 

Sister PR https://github.com/citusdata/the-process/pull/178
2025-12-15 14:38:51 +03:00
Onur Tirtir 30bf960c5c Avoid artifact name collision for flaky test detection jobs 2025-02-24 14:02:13 +03:00
Onur Tirtir af5fced935 Upgrade upload-artifacts action to 4.6.0
(cherry picked from commit 398a2ea197)
2025-02-04 16:47:04 +03:00
Gürkan İndibay 2874d7af46
Updates github checkout actions to v4 (#7611)
Updates checkout plugin for github actions to v4. Can not update the
version for check-sql-snapshots since new plugin causes below error in
the docker image this step is using . Please refer to:
https://github.com/citusdata/citus/actions/runs/9286197994/job/25552373953
Error: 
```
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
```
2024-05-31 20:52:17 +03:00
Gürkan İndibay 5903196020
Removes use-base-schedule flag from CI (#7301)
Normally, tests which are written non-dependent to other tests can use
minimal-tests and should use as well. However, in our test settings
base-schedule is being used which may cause unnecessary dependencies and
so unrelated errors that developers don't see in their local environment
With this change, default setting will be minimal, so that tests will be
free of unnecessary dependencies.
2023-11-01 15:52:22 +00:00
Gokhan Gulbiz e0b0cdbb87
CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
2023-10-10 16:58:50 +03:00