Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2021 20:09:31 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b6de677b705d - stable/13 - fusefs: reenable the WriteCluster.cluster_write_err test
Message-ID:  <202106172009.15HK9VgO023127@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=b6de677b705d6f10f605f9a011c18406e9b0cb9a

commit b6de677b705d6f10f605f9a011c18406e9b0cb9a
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-05-30 22:51:56 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-06-17 20:09:15 +0000

    fusefs: reenable the WriteCluster.cluster_write_err test
    
    The underlying panic was just fixed by
    revision 27006229f7a40a18a61a0e8fd270bc583326b690
    
    PR:             238565
    MFC with:       27006229f7a40a18a61a0e8fd270bc583326b690
    
    (cherry picked from commit 425bbe9e64f7af6bdb30a099bd90a32885de1ab8)
---
 tests/sys/fs/fusefs/write.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/sys/fs/fusefs/write.cc b/tests/sys/fs/fusefs/write.cc
index f0f9685000fb..fadf4648d31c 100644
--- a/tests/sys/fs/fusefs/write.cc
+++ b/tests/sys/fs/fusefs/write.cc
@@ -806,10 +806,10 @@ TEST_F(WriteCluster, clustering)
  * not panic the system on unmount
  */
 /*
- * Disabled because it panics.
+ * Regression test for bug 238585
  * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238565
  */
-TEST_F(WriteCluster, DISABLED_cluster_write_err)
+TEST_F(WriteCluster, cluster_write_err)
 {
 	const char FULLPATH[] = "mountpoint/some_file.txt";
 	const char RELPATH[] = "some_file.txt";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106172009.15HK9VgO023127>