fusefs: reenable the WriteCluster.cluster_write_err test
The underlying panic was just fixed by revision 27006229f7a40a18a61a0e8fd270bc583326b690 PR: 238565 MFC after: 1 week MFC with: 27006229f7a40a18a61a0e8fd270bc583326b690
This commit is contained in:
parent
5a20c351ea
commit
425bbe9e64
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user