Conversation
Changing from docker to rootless podman gave some challenges: * DAViCal setup script broke due to the unexpected string "Emulate Docker CLI using podman" * I found some broken health-checks (probably they were broken with Docker also, I just didn't notice) * (Fix for problems with specific UIDs hard-coded in CCS image has already been fixed in separate commit) Additionally, community upgrades caused some maintenance work: * Braking changes in Stalwart v0.16.6: * Earlier setup used a STALWART_ADMIN_PASSWORD setting, no config file, and API-calls to configure Stalwart. Now the server enters "bootstrap mode" if no config files are present. Config files added. * The API has been reorganized, affecting API calls and health checks * Simple usernames are not OK anymore, we need to use full email addresses (testuser@example.org) * Weak passwords are rejected * Workaround for local dev environment - Stalwart advertises https:// even when connected via http:// * Some bugfixes has been done in Xandikos, so dropping some lines from the (in)compatibility matrix AI Prompts: The exact prompts contained lots of pasties from test runs, and also lots of requests for research on failing tests where the test servers simply needed a restart. * (Fix those broken tests, with pasties from the test runs. Some of them was resolved by restarting the servers) * (Verify that compatibility test failures are due to bugs fixed in Xandikos) * I changed from docker to podman recently. When doing `podman ps` it shows that many of the test servers are unhealthy. Why? Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainance of the docker test server framework