Skip to content

Commit

Permalink
v2.4.3 rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Aug 18, 2016
1 parent 2a2be4c commit 0bf646a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 6 additions & 9 deletions scenario/misc/asdjira-sltm-issue-741.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"type" : "for",
"value" : "i",
"in" : [
5, 10, 15, 20, 25, 30
],
"in" : "1-4",
"jobs" : [
{
"type" : "load",
Expand All @@ -13,14 +11,13 @@
"size" : 1
}
},
"storage" : {
"http" : {
"headers" : {
"x-amz-meta-var-%d[0-${i}]" : "%d[0-500]"
}
"load" : {
"threads" : "${i}",
"limit" : {
"time" : "15s"
}
}
}
}
]
}
}
1 change: 0 additions & 1 deletion src/main/java/com/emc/mongoose/run/cli/ModeDispatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.apache.logging.log4j.Logger;

import java.io.IOException;
import java.rmi.RemoteException;
import java.util.Map;

import static com.emc.mongoose.common.conf.Constants.RUN_MODE_CINDERELLA;
Expand Down

0 comments on commit 0bf646a

Please sign in to comment.