Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
check-postgres
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
check-postgres
Commits
41dfbfdb
Commit
41dfbfdb
authored
4 months ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Disable flaky t/02_replicate_row.t test.
parent
de1eda7d
No related branches found
No related tags found
No related merge requests found
Pipeline
#816101
passed
4 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/tests/prove
+4
-1
4 additions, 1 deletion
debian/tests/prove
with
10 additions
and
1 deletion
debian/changelog
+
6
−
0
View file @
41dfbfdb
check-postgres (2.26.0-2) unstable; urgency=medium
* Disable flaky t/02_replicate_row.t test.
-- Christoph Berg <myon@debian.org> Sat, 15 Feb 2025 12:45:41 +0100
check-postgres (2.26.0-1) unstable; urgency=medium
* New upstream version.
...
...
This diff is collapsed.
Click to expand it.
debian/tests/prove
+
4
−
1
View file @
41dfbfdb
...
...
@@ -17,7 +17,10 @@ esac
trap
"rm -rf test_database_check_postgres* /tmp/cptesting_socket*"
0 2 3 15
# remove test not compatible with PG12
rm
-f
t/02_same_schema.t
rm
-fv
t/02_same_schema.t
# remove flaky test
rm
-fv
t/02_replicate_row.t
for
v
in
$(
/usr/share/postgresql-common/supported-versions
)
;
do
echo
"### testing PostgreSQL
$v
###"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment