[autobackport: sssd-2-9] tests: add test_pac_responder.py#8206
Conversation
3104478 to
ee10e6a
Compare
|
not sure why, but patch backported by bot - 3104478 - doesn't remove 'sss_pac_responder_client.c', removed by original patch. |
ee10e6a to
913600f
Compare
Hi, good catch, I don't know why, I added the removal to the latest version. bye, |
Thank you. |
Hi, there was the same in #8189 and I guess the reason was that there was a conflict in the removed file and there might be no way to really express this in a commit? bye, |
This new system test is a replacment of the integration test with the same name. It depends on a test binary which was added to the SSSD CI containers in SSSD/sssd-ci-containers#150. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Jakub Vávra <jvavra@redhat.com> (cherry picked from commit c78855c)
This test was replaced by a system test with the same name. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Jakub Vávra <jvavra@redhat.com> (cherry picked from commit be020a3)
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
913600f to
d099ded
Compare
I will look into it later. This is the backport logic: https://github.com/next-actions/backport/blob/master/backport.sh#L95-L114 let me know if you have some clever ideas. |
|
Since I didn't have any good idea, I solved it by adding git status to the PR description: next-actions/backport@d76bcb8 |
This is an automatic backport of PR#8151 tests: add test_pac_responder.py to branch sssd-2-9, created by @sumit-bose.
Caution
@sumit-bose The patches did not apply cleanly. It is necessary to resolve conflicts before merging this pull request. Commits that introduced conflict are marked with
CONFLICT!.You can push changes to this pull request
Original commits
c78855c - tests: add test_pac_responder.py
be020a3 - intg: remove test_pac_responder.py
Backported commits
Original Pull Request Body
This new system test is a replacment of the integration test with the
same name. It depends on a test binary which was added to the SSSD CI
containers in SSSD/sssd-ci-containers#150.