freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
495 stars 232 forks source link

Reproduce upstream CI groups in developer's machine #1168

Closed rjeffman closed 10 months ago

rjeffman commented 11 months ago

Sometimes it is hard to debug an Azure failure due to the current log implementation and some tests are failing due to the order of execution.

As the order of execution is pseudo-random, based o a seed, this patch allows to replicate the same test order by using the seed and the desired group as arguments to utils/run-tests.sh.

Refer to individual commits for details.

t-woerner commented 11 months ago

I am running into this: utils/run-tests.sh: line 396: log_info: command not found

rjeffman commented 11 months ago

This issue was fixed. Please, try again.