- Resolves: RHEL-165978 - Replication halt caused by an incorrect setting of "nsslapd-changelogmaxage" - Resolves: RHEL-166003 - Crash in replica_config_add when manually configuring a replica with an incorrect nsds5ReplicaRoot. - Resolves: RHEL-166004 - Possible memory leak when using the Retro Changelog plugin. - Resolves: RHEL-168908 - ns-slapd fails to shutdown when deferred memberof update is in progress - Resolves: RHEL-168964 - Web console doesn't show the sub suffix of ou=foo,ou=people,dc=example,dc=com. [rhel-9] - Resolves: RHEL-168972 - Replica installation is failing with message MDB_BAD_VALSIZE: Unsupported size of key/DB name/data, or wrong DUPFIXED [rhel-9] - Resolves: RHEL-169530 - Rebase 389-ds-base to 2.9.x - Resolves: RHEL-170270 - DS 12 does not handle escape char in bind user [rhel-9] - Resolves: RHEL-170275 - dnaSharedConfig: "dnaPortNum: 0" [rhel-9] - Resolves: RHEL-170280 - Memory leaks in syncrepl plugin during persistent search operations [rhel-9] - Resolves: RHEL-170287 - access log - suspicious wtime optime negative and large values in internal op [rhel-9] - Resolves: RHEL-170477 - An online reinitialization with LMDB is terminating the receiving server [rhel-9] - Resolves: RHEL-170480 - dsctl healthcheck DSMOLE0001 inaccurate recommendations when there is more than 1 LDAP backend [rhel-9] - Resolves: RHEL-170651 - passwordbadwords attribute of the local password policy is not functioning [rhel-9] - Resolves: RHEL-170732 - Memory leaks in IPA context on server restart [rhel-9] - Resolves: RHEL-174525 - [RFE] Add OS-level thread names to all server threads [rhel-9] - Resolves: RHEL-180717 - Online export is failing when using the option "-s" [rhel-9]
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
/plan:
|
|
summary: Basic test suite
|
|
discover:
|
|
how: fmf
|
|
execute:
|
|
how: tmt
|
|
prepare:
|
|
- name: install required packages
|
|
how: install
|
|
package: [389-ds-base, git, pytest]
|
|
- name: clone repo
|
|
how: shell
|
|
script: git clone -b 389-ds-base-2.9 https://github.com/389ds/389-ds-base /root/ds
|
|
/test:
|
|
/upstream_basic:
|
|
test: pytest -v /root/ds/dirsrvtests/tests/suites/basic/basic_test.py
|
|
duration: 60m
|