Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[testing_master_latest] Nightly PR #4368

Closed

Conversation

freeipa-pr-ci
Copy link

No description provided.

@abbra
Copy link
Contributor

abbra commented Mar 14, 2020

The following three failed tests seems to have race condition with 389-ds restart:

fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS
fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNSSEC 
fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithKRA 

All of them have a sequence that tries to ensure certain operations continue working after a backup was restored. However, there is no waiting for IPA services to actually run properly before we start the checks. It might take some time to get 389-ds into functioning state and then sssd will take time to mark IPA domain as online.

The best way to solve it is to add waiting for a service to be operational to each check. Right now, it seems, we are hitting SSSD not recovering from offline LDAP server 'soon enough'. This might be ensured by calling sssctl domain-status ipa.test -o and waiting until it returns

Online status: Online

A loop might be for 10 runs with one or two seconds inbetween.

@flo-renaud
Copy link
Contributor

  • test-advise failure already reported in 8210

@flo-renaud flo-renaud added the known-failure Test failure already investigated, ticket opened label Mar 15, 2020
@freeipa-pr-ci freeipa-pr-ci deleted the testing_master_latest branch March 16, 2020 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known-failure Test failure already investigated, ticket opened
Projects
None yet
3 participants