Sindbad~EG File Manager

Current Path : /usr/local/lib/python3.9/test/__pycache__/
Upload File :
Current File : //usr/local/lib/python3.9/test/__pycache__/test_timeout.cpython-39.opt-1.pyc

a

��g,�@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��dS)z&Unit tests for socket timeout feature.�N)�support)�
socket_helper�networkcCsJt�|��,t�||tjtj�ddWd�S1s<0YdS)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/lib/python3.9/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()cCst�tjtj�|_dS�N)rr	r
�sock��selfr
r
r�setUpszCreationTestCase.setUpcCs|j��dSr�r�closerr
r
r�tearDown"szCreationTestCase.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@)rrr�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%�
ValueErrorrrrr
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)NFrT)rr,rrrrr
r
r�testBlockingThenTimeout^sz(CreationTestCase.testBlockingThenTimeoutN)
�__name__�
__module__�__qualname__�__doc__rrrrr"r'r*r-r.r
r
r
rrs
rc@s*eZdZdZejZdd�ZeZdd�Z	dS)�TimeoutTestCaseg@cCs
t��dSr)�NotImplementedErrorrr
r
rrtszTimeoutTestCase.setUpc	Gs�|j�|�t|j|�}t|�D]Z}t��}z||�Wq tjyx}z&t��|}WYd}~q�WYd}~q d}~00q |�d�|�	|||j
�|�||d�dS)z�
        Test the specified socket method.

        The method is run at most `count` times and must raise a socket.timeout
        within `timeout` + self.fuzz seconds.
        Nzsocket.timeout was not raisedr )rr�getattr�range�time�	monotonicr�timeoutZfailZ
assertLess�fuzzZ
assertGreater)	r�countr9�method�args�i�t1�eZdeltar
r
r�_sock_operationys&
zTimeoutTestCase._sock_operationN)
r/r0r1r:rZHOST�	localhostrrrAr
r
r
rr3is
r3c@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.setUpcCs|j��dSrrrr
r
rr�szTCPTimeoutTestCase.tearDownTz*need to replace these hosts; see bpo-35518c
Cs$tdd�}tdd�}d}t�tjtj�}tj}|�|�zdz|�|�WnFtjy\Yn4t	y�}z|j
t
jkrzd}WYd}~n
d}~00W|��~n|��~0|r�|�
d�|d|d	||d|d	��||_t�|jd��"|�d	d
d|j�Wd�n1�s0YdS)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).rrg����MbP?�connect)rrr	r
rZLOOPBACK_TIMEOUTrrFr9�OSError�errnoZECONNREFUSEDrZskipTest�formatrErrrA)rZ	blackholeZ	whitehole�skiprr9�errr
r
r�testConnectTimeout�s<


���z%TCPTimeoutTestCase.testConnectTimeoutcCsRt�|jd��.|j�|j�|�dddd�Wd�n1sD0YdS)Nrr��?�recv�)rrrErrFrArr
r
r�testRecvTimeout�sz"TCPTimeoutTestCase.testRecvTimeoutcCs,t�|j|j�|j��|�ddd�dS)NrrM�accept)r�	bind_portrrB�listenrArr
r
r�testAcceptTimeout�s
z$TCPTimeoutTestCase.testAcceptTimeoutcCsnt�tjtj��J}t�||j�|��|j�|�	��|�
ddddd�Wd�n1s`0YdS)N�drM�send�X�@
�rr	r
rrRrBrSrrF�getsocknamerA�rZservr
r
r�testSend�s
zTCPTimeoutTestCase.testSendc	Cstt�tjtj��P}t�||j�|��|j�|�	��|�
ddddd|�	��Wd�n1sf0YdS)NrUrM�sendtorWrXrYr[r
r
r�
testSendtos�zTCPTimeoutTestCase.testSendtocCsnt�tjtj��J}t�||j�|��|j�|�	��|�
ddddd�Wd�n1s`0YdS)NrUrM�sendallrWrXrYr[r
r
r�testSendalls
zTCPTimeoutTestCase.testSendallN)r/r0r1r2rr�unittestZskipIfrLrPrTr\r^r`r
r
r
rrC�s

Q	
rCc@s(eZdZdZdd�Zdd�Zdd�ZdS)	�UDPTimeoutTestCasez3UDP test case for socket.socket() timeout functionscCst�tjtj�|_dSr)rr	�
SOCK_DGRAMrrr
r
rrszUDPTimeoutTestCase.setUpcCs|j��dSrrrr
r
rrszUDPTimeoutTestCase.tearDowncCs$t�|j|j�|�dddd�dS)NrrM�recvfromrO)rrRrrBrArr
r
r�testRecvfromTimeoutsz&UDPTimeoutTestCase.testRecvfromTimeoutN)r/r0r1r2rrrer
r
r
rrbsrbcCst�d�dS)Nr)rZrequiresr
r
r
r�setUpModule%srf�__main__)r2�	functoolsra�testrZtest.supportrZis_resource_enabledZ
skip_expectedr7rHr�	lru_cacherZTestCaserr3rCrbrfr/�mainr
r
r
r�<module>s$
M'

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists