From afa80a06ecdb4a875e1828d359e8f392a0fc0378 Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Fri, 21 Aug 2026 17:04:03 -0700 Subject: [PATCH] Remove SQL Server upgrade scripts and code --- nextflow/module.properties | 1 - .../test/tests/panoramapublic/PanoramaPublicBaseTest.java | 3 +-- .../test/tests/signup/SignUpGroupChangeSecurityTest.java | 3 +-- .../src/org/labkey/test/tests/testresults/TestResultsTest.java | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/nextflow/module.properties b/nextflow/module.properties index e79c9076..3ec0be21 100644 --- a/nextflow/module.properties +++ b/nextflow/module.properties @@ -4,5 +4,4 @@ Description: This module provides the functionality \ for running the NextFlow pipeline jobs on PanoramaWeb. License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: pgsql ManageVersion: true diff --git a/panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PanoramaPublicBaseTest.java b/panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PanoramaPublicBaseTest.java index c4ee6f4c..7b1097ac 100644 --- a/panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PanoramaPublicBaseTest.java +++ b/panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PanoramaPublicBaseTest.java @@ -44,7 +44,6 @@ import org.labkey.test.util.LoggedParam; import org.labkey.test.util.PermissionsHelper; import org.labkey.test.util.PortalHelper; -import org.labkey.test.util.PostgresOnlyTest; import org.labkey.test.util.TextSearcher; import org.openqa.selenium.support.ui.WebDriverWait; @@ -64,7 +63,7 @@ import static org.junit.Assert.assertTrue; import static org.labkey.test.util.PermissionsHelper.FOLDER_ADMIN_ROLE; -public class PanoramaPublicBaseTest extends TargetedMSTest implements PostgresOnlyTest +public class PanoramaPublicBaseTest extends TargetedMSTest { static String PANORAMA_PUBLIC = "Panorama Public " + TRICKY_CHARACTERS_FOR_PROJECT_NAMES; static final String PANORAMA_PUBLIC_GROUP = "panoramapublictest"; diff --git a/signup/test/src/org/labkey/test/tests/signup/SignUpGroupChangeSecurityTest.java b/signup/test/src/org/labkey/test/tests/signup/SignUpGroupChangeSecurityTest.java index 426b20e3..3f9fb517 100644 --- a/signup/test/src/org/labkey/test/tests/signup/SignUpGroupChangeSecurityTest.java +++ b/signup/test/src/org/labkey/test/tests/signup/SignUpGroupChangeSecurityTest.java @@ -44,7 +44,6 @@ import org.labkey.test.util.ApiPermissionsHelper; import org.labkey.test.util.LogMethod; import org.labkey.test.util.PermissionsHelper.PrincipalType; -import org.labkey.test.util.PostgresOnlyTest; import java.io.IOException; import java.util.ArrayList; @@ -89,7 +88,7 @@ */ @Category({External.class, MacCossLabModules.class}) @BaseWebDriverTest.ClassTimeout(minutes = 2) -public class SignUpGroupChangeSecurityTest extends BaseWebDriverTest implements PostgresOnlyTest +public class SignUpGroupChangeSecurityTest extends BaseWebDriverTest { private static final String PROJECT_1 = "SignUpSecurityTest P1"; private static final String PROJECT_2 = "SignUpSecurityTest P2"; diff --git a/testresults/test/src/org/labkey/test/tests/testresults/TestResultsTest.java b/testresults/test/src/org/labkey/test/tests/testresults/TestResultsTest.java index 720710a2..f443611b 100644 --- a/testresults/test/src/org/labkey/test/tests/testresults/TestResultsTest.java +++ b/testresults/test/src/org/labkey/test/tests/testresults/TestResultsTest.java @@ -42,7 +42,6 @@ import org.labkey.test.util.APITestHelper; import org.labkey.test.util.LogMethod; import org.labkey.test.util.PortalHelper; -import org.labkey.test.util.PostgresOnlyTest; import org.labkey.test.util.TextSearcher; import java.io.File; @@ -62,7 +61,7 @@ @Category({External.class, MacCossLabModules.class}) @BaseWebDriverTest.ClassTimeout(minutes = 5) -public class TestResultsTest extends BaseWebDriverTest implements PostgresOnlyTest +public class TestResultsTest extends BaseWebDriverTest { private static final String PROJECT_NAME = "TestResultsTest" + TRICKY_CHARACTERS_FOR_PROJECT_NAMES; static final String COMPUTER_NAME_1 = "TEST-PC-1";