test1903 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. pipelining
  6. multi
  7. flaky
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. Adding handle 0
  14. Handle 0 Completed with status 0
  15. Adding handle 1
  16. Adding handle 2
  17. Adding handle 3
  18. Adding handle 4
  19. Adding handle 5
  20. Adding handle 6
  21. Handle 2 Completed with status 0
  22. Handle 3 Completed with status 0
  23. Handle 4 Completed with status 0
  24. Handle 5 Completed with status 0
  25. Handle 6 Completed with status 0
  26. Handle 1 Completed with status 0
  27. </data>
  28. </reply>
  29. # Client-side
  30. <client>
  31. <server>
  32. http-pipe
  33. </server>
  34. <features>
  35. http
  36. </features>
  37. <tool>
  38. lib1900
  39. </tool>
  40. <name>
  41. HTTP GET using pipelining, penalized on content-length
  42. </name>
  43. <command>
  44. http://%HOSTIP:%HTTPPIPEPORT/
  45. </command>
  46. <file name="log/urls.txt">
  47. 0 1k.txt
  48. 1000 100k.txt
  49. 550 alphabet.txt
  50. 10 alphabet.txt
  51. 10 alphabet.txt
  52. 10 alphabet.txt
  53. 10 alphabet.txt
  54. </file>
  55. </client>
  56. # Verify data after the test has been "shot"
  57. <verify>
  58. </verify>
  59. </testcase>