Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
evaluation-orchestrator
Commits
9dc406b1
Commit
9dc406b1
authored
Jul 10, 2020
by
Daniel Seybold
Browse files
disabled remoteCommand until impl is finished
parent
fac901ae
Pipeline
#86056
passed with stage
in 14 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/main/java/de/uulm/omi/evaluation/scenario/ScalabilityYCSBWriteScenario.java
...omi/evaluation/scenario/ScalabilityYCSBWriteScenario.java
+2
-1
No files found.
src/main/java/de/uulm/omi/evaluation/scenario/ScalabilityYCSBWriteScenario.java
View file @
9dc406b1
...
...
@@ -83,6 +83,7 @@ public class ScalabilityYCSBWriteScenario extends EvaluationScenario {
CleanUpFailedResources
cleanUpFailedResources
=
new
CleanUpFailedResources
(
this
.
evaluationContext
,
this
.
dbmsClusterContext
,
this
.
cleanUp
);
//TODO: finish remote command extension and distinguish openstack/ec2 keypair handling!
RemoteCommand
remoteCommand
=
new
RemoteCommand
(
this
.
evaluationContext
,
this
.
dbmsClusterContext
,
this
.
scalabilityYCSBWrite
.
getDbmsCluster
().
getType
().
name
().
toLowerCase
());
...
...
@@ -117,7 +118,7 @@ public class ScalabilityYCSBWriteScenario extends EvaluationScenario {
.
execute
(
checkWorkload
)
.
execute
(
new
LogTask
(
evaluationContext
,
TaskType
.
YCSB_LOAD
,
TaskState
.
FINISHED
))
.
execute
(
fetchYcsbResult
)
.
execute
(
remoteCommand
)
//
.execute(remoteCommand)
.
execute
(
mergeYCSB
)
.
execute
(
evaluationTimeseries
)
.
execute
(
workloadTimeseries
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment