From: Eric Wong <normalperson@yhbt.net> To: raindrops@librelist.org Subject: [PATCH 1/3] test_watcher: fix incorrect request/date comparison Date: Mon, 18 Jun 2012 14:20:43 -0700 [thread overview] Message-ID: <1340054445-29631-2-git-send-email-normalperson@yhbt.net> (raw) In-Reply-To: <1340054445-29631-1-git-send-email-normalperson@yhbt.net> It makes no sense to compare peak times of different queues (active vs queued) against each other. --- test/test_watcher.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_watcher.rb b/test/test_watcher.rb index 056a3bf..5e45dcd 100644 --- a/test/test_watcher.rb +++ b/test/test_watcher.rb @@ -156,6 +156,7 @@ class TestWatcher < Test::Unit::TestCase @ios << @srv.accept assert_raises(Errno::EAGAIN) { @srv.accept_nonblock } sleep 0.1 + env = @req.class.env_for "/queued/#@addr.txt" status, headers, body = @app.call(env.dup) assert headers["X-Last-Peak-At"], headers.inspect assert_nothing_raised { Time.parse(headers["X-Last-Peak-At"]) } -- 1.7.11.rc0.55.gb2478aa
next prev parent reply other threads:[~2012-06-18 21:21 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-06-18 21:20 [PATCH 0/3] preparing for raindrops 0.10.0 Eric Wong 2012-06-18 21:20 ` Eric Wong [this message] 2012-06-18 21:20 ` [PATCH 2/3] watcher: sort index of listener listing Eric Wong 2012-06-18 21:20 ` [PATCH 3/3] watcher: do not require Rack::Head for HEAD response Eric Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/raindrops/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1340054445-29631-2-git-send-email-normalperson@yhbt.net \ --to=normalperson@yhbt.net \ --cc=raindrops@librelist.org \ --subject='Re: [PATCH 1/3] test_watcher: fix incorrect request/date comparison' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: ../../raindrops.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).