diff mbox series

[liburing,v2,3/3] give open-direct-pick.c a unique path

Message ID 20220927102202.69069-4-dylany@fb.com (mailing list archive)
State New
Headers show
Series 6.0 updates | expand

Commit Message

Dylan Yudaken Sept. 27, 2022, 10:22 a.m. UTC
This was making make runtest-parallel flaky

Signed-off-by: Dylan Yudaken <dylany@fb.com>
---
 test/open-direct-pick.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ammar Faizi Sept. 27, 2022, 11 a.m. UTC | #1
On 9/27/22 5:22 PM, Dylan Yudaken wrote:
> This was making make runtest-parallel flaky
> 
> Signed-off-by: Dylan Yudaken<dylany@fb.com>
> ---
>   test/open-direct-pick.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Yeah, it clashes with test/open-close.c's.

Reviewed-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
diff mbox series

Patch

diff --git a/test/open-direct-pick.c b/test/open-direct-pick.c
index b1597e73231e..a1edf8464dc8 100644
--- a/test/open-direct-pick.c
+++ b/test/open-direct-pick.c
@@ -158,7 +158,7 @@  int main(int argc, char *argv[])
 		return 0;
 	}
 
-	path = "/tmp/.open.close";
+	path = "/tmp/.open.direct.pick";
 	t_create_file(path, 4096);
 
 	ret = test_openat(&ring, path);