Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: Admax (bidding/budgeting)
-
Labels:None
-
Environment:
bidmgr #781
-
Sprint:Sprint 4, Sprint 5
Description
Option t of admax-process script displays all commands that it runs only when distribution is mentioned.
[TSAApp@aml-qa5-core1 bidmgr]$ ./admax-process.sh -t -S google
All staging data processes (1) started
Temp file is: admax-process-15239
=================== Staging google with [--date 2015-07-28 --admax ]
/usr/local/tsa/bidmgr/googlemcc.sh --threads 20 --split --date 2015-07-28 --admax
Checking timeout for 15239 ... duration is 0
All staging data processes (1) complete
0 1 1
=================== Starting ABU with [--date 2015-07-28 -d3 --distribution 3]
/usr/local/tsa/bidmgr/admax.sh --date 2015-07-28 -d3 --distribution 3
Not running ABU for bing
Not running ABU for yahoojapan
=================== Starting AdMax Bid Updater with [-d3 --distribution 3]
/usr/local/tsa/bidmgr/sebidupdater.sh -d3 --distribution 3
Not running BidUpdater for bing
Not running BidUpdater for yahoojapan
=================== Checking for AdMax Bid Updater Issues
/usr/local/tsa/bidmgr/bidIssueNotification.sh
Option t of admax-process script without distribution does not display all commands.
[TSAApp@aml-qa5-core1 bidmgr]$ ./admax-process.sh -t
All staging data processes (0) started
All staging data processes (0) complete
1 1 1
Not running ABU for google
Not running ABU for bing
Not running ABU for yahoojapan
Not running BidUpdater for google
Not running BidUpdater for bing
Not running BidUpdater for yahoojapan
=================== Checking for AdMax Bid Updater Issues
/usr/local/tsa/bidmgr/bidIssueNotification.sh
Option t without distribution should also display all commands.