This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add a sytest blacklist file #5611
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
1e5328c
Add a sytest blacklist file
anoadragon453 3a828d5
Add changelog
anoadragon453 f511543
Add blacklist to manifest
anoadragon453 9ad8f89
change newsfile type, explain blacklist contents
anoadragon453 238e71a
Merge remote-tracking branch 'origin/develop' into anoa/remove_bug_param
hawkowl ce00f71
always pull the latest sytest
hawkowl 6b66eaf
pull every time, and remove buildkite sytest script now it's in sytest
hawkowl 8afbc12
fix incorrect path
hawkowl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add a blacklist file to the repo to blacklist certain sytests from failing CI. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# This file serves as a blacklist for SyTest tests that we expect will fail in | ||
# Synapse. | ||
# | ||
# Each line of this file is scanned by sytest during a run and if the line | ||
# exactly matches the name of a test, it will be marked as "expected fail", | ||
# meaning the test will still run, but failure will not mark the entire test | ||
# suite as failing. | ||
# | ||
# Test names are encouraged to have a bug accompanied with them, serving as an | ||
# explanation for why the test has been excluded. | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/1679 | ||
Remote room members also see posted message events | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/2065 | ||
Guest users can accept invites to private rooms over federation | ||
|
||
# Blacklisted due to https://github.com/vector-im/riot-web/issues/7211 | ||
The only membership state included in a gapped incremental sync is for senders in the timeline | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/1658 | ||
Newly created users see their own presence in /initialSync (SYT-34) | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/1396 | ||
Should reject keys claiming to belong to a different user | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/2306 | ||
Users appear/disappear from directory when join_rules are changed | ||
Users appear/disappear from directory when history_visibility are changed | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/1531 | ||
Enabling an unknown default rule fails with 404 | ||
|
||
# Blacklisted due to https://github.com/matrix-org/synapse/issues/1663 | ||
New federated private chats get full presence information (SYN-115) |
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.
Uh oh!
There was an error while loading. Please reload this page.