Closed Priyankasaggu11929 closed 3 months ago
I'm expecting following 12 tests to fail, till postfix container image is available on registry.suse.com, with listed tags
CI / tox (build, 15.5 / 15.6 / tumbleweed)
CI / tox (all, 15.5 / 15.6 / tumbleweed)
CI / tox (metadata, 15.5 / 15.6 / tumbleweed)
CI / tox (postfix, 15.5 / 15.6 / tumbleweed)
formatted code & rebased PR. Thanks!
@Priyankasaggu11929 could you please rebase?
@Priyankasaggu11929 could you please rebase?
rebased the PR @dirkmueller
@dcermak @dirkmueller
I'm still working on testing ldap lookup on SP5/6 postfix container with 389-ds.
But if the current state of tests in this PR are ok to merge, then I will send follow up PR for 389-ds testing.
@dcermak @dirkmueller
I'm still working on testing ldap lookup on SP5/6 postfix container with 389-ds.
But if the current state of tests in this PR are ok to merge, then I will send follow up PR for 389-ds testing.
yeah, that isn't a blocking issue for me. I'll re-review it but we first need to get https://github.com/SUSE/BCI-dockerfile-generator/pull/1046 in
https://github.com/SUSE/BCI-dockerfile-generator/pull/1046 is merged now.
The postfix tests are failing in the CI. I'll debug & send changes.
The SLE 15.6 based container fails to become healthy. Looks like this might be the issue:
/entrypoint/entrypoint.sh: line 400: /usr/sbin/syslogd: No such file or directory
I guess we need to add this package to the container or switch the logging framework (although there seems to be a syslogd implementation based on busybox, so we could try that).
Postfix container tests starting failing in the CI.
Testing again after re-adding HEALTHCHECK(s).
Update - adding HEALTHCHECK(s) fixed the failing postfix tests.
@dirkmueller, @dcermak, all CI tests are green now except the 6 failing IBS-released tests.
Pinging for final review/approve.
Thanks a lot for your work Priyanka!
PR adds basic smoke test for postfix container image (re: https://github.com/SUSE/BCI-dockerfile-generator/pull/1046)
To test (with postfix container image built in linked PR 1046):
Known issue with:
(missing
ps
command insuse/sle15:15.5
)