From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: spearce@spearce.org
Cc: git@vger.kernel.org, Robin Rosenberg <robin.rosenberg@dewire.com>
Subject: [JGIT PATCH 0/3 RFC] http://code.google.com/p/egit/issues/detail?id=79
Date: Sun, 19 Apr 2009 20:30:06 +0200 [thread overview]
Message-ID: <1240165809-16703-1-git-send-email-robin.rosenberg@dewire.com> (raw)
In-Reply-To: <200904181905.55119.robin.rosenberg.lists@dewire.com>
Here is a possible solution, though I have a problem with the test case. I'd
like to invent something better. The problem with the "Simulate breakpoints"
patch is that it patches core functions and not just the test case. Using AOP
would solve it, but that is too much for a single test case.
Robin Rosenberg (3):
Add test cases dedicated to the WindowCache
Simulate breakpoints
Rescan for packs and retry once if object lookup scan fails
.../tst/org/spearce/jgit/lib/WindowCacheTest.java | 132 ++++++++++++++++++++
.../src/org/spearce/jgit/lib/Repository.java | 76 +++++++++--
.../src/org/spearce/jgit/lib/WindowedFile.java | 7 +
3 files changed, 202 insertions(+), 13 deletions(-)
create mode 100644 org.spearce.jgit.test/tst/org/spearce/jgit/lib/WindowCacheTest.java
next prev parent reply other threads:[~2009-04-19 18:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-18 17:05 JGit cache bug Robin Rosenberg
2009-04-19 18:30 ` Robin Rosenberg [this message]
2009-04-19 18:30 ` [JGIT PATCH 1/3] Add test cases dedicated to the WindowCache Robin Rosenberg
2009-04-19 18:30 ` [JGIT PATCH 2/3] Simulate breakpoints Robin Rosenberg
2009-04-19 18:30 ` [JGIT PATCH 3/3] Rescan for packs and retry once if object lookup scan fails Robin Rosenberg
2009-04-20 14:32 ` Shawn O. Pearce
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1240165809-16703-1-git-send-email-robin.rosenberg@dewire.com \
--to=robin.rosenberg@dewire.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).