-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop global variables reduce sample to }bedrock.server.wait minor refactoring raise clear error message on MDX syntax problem rebase on master add section in readme fix issue in cmd arg parse change lineterminator to LF (\n)
- Loading branch information
1 parent
1c2ce5f
commit 036e1c0
Showing
7 changed files
with
200 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=1 pWaitSec=6 | ||
wait | ||
# comments | ||
instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=1 pWaitSec*=*"{[Counter].[5], [Counter].[5], [Counter].[9]}" | ||
wait | ||
instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=1 pWaitSec*=*"{[Counter].[4], [Counter].[4], [Counter].[4]}" | ||
instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=1 pWaitSec=6 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# testing | ||
id="1" predecessors="" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=1 pWaitSec*=*"{TM1SUBSETALL([Counter].[Counter])}" | ||
id="2" predecessors="1" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pLogOutput=0 pWaitSec*=*"{[Counter].[9],[Counter].[9]}" | ||
# with comments | ||
id="3" predecessors="2" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=7 pLogOutput*=*"{[Counter].[0],[Counter].[1]}" | ||
id="4" predecessors="3" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=5 | ||
id="5" predecessors="3" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=5 | ||
id="6" predecessors="4,5" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=11 | ||
id="7" predecessors="4" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=6 | ||
id="8" predecessors="6" require_predecessor_success="1" instance="tm1srv01" process="}bedrock.server.wait" pWaitSec=6 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.