svn commit: r346068 - projects/fuse2/tests/sys/fs/fusefs

Alan Somers asomers at FreeBSD.org
Tue Apr 9 21:38:21 UTC 2019


Author: asomers
Date: Tue Apr  9 21:38:20 2019
New Revision: 346068
URL: https://svnweb.freebsd.org/changeset/base/346068

Log:
  fusefs: skip the Read.keep_cache test when cache is disabled
  
  This should've been part of r345892
  
  PR:		236560
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/fuse2/tests/sys/fs/fusefs/read.cc

Modified: projects/fuse2/tests/sys/fs/fusefs/read.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fusefs/read.cc	Tue Apr  9 21:22:02 2019	(r346067)
+++ projects/fuse2/tests/sys/fs/fusefs/read.cc	Tue Apr  9 21:38:20 2019	(r346068)
@@ -391,7 +391,7 @@ TEST_F(Read, eio)
  * With the keep_cache option, the kernel may keep its read cache across
  * multiple open(2)s.
  */
-TEST_F(Read, keep_cache)
+TEST_F(ReadCacheable, keep_cache)
 {
 	const char FULLPATH[] = "mountpoint/some_file.txt";
 	const char RELPATH[] = "some_file.txt";


More information about the svn-src-projects mailing list