diff options
| author | Guocai He <guocai.he.cn@windriver.com> | 2026-03-24 18:50:21 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 09:13:49 -0700 |
| commit | 4fe575d155a02e8d286d1caaa14286d23ea74a84 (patch) | |
| tree | 43768c1f0d25fb55a9559afe36eb464938e4d894 /meta-oe/conf | |
| parent | c4c6915cba39bf510d53ceb11778314665b510f6 (diff) | |
| download | meta-openembedded-4fe575d155a02e8d286d1caaa14286d23ea74a84.tar.gz | |
postgresql: add ptest support
Add ptest infrastructure to run the PostgreSQL standard regression test
suite (pg_regress) on the target system.
Test logs:
root@qemux86-64:~# ptest-runner postgresql
START: ptest-runner
2026-03-24T02:42
BEGIN: /usr/lib64/postgresql/ptest
.....
**if all pass **
PASS: - event_trigger_login 1901 ms
PASS: - fast_default 9459 ms
PASS: - tablespace 16542 ms
PASS: all tests passed
**if have fail**
FAIL: create_type 1763 ms
PASS: create_schema 2123 ms
PASS: - tablespace 23226 ms
FAIL: some tests failed
waiting for server to shut down.... done
server stopped
DURATION: 853
END: /usr/lib64/postgresql/ptest
2026-03-24T02:56
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/conf')
| -rw-r--r-- | meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index e88e50b59c..a4398dd7e4 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc | |||
| @@ -77,6 +77,7 @@ PTESTS_SLOW_META_OE = "\ | |||
| 77 | fftw \ | 77 | fftw \ |
| 78 | libusb-compat \ | 78 | libusb-compat \ |
| 79 | mariadb \ | 79 | mariadb \ |
| 80 | postgresql \ | ||
| 80 | re2 \ | 81 | re2 \ |
| 81 | rocksdb \ | 82 | rocksdb \ |
| 82 | " | 83 | " |
