Skip to content

Commit 66bdc52

Browse files
committed
with PG15+ debug, debugsymbols package no longer created for citus. updating tests
1 parent 5b27a84 commit 66bdc52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packaging_automation/tests/test_citus_package.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
single_postgres_package_counts = {
4141
"el/7": 2,
42-
"el/8": 3,
42+
"el/8": 31,
4343
"ol/7": 2,
44-
"ol/8": 3,
45-
"almalinux/9": 3,
46-
"almalinux/8": 3,
44+
"ol/8": 1,
45+
"almalinux/9": 1,
46+
"almalinux/8": 1,
4747
"rockylinux/9": 3,
48-
"el/9": 3,
49-
"ol/9": 3,
48+
"el/9": 1,
49+
"ol/9": 1,
5050
"debian/stretch": 2,
5151
"debian/bullseye": 2,
5252
"debian/bookworm": 2,
@@ -94,7 +94,7 @@ def setup_module():
9494

9595
def teardown_module():
9696
if os.path.exists("packaging_test"):
97-
run("rm -r packaging_test")
97+
run("rm -rf packaging_test")
9898

9999

100100
def test_build_packages():
@@ -137,8 +137,8 @@ def test_build_packages():
137137
)
138138
assert os.path.exists(postgres_version_file_path)
139139
config = dotenv_values(postgres_version_file_path)
140-
assert config["release_versions"] == "12,13,14"
141-
assert config["nightly_versions"] == "14,15"
140+
assert config["release_versions"] == "15,16,17"
141+
assert config["nightly_versions"] == "16,17,18"
142142

143143

144144
def test_get_required_package_count():

0 commit comments

Comments
 (0)