All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git-p4: add failing tests for case-folding in p4d
@ 2015-04-28  9:08 Luke Diamand
  2015-04-28  9:08 ` [PATCH] git-p4: add failing tests for case-folding p4d Luke Diamand
  2015-04-28  9:19 ` [PATCH] git-p4: add failing tests for case-folding in p4d Luke Diamand
  0 siblings, 2 replies; 5+ messages in thread
From: Luke Diamand @ 2015-04-28  9:08 UTC (permalink / raw)
  To: git; +Cc: Lex Spoon, Luke Diamand

Lex found out recently that when git-p4 is asked to clone a repo
and the case of the repo is incorrect (but otherwise correct) that
git-p4, instead of reporting an error, appears to work fine, but
actually produces an empty repo. This can be quite confusing.

This patch adds a couple of failing test cases that illustrate the
problem.

The next step is to figure out where it's going wrong, and how it
should actually behave.

Luke Diamand (1):
  git-p4: add failing tests for case-folding p4d

 t/lib-git-p4.sh                |  2 +-
 t/t9819-git-p4-case-folding.sh | 54 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 1 deletion(-)
 create mode 100755 t/t9819-git-p4-case-folding.sh

-- 
2.4.0.rc3.380.g8e2ddc7

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-29  8:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  9:08 [PATCH] git-p4: add failing tests for case-folding in p4d Luke Diamand
2015-04-28  9:08 ` [PATCH] git-p4: add failing tests for case-folding p4d Luke Diamand
2015-04-28 23:01   ` Lex Spoon
2015-04-29  8:19     ` Luke Diamand
2015-04-28  9:19 ` [PATCH] git-p4: add failing tests for case-folding in p4d Luke Diamand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.