Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9a164ac8
Kaydet (Commit)
9a164ac8
authored
Şub 08, 2010
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #7857: Another attempt to keep the buildbots happy.
üst
e1ec8410
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test_logging.py
Lib/test/test_logging.py
+3
-1
No files found.
Lib/test/test_logging.py
Dosyayı görüntüle @
9a164ac8
...
@@ -1574,6 +1574,7 @@ class ConfigDictTest(BaseTest):
...
@@ -1574,6 +1574,7 @@ class ConfigDictTest(BaseTest):
t
=
logging
.
config
.
listen
(
port
)
t
=
logging
.
config
.
listen
(
port
)
t
.
start
()
t
.
start
()
t
.
ready
.
wait
()
t
.
ready
.
wait
()
t
.
ready
.
clear
()
try
:
try
:
sock
=
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
sock
=
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
sock
.
settimeout
(
2.0
)
sock
.
settimeout
(
2.0
)
...
@@ -1589,10 +1590,11 @@ class ConfigDictTest(BaseTest):
...
@@ -1589,10 +1590,11 @@ class ConfigDictTest(BaseTest):
left
-=
sent
left
-=
sent
sock
.
close
()
sock
.
close
()
finally
:
finally
:
t
.
ready
.
wait
(
2.0
)
logging
.
config
.
stopListening
()
logging
.
config
.
stopListening
()
t
.
join
(
2.0
)
t
.
join
(
2.0
)
@unittest.skip
(
"See issue #7857"
)
#
@unittest.skip("See issue #7857")
def
test_listen_config_10_ok
(
self
):
def
test_listen_config_10_ok
(
self
):
with
captured_stdout
()
as
output
:
with
captured_stdout
()
as
output
:
self
.
setup_via_listener
(
json
.
dumps
(
self
.
config10
))
self
.
setup_via_listener
(
json
.
dumps
(
self
.
config10
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment