This repository has been 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
Fix logging in workers #5729
Merged
Merged
Fix logging in workers #5729
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
4216dc6
put back these options
hawkowl a273353
reverted too much
hawkowl aeff36a
use custom blacklist for workers
hawkowl 5b04ca3
fix
hawkowl 584f272
fix
hawkowl bf69536
fix
hawkowl 8081512
update blacklist
hawkowl 40dfb35
update blacklist
hawkowl 63c9e87
merge changelog
hawkowl 57c5c9b
move some things around
hawkowl 4f3a96c
more failing tests
hawkowl 2806640
fix
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 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 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 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 @@ | ||
Fix worker log config not being set correctly. | ||
hawkowl marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains 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 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,26 @@ | ||
# This file serves as a blacklist for SyTest tests that we expect will fail in | ||
hawkowl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# Synapse when run under worker mode. For more details, see sytest-blacklist. | ||
|
||
Message history can be paginated | ||
|
||
m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users | ||
|
||
m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users | ||
|
||
Can re-join room if re-invited | ||
|
||
/upgrade creates a new room | ||
|
||
The only membership state included in an initial sync is for all the senders in the timeline | ||
|
||
Local device key changes get to remote servers | ||
|
||
If remote user leaves room we no longer receive device updates | ||
|
||
Forgotten room messages cannot be paginated | ||
|
||
Inbound federation can get public room list | ||
|
||
Members from the gap are included in gappy incr LL sync | ||
|
||
Leaves are present in non-gapped incremental syncs |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
except it's now under
.buildkite
?