mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
This commit is contained in:
parent
dde96e6dd6
commit
cfc43e9435
2 changed files with 6 additions and 4 deletions
|
@ -1594,7 +1594,6 @@ class ConfigDictTest(BaseTest):
|
|||
logging.config.stopListening()
|
||||
t.join(2.0)
|
||||
|
||||
#@unittest.skip("See issue #7857")
|
||||
def test_listen_config_10_ok(self):
|
||||
with captured_stdout() as output:
|
||||
self.setup_via_listener(json.dumps(self.config10))
|
||||
|
@ -1614,7 +1613,6 @@ class ConfigDictTest(BaseTest):
|
|||
('ERROR', '4'),
|
||||
], stream=output)
|
||||
|
||||
@unittest.skip("See issue #7857")
|
||||
def test_listen_config_1_ok(self):
|
||||
with captured_stdout() as output:
|
||||
self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue