fusefs: reenable the WriteCluster.cluster_write_err test

The underlying panic was just fixed by
revision 27006229f7

PR:		238565
MFC after:	1 week
MFC with:	27006229f7
This commit is contained in:
Alan Somers 2021-05-30 16:51:56 -06:00
parent 5a20c351ea
commit 425bbe9e64

View file

@ -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";