Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Eris
-
Fix Version/s: Eris
-
Component/s: None
-
Labels:None
-
Environment:
aml-qa4-core1
-
Sprint:Sprint 3
Description
1. Create an order and deploy it.
2. Note down the end date of the campaign in tp.campaigns table.
3. Also note down the timezone in tsacommon.accounts table.
4. Run the republisher for the same end date and timezone with the deploy option
./campaign-republisher.sh -a deploy -d 2018-07-20 -z America/New_York -s http://aml-qa4-front1:8080/sapi/rest/ -su madhanmohan.pulipati@admaxlocal.com -sp Test123 -sr qa4amltest
5. verify that order would be in processing state in Reseller UI.
Problem: Order was not going to processing state due to the scheduled order in that account. It is skipping the deployment saying "Most recent order state is SCHEDULED"
See the attached republisher log.