Skip to content

Commit 5ac0720

Browse files
committed
split exasol suites to parallelized
1 parent 541cd54 commit 5ac0720

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

phpunit.xml.dist

+11-8
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,11 @@
178178
</testsuite>
179179

180180
<testsuite name="backend-exasol">
181-
<directory>tests/Backend/Exasol</directory>
182-
<file>tests/Backend/Workspaces/WorkspacesTest.php</file>
183-
<file>tests/Backend/Workspaces/ExasolWorkspacesUnloadTest.php</file>
184-
<file>tests/Backend/Workspaces/LegacyWorkspacesExasolTest.php</file>
185-
<file>tests/Backend/Workspaces/MetadataFromExasolWorkspaceTest.php</file>
186-
<file>tests/Backend/Workspaces/WorkspacesExasolTest.php</file>
187-
<file>tests/Backend/Workspaces/WorkspacesUnloadTest.php</file>
188181
<file>tests/Backend/Workspaces/ComponentsWorkspacesTest.php</file>
189-
<file>tests/Backend/Workspaces/WorkspacesRenameLoadTest.php</file>
190182
<file>tests/Backend/CommonPart1/BucketsTest.php</file>
183+
</testsuite>
184+
185+
<testsuite name="paratest-exasol">
191186
<file>tests/Backend/CommonPart1/DataPreviewLimitsTest.php</file>
192187
<file>tests/Backend/CommonPart1/DeleteTableTest.php</file>
193188
<file>tests/Backend/CommonPart1/LegacyIndexedColumnsTest.php</file>
@@ -197,6 +192,14 @@
197192
<file>tests/Backend/CommonPart2/MetricsTest.php</file>
198193
<file>tests/Backend/CommonPart2/SnapshottingTest.php</file>
199194
<file>tests/Backend/Export/ExportParamsTest.php</file>
195+
<!--WORKSPACE-->
196+
<file>tests/Backend/Workspaces/WorkspacesTest.php</file>
197+
<file>tests/Backend/Workspaces/ExasolWorkspacesUnloadTest.php</file>
198+
<file>tests/Backend/Workspaces/LegacyWorkspacesExasolTest.php</file>
199+
<file>tests/Backend/Workspaces/MetadataFromExasolWorkspaceTest.php</file>
200+
<file>tests/Backend/Workspaces/WorkspacesExasolTest.php</file>
201+
<!--Exasol override-->
202+
<directory>tests/Backend/Exasol</directory>
200203
</testsuite>
201204
</testsuites>
202205
</phpunit>

set-env.exasol.template.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export STORAGE_API_URL=http://connection-apache/
2+
export STORAGE_API_MAINTENANCE_URL=https://maintenance-testing.us-east-1.keboola.com/
3+
export STORAGE_API_TOKEN=
4+
export STORAGE_API_GUEST_TOKEN=
5+
export STORAGE_API_READ_ONLY_TOKEN=
6+
export STORAGE_SHARE_TOKEN=

0 commit comments

Comments
 (0)