Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions Resources/schemas/usage.json

This file was deleted.

2 changes: 0 additions & 2 deletions Tests/Runner/ArtifactsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Keboola\Artifacts\Result;
use Keboola\DockerBundle\Docker\Runner\Output;
use Keboola\DockerBundle\Docker\Runner\UsageFile\NullUsageFile;
use Keboola\DockerBundle\Tests\BaseRunnerTest;
use Keboola\StorageApi\BranchAwareClient as StorageApiClient;
use Keboola\StorageApi\Client;
Expand Down Expand Up @@ -120,7 +119,6 @@ private function runRunner(array $configuration, string $jobId, ?string $orchest
'run',
'run',
$jobId,
new NullUsageFile(),
[],
$outputs,
null,
Expand Down
13 changes: 0 additions & 13 deletions Tests/Runner/RunnerConfigRowsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Keboola\Csv\CsvFile;
use Keboola\DockerBundle\Docker\JobDefinition;
use Keboola\DockerBundle\Docker\Runner\StateFile;
use Keboola\DockerBundle\Docker\Runner\UsageFile\NullUsageFile;
use Keboola\DockerBundle\Exception\UserException;
use Keboola\DockerBundle\Tests\BaseRunnerTest;
use Keboola\InputMapping\Table\Options\InputTableOptions;
Expand Down Expand Up @@ -170,7 +169,6 @@ public function testRunMultipleRows()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -234,7 +232,6 @@ public function testRunMultipleRowsWithContainerRootUserFeature()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -291,7 +288,6 @@ public function testRunMultipleRowsFiltered()
'run',
'run',
'1234567',
new NullUsageFile(),
['row-2'],
$outputs,
null,
Expand Down Expand Up @@ -325,7 +321,6 @@ public function testRunUnknownRow()
'run',
'run',
'1234567',
new NullUsageFile(),
['row-2'],
$outputs,
null,
Expand All @@ -341,7 +336,6 @@ public function testRunEmptyJobDefinitions()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -397,7 +391,6 @@ public function testRunDisabled()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -468,7 +461,6 @@ public function testRunRowDisabled()
'run',
'run',
'1234567',
new NullUsageFile(),
['disabled-row'],
$outputs,
null,
Expand Down Expand Up @@ -529,7 +521,6 @@ public function testRowMetadata()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -593,7 +584,6 @@ public function testExecutorStoreRowState()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -686,7 +676,6 @@ public function testExecutorStoreRowStateWithProcessor()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -753,7 +742,6 @@ public function testOutput()
'run',
'run',
'1234567',
new NullUsageFile(),
[],
$outputs,
null,
Expand Down Expand Up @@ -880,7 +868,6 @@ public function testRunRowAdaptiveInputMapping()
'run',
'run',
'1234567',
new NullUsageFile(),
['row-1'],
$outputs,
null,
Expand Down
Loading
Loading