Skip to content

Commit a4de090

Browse files
committed
HBASE-29704 Replace unsupported forkMode failsafe parameter in hbase-it (#7442)
Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 7fd4057)
1 parent d6aae14 commit a4de090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<artifactId>maven-failsafe-plugin</artifactId>
301301
<configuration>
302302
<skip>false</skip>
303-
<forkMode>always</forkMode>
303+
<reuseForks>false</reuseForks>
304304
<!-- TODO: failsafe does timeout, but verify does not fail the build because of the timeout.
305305
I believe it is a failsafe bug, we may consider using surefire -->
306306
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>

0 commit comments

Comments
 (0)