test: investigate deltachat 2.50 ci regressions#19
Merged
Conversation
missytake
approved these changes
May 28, 2026
Contributor
missytake
left a comment
There was a problem hiding this comment.
Sounds like the likely culprit.
|
Does this work? Now messages will be deleted immediately. |
|
I would rather pin the core first and then figure out what the problem is. |
hpk42
added a commit
that referenced
this pull request
May 28, 2026
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.
summary
this updates the bundled
relay_minitesttest setup to remove usage of the unsupported deltachat config key:deltachat rpc/server 2.50.0 now rejects this key with:
which causes
test-miniaccount setup to fail before the actual relay tests run.the same obsolete config also exists in the upstream
chatmail/relaycmdeploy test suite, where it causes similar failures duringtest-cmdeployruns.this change only addresses the
cmlxcside (src/relay_minitest/support.py) so that the bundled minitest suite remains compatible with deltachat 2.50.0 while upstream relay-side fixes are handled separately.notes
delete_server_afteris currently uncleartest_hide_senders_ip_addressci status
this pr may still show failing ci because
test-cmdeployuses the upstreamchatmail/relaycmdeploy test suite, which has its own copy of the same unsupported config incmdeploy/src/cmdeploy/tests/plugin.py.that failure is outside the
cmlxcsource tree and needs a matching relay-side change. the intended validation for this pr is that the bundledtest-minipath no longer fails fromsrc/relay_minitest/support.py.