Skip to content

Commit 8a9f4ff

Browse files
authored
Merge pull request #31147 from jonhawkes/tolerate-dsae-in-mig6
Tolerate DataStoreAdapterException in rerouting tests
2 parents a35594e + 8565beb commit 8a9f4ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/com.ibm.ws.wsat.migration_fat.6/fat/src/tests/DBRerouteTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2023, 2024 IBM Corporation and others.
2+
* Copyright (c) 2023, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -26,13 +26,15 @@
2626
import com.ibm.ws.transaction.fat.util.TxTestContainerSuite;
2727
import com.ibm.ws.wsat.fat.util.DBTestBase;
2828

29+
import componenttest.annotation.AllowedFFDC;
2930
import componenttest.annotation.Server;
3031
import componenttest.custom.junit.runner.FATRunner;
3132
import componenttest.topology.database.container.DatabaseContainerType;
3233
import componenttest.topology.database.container.DatabaseContainerUtil;
3334
import componenttest.topology.impl.LibertyServer;
3435

3536
@RunWith(FATRunner.class)
37+
@AllowedFFDC(value = { "com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException" })
3638
public class DBRerouteTest extends SimpleTest {
3739

3840
@Server("MigrationServer3")

0 commit comments

Comments
 (0)