]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-unit-test-nfs-workaround'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
commit6938b355c01ae2479b07b2f3c067ea1863f0b2bb
treef71b10f85efc33e147bd70e4a24de67cd1565c2f
parent50b52cafae4250319944d49d65f1fa8d83aedd58
parent0068aa794696188d3c9bea62804780d44bee824f
Merge branch 'ps/reftable-unit-test-nfs-workaround'

A unit test for reftable code tried to enumerate all files in a
directory after reftable operations and expected to see nothing but
the files it wanted to leave there, but was fooled by .nfs* cruft
files left, which has been corrected.

* ps/reftable-unit-test-nfs-workaround:
  reftable: fix tests being broken by NFS' delete-after-close semantics
reftable/stack_test.c