Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/psycopg2-2.9.10.tar.gz
|
/psycopg2-*.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
a67384d67f77e3aa174fde463c2a91ab0337fd9d SOURCES/psycopg2-2.9.10.tar.gz
|
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
39
plan.fmf
Normal file
39
plan.fmf
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
environment:
|
||||||
|
pybasever: '3.14'
|
||||||
|
|
||||||
|
prepare+:
|
||||||
|
- how: shell
|
||||||
|
script: useradd testuser
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
test: |
|
||||||
|
# package is built but not shipped on c10s, postgresql16 is the srpm
|
||||||
|
dnf install -y "https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/postgresql16/$(rpm -q postgresql-server --qf '%{version}/%{release}/noarch/postgresql-test-rpm-macros-%{version}-%{release}.noarch.rpm')"
|
||||||
|
|
||||||
|
chmod a+Xw -R $TMT_SOURCE_DIR &&
|
||||||
|
runuser testuser --preserve-environment -c '
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/psycopg2-*/tests) &&
|
||||||
|
|
||||||
|
export PGTESTS_LOCALE=C.UTF-8 &&
|
||||||
|
. "/usr/share/postgresql-setup/postgresql_pkg_tests.sh" &&
|
||||||
|
pgtests_start &&
|
||||||
|
|
||||||
|
export PSYCOPG2_TESTDB=${PGTESTS_DATABASES##*:} &&
|
||||||
|
export PSYCOPG2_TESTDB_HOST=$PGHOST &&
|
||||||
|
export PSYCOPG2_TESTDB_PORT=$PGPORT &&
|
||||||
|
|
||||||
|
python${pybasever} -c "import tests; tests.unittest.main(defaultTest=\"tests.test_suite\")" --verbose
|
||||||
|
' &&
|
||||||
|
chmod a+Xw -R $TMT_SOURCE_DIR
|
||||||
|
|
||||||
|
require:
|
||||||
|
- python${pybasever}-psycopg2
|
||||||
|
- python${pybasever}
|
||||||
|
- postgresql16-server
|
||||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (psycopg2-2.9.10.tar.gz) = 84fd2b80bbe0a7e344d14877f10990437c638daacb45b8d0b292d1b7e876bd7eae0686fe2fb5b592ee5f8951ac2e470a53a1339d0b44556ff6e51229592dd4c6
|
||||||
Loading…
Reference in New Issue
Block a user