Guest User

Untitled

a guest
Jun 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. 1..27
  2. ok 1 - use FCGI::Engine;
  3. ok 2 - The object isa FCGI::Engine
  4. ok 3 - The object does MooseX::Getopt
  5. ok 4 - ... we are listening
  6. ok 5 - ... we have the right socket location
  7. ok 6 - ... we have the default 1 proc
  8. ok 7 - ... we have a pidfile
  9. ok 8 - The object isa MooseX::Daemonize::Pid::File
  10. ok 9 - ... we have the right pidfile
  11. ok 10 - ... we should daemonize
  12. ok 11 - ... we have the default manager (FCGI::ProcManager)
  13. ok 12 - ... we dont have any pre-fork-init
  14. ok 13 - ... our socket was created
  15. ok 14 - ... our pidfile was created
  16. ok 15 - The object isa MooseX::Daemonize::Pid::File
  17. ok 16 - ... our daemon is running (pid: 29125)
  18. 2009-05-19 13:32:39: (network.c.300) can't bind to port: 3333 Address already in use
  19. not ok 17 - ... got the page okay
  20. # Failed test '... got the page okay'
  21. # at t/050_lighttpd_basic_test.t line 85.
  22. # 500
  23. # Server closed connection without sending any data back
  24. not ok 18 - ... got the content we expected
  25. # Failed test '... got the content we expected'
  26. # at t/050_lighttpd_basic_test.t line 86.
  27. # got: "500 Server closed connection without sending any d"...
  28. # length: 59
  29. # expected: "1"
  30. # length: 1
  31. # strings begin to differ at char 1
  32. not ok 19 - ... got the page okay
  33. # Failed test '... got the page okay'
  34. # at t/050_lighttpd_basic_test.t line 85.
  35. # 500
  36. # Server closed connection without sending any data back
  37. not ok 20 - ... got the content we expected
  38. # Failed test '... got the content we expected'
  39. # at t/050_lighttpd_basic_test.t line 86.
  40. # got: "500 Server closed connection without sending any d"...
  41. # length: 59
  42. # expected: "2"
  43. # length: 1
  44. # strings begin to differ at char 1
  45. not ok 21 - ... got the page okay
  46. # Failed test '... got the page okay'
  47. # at t/050_lighttpd_basic_test.t line 85.
  48. # 500
  49. # Server closed connection without sending any data back
  50. not ok 22 - ... got the content we expected
  51. # Failed test '... got the content we expected'
  52. # at t/050_lighttpd_basic_test.t line 86.
  53. # got: "500 Server closed connection without sending any d"...
  54. # length: 59
  55. # expected: "3"
  56. # length: 1
  57. # strings begin to differ at char 1
  58. not ok 23 - ... got the page okay
  59. # Failed test '... got the page okay'
  60. # at t/050_lighttpd_basic_test.t line 85.
  61. # 500
  62. # Server closed connection without sending any data back
  63. not ok 24 - ... got the content we expected
  64. # Failed test '... got the content we expected'
  65. # at t/050_lighttpd_basic_test.t line 86.
  66. # got: "500 Server closed connection without sending any d"...
  67. # length: 59
  68. # expected: "4"
  69. # length: 1
  70. # strings begin to differ at char 1
  71. not ok 25 - ... got the page okay
  72. # Failed test '... got the page okay'
  73. # at t/050_lighttpd_basic_test.t line 85.
  74. # 500
  75. # Server closed connection without sending any data back
  76. not ok 26 - ... got the content we expected
  77. # Failed test '... got the content we expected'
  78. # at t/050_lighttpd_basic_test.t line 86.
  79. # got: "500 Server closed connection without sending any d"...
  80. # length: 59
  81. # expected: "5"
  82. # length: 1
  83. # strings begin to differ at char 1
  84. ok 27 - ... our daemon is no longer running (pid: 29125)
  85. # Looks like you failed 10 tests of 27.
Add Comment
Please, Sign In to add comment