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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for structured logging tests stomping on logs (#6023)
- Loading branch information
Showing
13 changed files
with
154 additions
and
41 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix the structured logging tests stomping on the global log configuration for subsequent tests. |
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,54 @@ | ||
[mypy] | ||
namespace_packages=True | ||
plugins=mypy_zope:plugin | ||
follow_imports=skip | ||
mypy_path=stubs | ||
|
||
[mypy-synapse.config.homeserver] | ||
# this is a mess because of the metaclass shenanigans | ||
ignore_errors = True | ||
|
||
[mypy-zope] | ||
ignore_missing_imports = True | ||
|
||
[mypy-constantly] | ||
ignore_missing_imports = True | ||
|
||
[mypy-twisted.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-treq.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-hyperlink] | ||
ignore_missing_imports = True | ||
|
||
[mypy-h11] | ||
ignore_missing_imports = True | ||
|
||
[mypy-opentracing] | ||
ignore_missing_imports = True | ||
|
||
[mypy-OpenSSL] | ||
ignore_missing_imports = True | ||
|
||
[mypy-netaddr] | ||
ignore_missing_imports = True | ||
|
||
[mypy-saml2.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-unpaddedbase64] | ||
ignore_missing_imports = True | ||
|
||
[mypy-canonicaljson] | ||
ignore_missing_imports = True | ||
|
||
[mypy-jaeger_client] | ||
ignore_missing_imports = True | ||
|
||
[mypy-jsonschema] | ||
ignore_missing_imports = True | ||
|
||
[mypy-signedjson.*] | ||
ignore_missing_imports = True |
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
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
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
Oops, something went wrong.