Skip to content

Add Test Matrix for PostgreSQL 14, 15, and 16 #1411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 29, 2025

Conversation

moshloop
Copy link
Member

This pull request adds a test matrix for PostgreSQL versions 14, 15, and 16 in the GitHub Actions workflow. The changes are made in the .github/workflows/test.yaml file, where a matrix strategy is defined for the migrate job. This allows the tests to run against multiple PostgreSQL versions, ensuring compatibility and stability across these versions. The specific tags and SHA values for each PostgreSQL version are included to ensure the correct images are used during the tests.


This pull request was co-created with Cosine Genie

Original Task: duty/fq4655uoayk6
Author: Moshe Immerman

@adityathebe adityathebe force-pushed the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch from c3e1919 to 3eecd5f Compare May 26, 2025 06:00
@adityathebe adityathebe force-pushed the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch from 15ce234 to dfd4fd5 Compare May 26, 2025 08:18
@adityathebe adityathebe force-pushed the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch from dfd4fd5 to 5476774 Compare May 26, 2025 08:41
@adityathebe adityathebe force-pushed the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch from 5e1bfc0 to aecd094 Compare May 26, 2025 12:52
@adityathebe adityathebe force-pushed the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch from 380135b to ca919a1 Compare May 26, 2025 15:15
Comment on lines +123 to +128
// FIXME: Fails on CI.
// [FAILED] Expected
// <string>: INC-4
// to be an element of
// <[]string | len:2, cap:2>: ["INC-1", "INC-2"]
// Expect(incidentSummary.IncidentID).To(BeElementOf([]string{"INC-1", "INC-2"}))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moshloop moshloop merged commit 4282869 into main May 29, 2025
17 checks passed
@moshloop moshloop deleted the cosine/add-test-matrix-postgres-14-15-16-zucvlu branch May 29, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants