Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: Admax Deployment Service
-
Labels:None
-
Environment:
Tested on QA4
Bid Manager #1045
SAPI #1254
Core #420
-
Sprint:Sprint 17, Sprint 18
Description
1. Create an order with a sitelink and deploy the order.
2. Verify the searchEngineIdentifier in content_editor_google.gce_feedItem table for the deployed order.
SELECT * FROM content_editor_google.gce_feedItem AS a INNER JOIN content_editor_google.gce_feed AS b ON a.feedID=b.id INNER JOIN tsacommon.searchEngineUsers AS c ON b.searchEngineUserID=c.id WHERE c.description LIKE "%81cbe14e-d417-469d-b744-dc06c4bda630%";
3. Edit the order and re-deploy the same order without any changes to sitelinks.
4. Again, verify the searchEngineIdentifier in content_editor_google.gce_feedItem table for the re-deployed order.
SELECT * FROM content_editor_google.gce_feedItem AS a INNER JOIN content_editor_google.gce_feed AS b ON a.feedID=b.id INNER JOIN tsacommon.searchEngineUsers AS c ON b.searchEngineUserID=c.id WHERE c.description LIKE "%81cbe14e-d417-469d-b744-dc06c4bda630%";
Expected Result: searchEngineIdentifier should be same in case of Step #2 and Step #4.
Actual Result: searchEngineIdentifier are not same in case of Step #2 and Step #4. Sitelinks are removed and added on re-deployment even if there is no changes made while re-deployment.
Please find the attached log file.