public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
From: SoutrikDas <valusoutrik@gmail.com>
To: gitster@pobox.com
Cc: git@vger.kernel.org, valusoutrik@gmail.com
Subject: Re: [GSOC PATCH] t7003: modernize path existence checks using test helpers
Date: Tue, 10 Feb 2026 23:44:45 +0530	[thread overview]
Message-ID: <20260210181445.49380-1-valusoutrik@gmail.com> (raw)
In-Reply-To: <xmqqpl6d4wjh.fsf@gitster.g>

> All the checks involving "is-missing" are now stricter than the
> original, in that they used to allow "dir" to exist as long as it is
> not a directory, etc., but if we audited the code that leads to
> these tests can never create a "dir" that is a regular file or
> something that is not a directory (which *I* did *NOT*, but
> presumably you have already done so?

At the time of sending the patch v1, I did not do so. Sorry about that.
Now I ran the test from start to 11, since test 12 was the one with two 
of those risky changes, ie `! test -d dir` and `! test -d diroh/dir`

and after doing that I can confirm that there is no non directory dir 
present before test 12 starts. Neither is there a non directory dir 
inside `diroh`

This was the output of ls -la 

drwxr-xr-x  14 soutrik  staff  448 10 Feb 23:16 .
drwxr-xr-x   4 soutrik  staff  128 10 Feb 23:14 ..
drwxr-xr-x@ 14 soutrik  staff  448 10 Feb 23:16 .git
-rw-r--r--   1 soutrik  staff    2 10 Feb 23:15 A.t
-rw-r--r--   1 soutrik  staff    2 10 Feb 23:15 B.t
-rw-r--r--@  1 soutrik  staff  128 10 Feb 23:16 backup-refs
-rw-r--r--@  1 soutrik  staff    2 10 Feb 23:15 C.t
drwxr-xr-x@  3 soutrik  staff   96 10 Feb 23:16 diroh
-rw-r--r--@  1 soutrik  staff    2 10 Feb 23:16 doh
drwxr-xr-x   4 soutrik  staff  128 10 Feb 23:15 drepo
drwxr-xr-x@  6 soutrik  staff  192 10 Feb 23:16 drepo-tree
-rw-r--r--@  1 soutrik  staff    2 10 Feb 23:15 E.t
-rw-r--r--   1 soutrik  staff    2 10 Feb 23:15 G.t
-rw-r--r--   1 soutrik  staff    2 10 Feb 23:15 H.t

And this was the ls -la in the `diroh` directory

drwxr-xr-x@  3 soutrik  staff   96 10 Feb 23:16 .
drwxr-xr-x  14 soutrik  staff  448 10 Feb 23:16 ..
-rw-r--r--@  1 soutrik  staff    6 10 Feb 23:16 D.t

One thing is that I am not sure if what I did is ... the correct way
to test this kind of thing... I just copy pasted all the test commands 
into a big .sh file , did a git init -b main in a temp folder 
and ran the .sh file from there. And then observed the changes.
That big .sh file : https://pastebin.com/9QQD7qYA

> ---if so that is worth noting in
> the proposed log message), then "test ! -d dir" that is rewritten to
> "test_path_is_missing dir" is actually a _better_ test.

I am sending the v2 patch after this message. Should I have just put 
this whole thing into the v2 patch cover mail ? 

Best,
Soutrik

  reply	other threads:[~2026-02-10 18:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09 17:24 [GSOC PATCH] t7003: modernize path existence checks using test helpers SoutrikDas
2026-02-09 18:11 ` Junio C Hamano
2026-02-10 18:14   ` SoutrikDas [this message]
2026-02-10 18:41     ` [GSOC PATCH v2] " SoutrikDas

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=20260210181445.49380-1-valusoutrik@gmail.com \
    --to=valusoutrik@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /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