1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

26 commits

Author SHA1 Message Date
Konstantin Haase
5b8b15c1f7 don't set -w with thin in integration tests 2012-03-18 13:25:06 +01:00
Konstantin Haase
b83bb07665 there is no assert_equal on 1.8 2012-03-18 13:22:24 +01:00
Konstantin Haase
ea653dbf2d add (failing) test to check that there are no warnings 2012-03-18 10:18:00 +01:00
Konstantin Haase
fbdb25bb0d don't let integration tests block indefinitely 2012-03-18 10:16:59 +01:00
Konstantin Haase
df317cfde6 remove empty line 2012-03-18 08:58:25 +01:00
Konstantin Haase
202f6b2118 add test for #473 2012-03-08 09:57:08 +01:00
Konstantin Haase
41c552993b ignore double logging issue on webrick for now 2012-03-08 09:10:40 +01:00
Konstantin Haase
895b09b207 ignore different streaming behavior between ubuntu and osx in integration test 2012-03-08 07:48:30 +01:00
Konstantin Haase
73dcdf5429 add a comment to integration test 2012-03-07 23:05:37 +01:00
Konstantin Haase
05cf864240 add streaming test 2012-03-07 23:03:28 +01:00
Konstantin Haase
a0adda9c7a prevent double-logging only on webrick, fixes #454 2012-03-07 22:17:58 +01:00
Konstantin Haase
5f715ca27c integration test for logging 2012-03-07 17:15:05 +01:00
Konstantin Haase
703d721f72 retry integration test on Errno::ECONNRESET 2012-03-07 16:20:44 +01:00
Konstantin Haase
0fa16d15b0 only listen locally for integration test 2012-03-07 16:20:25 +01:00
Konstantin Haase
1f1455008d Merge branch 'extend-main' 2011-12-30 22:22:54 +01:00
lest
afd27d81a7 fix server execution in integration test
use exec in running command to allow started process to be killed
2011-11-14 20:26:08 +02:00
Konstantin Haase
7cdc7d114f use #system if Process.kill is not supported, use KILL instead of TERM if something went wrong 2011-11-06 10:04:15 -03:00
Konstantin Haase
9872c05ba5 increase timeout, jruby (and sometime rubinius) do not make it in time 2011-11-06 09:49:26 -03:00
Konstantin Haase
332a7e556c avoid blocking in integration test on jruby 2011-11-06 09:17:42 -03:00
Konstantin Haase
46bdb7dcf8 only extend main object for top level dsl 2011-11-05 11:46:14 -02:00
Konstantin Haase
112da9d4ff print server log in case integration test fails 2011-10-31 16:22:10 -07:00
Konstantin Haase
9a4e4d45f4 simplify port generation 2011-10-31 16:19:22 -07:00
Konstantin Haase
d9ec3c6960 allow running two integration tests in parallel 2011-10-31 15:58:04 -07:00
Konstantin Haase
862fe21a30 fix integration test 2011-10-31 14:59:09 -07:00
Konstantin Haase
393a48ccca retry integration test if server is not yet up and running 2011-10-31 14:50:40 -07:00
Konstantin Haase
6232c77a99 add integration test 2011-10-31 14:40:22 -07:00