Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.191.116.231
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : test_timeout.cpython-310.pyc
o

ab�+�@s�dZddlZddlZddlmZddlmZe�d�Zddl	Z	ddl
Z
ddlZe��dd��Z
Gdd	�d	ej�ZGd
d�dej�ZGdd
�d
e�ZGdd�de�Zdd�Zedkr`e��dSdS)z&Unit tests for socket timeout feature.�N)�support)�
socket_helper�networkcCsJt�|��t�||tjtj�ddWd�S1swYdS)z�Resolve an (host, port) to an address.

    We must perform name resolution before timeout tests, otherwise it will be
    performed by connect().
    r�N)r�transient_internet�socket�getaddrinfo�AF_INET�SOCK_STREAM)�host�port�r
�:/usr/local/python-3.10/lib/python3.10/test/test_timeout.py�resolve_addresss���$�rc@sXeZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�Zdd�ZdS)�CreationTestCasez9Test case for socket.gettimeout() and socket.settimeout()cC�t�tjtj�|_dS�N)rr	r
�sock��selfr
r
r�setUp�zCreationTestCase.setUpcC�|j��dSr�r�closerr
r
r�tearDown"�zCreationTestCase.tearDowncCs|�|j��dd�dS)Nztimeout not disabled by default)�assertEqualr�
gettimeoutrr
r
r�testObjectCreation%s�z#CreationTestCase.testObjectCreationcCs^|j�d�|�|j��d�|j�d�|�|j��d�|j�d�|�|j��d�dS)Ng�z�Ga@�)r�
settimeoutrrrr
r
r�testFloatReturnValue*sz%CreationTestCase.testFloatReturnValuecCsP|j�d�|�t|j���td��|j�d�|�t|j���td��dS)N���?g333333@)rr!r�typerrr
r
r�testReturnType5szCreationTestCase.testReturnTypecCs�|j�d�|j�d�|j�d�|j�d�|�t|jjd�|�t|jjd�|�t|jjd�|�t|jjg�|�t|jji�|�t|jjd�dS)Nr��r
y)rr!�assertRaises�	TypeErrorrr
r
r�
testTypeCheck=szCreationTestCase.testTypeCheckcCs:|�t|jjd�|�t|jjd�|�t|jjd�dS)N���g�)r)�
ValueErrorrr!rr
r
r�testRangeCheckJszCreationTestCase.testRangeCheckcCs�|j�d�|j�d�|�|j��d�|j�d�|�|j��d�|j�d�|j�d�|�|j��d�|j�d�|�|j��d�dS)N�
TFr')rr!�setblockingrrrr
r
r�testTimeoutThenBlockingPsz(CreationTestCase.testTimeoutThenBlockingcCsX|j�d�|j�d�|�|j��d�|j�d�|j�d�|�|j��d�dS)NFr#T)rr0r!rrrr
r
r�testBlockingThenTimeout^sz(CreationTestCase.testBlockingThenTimeoutN)
�__name__�
__module__�__qualname__�__doc__rrrr"r&r+r.r1r2r
r
r
rrs
rc@s*eZdZdZejZdd�ZeZdd�Z	dS)�TimeoutTestCaseg@cCst��r)�NotImplementedErrorrr
r
rrtszTimeoutTestCase.setUpc	Gs�|j�|�t|j|�}t|�D]%}t��}z||�Wqty5}z
t��|}WYd}~q;d}~ww|�d�|�|||j	�|�
||d�dS)z�
        Test the specified socket method.

        The method is run at most `count` times and must raise a TimeoutError
        within `timeout` + self.fuzz seconds.
        NzTimeoutError was not raisedr$)rr!�getattr�range�time�	monotonic�TimeoutErrorZfailZ
assertLess�fuzzZ
assertGreater)	r�count�timeout�method�args�i�t1�eZdeltar
r
r�_sock_operationys��
zTimeoutTestCase._sock_operationN)
r3r4r5r>rZHOST�	localhostrrrFr
r
r
rr7isr7c@s\eZdZdZdd�Zdd�Ze�dd�dd	��Zd
d�Z	dd
�Z
dd�Zdd�Zdd�Z
dS)�TCPTimeoutTestCasez3TCP test case for socket.socket() timeout functionscCs"t�tjtj�|_tdd�|_dS)Nzwww.python.org.�P)rr	r
rr�addr_remoterr
r
rr�szTCPTimeoutTestCase.setUpcCrrrrr
r
rr�rzTCPTimeoutTestCase.tearDownTz*need to replace these hosts; see bpo-35518c
Cs"tdd�}tdd�}d}t�tjtj�}tj}|�|�z1z|�|�Wn"ty-Ynt	yF}z|j
t
jkr<d}WYd}~nd}~wwW|��~n|��~w|rj|�
d�|d|d	||d|d	��||_t�|jd��|�d	d
d|j�Wd�dS1s�wYdS)Nzblackhole.snakebite.netiZ�zwhitehole.snakebite.neti[�TFz�We didn't receive a connection reset (RST) packet from {}:{} within {} seconds, so we're unable to test connect timeout against the corresponding {}:{} (which is configured to silently drop packets).rr#g����MbP?�connect)rrr	r
rZLOOPBACK_TIMEOUTr!rKr=�OSError�errnoZECONNREFUSEDrZskipTest�formatrJrrrF)rZ	blackholeZ	whitehole�skiprr@�errr
r
r�testConnectTimeout�sF


������"�z%TCPTimeoutTestCase.testConnectTimeoutcCsTt�|jd��|j�|j�|�dddd�Wd�dS1s#wYdS)Nrr#��?�recv�)rrrJrrKrFrr
r
r�testRecvTimeout�s"�z"TCPTimeoutTestCase.testRecvTimeoutcCs,t�|j|j�|j��|�ddd�dS)Nr#rR�accept)r�	bind_portrrG�listenrFrr
r
r�testAcceptTimeout�s
z$TCPTimeoutTestCase.testAcceptTimeoutcC�pt�tjtj��&}t�||j�|��|j�|�	��|�
ddddd�Wd�dS1s1wYdS)N�drR�send�X�@
�rr	r
rrWrGrXrrK�getsocknamerF�rZservr
r
r�testSend��"�zTCPTimeoutTestCase.testSendc	Csvt�tjtj��)}t�||j�|��|j�|�	��|�
ddddd|�	��Wd�dS1s4wYdS)Nr[rR�sendtor]r^r_rar
r
r�
testSendtos�"�zTCPTimeoutTestCase.testSendtocCrZ)Nr[rR�sendallr]r^r_rar
r
r�testSendallrczTCPTimeoutTestCase.testSendallN)r3r4r5r6rr�unittestZskipIfrQrUrYrbrergr
r
r
rrH�s

Q	
rHc@s(eZdZdZdd�Zdd�Zdd�ZdS)	�UDPTimeoutTestCasez3UDP test case for socket.socket() timeout functionscCrr)rr	�
SOCK_DGRAMrrr
r
rrrzUDPTimeoutTestCase.setUpcCrrrrr
r
rrrzUDPTimeoutTestCase.tearDowncCs$t�|j|j�|�dddd�dS)Nr#rR�recvfromrT)rrWrrGrFrr
r
r�testRecvfromTimeoutsz&UDPTimeoutTestCase.testRecvfromTimeoutN)r3r4r5r6rrrlr
r
r
rris
ricCst�d�dS)Nr)rZrequiresr
r
r
r�setUpModule%rrm�__main__)r6�	functoolsrh�testrZtest.supportrZis_resource_enabledZ
skip_expectedr;rMr�	lru_cacherZTestCaserr7rHrirmr3�mainr
r
r
r�<module>s(
M'�
© 2025 GrazzMean