test: update deltachat 2.50 ci compatibility#989
Closed
ccclxxiii wants to merge 6 commits into
Closed
Conversation
Contributor
|
Please re-do the PR, and use human-written commit messages and PR description. Besides, we need a clear description or reference what exactly fails. |
Collaborator
Author
commit message/etc were written by me, i'm not using ai/llm. i'm baffled why you keep making this mention. |
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 pr updates relay ci/test behavior for compatibility with deltachat rpc/server 2.50.0.
changes
remove unsupported deltachat config
the cmdeploy test account setup previously configured:
deltachat rpc/server 2.50.0 now rejects this key with:
which caused account setup failures before tests could run.
the unsupported setting has been removed/commented out from the relay-side cmdeploy test setup.
update cmlxc workflow pin
the reusable
cmlxcworkflow reference is pinned to a newer commit containing the matchingrelay_minitestcompatibility fixes, since the previously referencedv0.14.6workflow still used the obsolete config.improve sender ip cleanup test handling
test_hide_senders_ip_addresshas been updated to reduce timing sensitivity and mailbox visibility issues during raw imap inspection by:bcc_selfINBOXcriteria="ALL"this allows the test to inspect a server-visible copy of the submitted message even after deltachat receive processing.
current status
the unsupported deltachat config issue now appears resolved in both cmdeploy and relay_minitest paths.
this pr also updates the sender ip cleanup tests to work with deltachat rpc/server 2.50 mailbox behavior observed during ci runs.