诸暨麻将添加redis
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

110 строки
4.3 KiB

  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. RETR
  7. timeout
  8. FAILURE
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. # Overload some standard FTP responses to make them shorter and faster
  14. # to avoid wasting time waiting for the data phase to start
  15. <servercmd>
  16. SLOWDOWN
  17. REPLY USER 331 OK
  18. REPLY PASS 230 OK
  19. REPLY PWD 257 "/"
  20. REPLY TYPE 200 OK
  21. </servercmd>
  22. <data nocheck="yes">
  23. Long chunk of data that couldn't possibly be sent in the time allotted.
  24. Long chunk of data that couldn't possibly be sent in the time allotted.
  25. Long chunk of data that couldn't possibly be sent in the time allotted.
  26. Long chunk of data that couldn't possibly be sent in the time allotted.
  27. Long chunk of data that couldn't possibly be sent in the time allotted.
  28. Long chunk of data that couldn't possibly be sent in the time allotted.
  29. Long chunk of data that couldn't possibly be sent in the time allotted.
  30. Long chunk of data that couldn't possibly be sent in the time allotted.
  31. Long chunk of data that couldn't possibly be sent in the time allotted.
  32. Long chunk of data that couldn't possibly be sent in the time allotted.
  33. Long chunk of data that couldn't possibly be sent in the time allotted.
  34. Long chunk of data that couldn't possibly be sent in the time allotted.
  35. Long chunk of data that couldn't possibly be sent in the time allotted.
  36. Long chunk of data that couldn't possibly be sent in the time allotted.
  37. Long chunk of data that couldn't possibly be sent in the time allotted.
  38. Long chunk of data that couldn't possibly be sent in the time allotted.
  39. Long chunk of data that couldn't possibly be sent in the time allotted.
  40. Long chunk of data that couldn't possibly be sent in the time allotted.
  41. Long chunk of data that couldn't possibly be sent in the time allotted.
  42. Long chunk of data that couldn't possibly be sent in the time allotted.
  43. Long chunk of data that couldn't possibly be sent in the time allotted.
  44. Long chunk of data that couldn't possibly be sent in the time allotted.
  45. Long chunk of data that couldn't possibly be sent in the time allotted.
  46. Long chunk of data that couldn't possibly be sent in the time allotted.
  47. Long chunk of data that couldn't possibly be sent in the time allotted.
  48. Long chunk of data that couldn't possibly be sent in the time allotted.
  49. Long chunk of data that couldn't possibly be sent in the time allotted.
  50. Long chunk of data that couldn't possibly be sent in the time allotted.
  51. Long chunk of data that couldn't possibly be sent in the time allotted.
  52. Long chunk of data that couldn't possibly be sent in the time allotted.
  53. Long chunk of data that couldn't possibly be sent in the time allotted.
  54. Long chunk of data that couldn't possibly be sent in the time allotted.
  55. Long chunk of data that couldn't possibly be sent in the time allotted.
  56. Long chunk of data that couldn't possibly be sent in the time allotted.
  57. Long chunk of data that couldn't possibly be sent in the time allotted.
  58. Long chunk of data that couldn't possibly be sent in the time allotted.
  59. Long chunk of data that couldn't possibly be sent in the time allotted.
  60. Long chunk of data that couldn't possibly be sent in the time allotted.
  61. Long chunk of data that couldn't possibly be sent in the time allotted.
  62. Long chunk of data that couldn't possibly be sent in the time allotted.
  63. Long chunk of data that couldn't possibly be sent in the time allotted.
  64. Long chunk of data that couldn't possibly be sent in the time allotted.
  65. Long chunk of data that couldn't possibly be sent in the time allotted.
  66. Long chunk of data that couldn't possibly be sent in the time allotted.
  67. Long chunk of data that couldn't possibly be sent in the time allotted.
  68. Long chunk of data that couldn't possibly be sent in the time allotted.
  69. Long chunk of data that couldn't possibly be sent in the time allotted.
  70. Long chunk of data that couldn't possibly be sent in the time allotted.
  71. Long chunk of data that couldn't possibly be sent in the time allotted.
  72. Long chunk of data that couldn't possibly be sent in the time allotted.
  73. </data>
  74. </reply>
  75. # Client-side
  76. <client>
  77. <server>
  78. ftp
  79. </server>
  80. <killserver>
  81. ftp
  82. </killserver>
  83. <name>
  84. FTP download with strict timeout and slow data transfer
  85. </name>
  86. <command timeout="1">
  87. ftp://%HOSTIP:%FTPPORT/1086 -m 7
  88. </command>
  89. </client>
  90. # Verify data after the test has been "shot"
  91. <verify>
  92. # 28 is CURLE_OPERATION_TIMEDOUT
  93. <errorcode>
  94. 28
  95. </errorcode>
  96. <protocol>
  97. USER anonymous
  98. PASS ftp@example.com
  99. PWD
  100. EPSV
  101. TYPE I
  102. SIZE 1086
  103. RETR 1086
  104. </protocol>
  105. </verify>
  106. </testcase>