Uploaded image for project: 'New Features 2017'
  1. New Features 2017
  2. NF-5431

Performance Engineering - Separate out the session keys from session

    Details

    • Type: Enhancement
    • Status: Production Complete
    • Priority: Medium
    • Resolution: Bug Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      Others
    • Module:
      Performance Management
    • Reported by:
      Harbinger
    • Company:
      All Clients/Multiple Clients
    • Item State:
      Stage QA - In Testing
    • Severity:
      Simple

      Description

      As per analysis 44kb Session transfer on network with every request of self serve mode. In that Workflow object hold near about 23kb size of total session ,this object is not require for every request so that it should separate from session.

        Attachments

        1. Analysis.xls
          9 kB
        2. ClasswiseOE_SupplimentLife_Servererror.jpg
          ClasswiseOE_SupplimentLife_Servererror.jpg
          209 kB
        3. classwise OE.xls
          17 kB
        4. ClaswiseOE_EnrollNow.txt
          4 kB
        5. CultureWorkPage_ServerError.txt
          3 kB
        6. EmployeeFlowDetails.xls
          9 kB
        7. NewHire_CultureWork_ServerError.jpg
          NewHire_CultureWork_ServerError.jpg
          244 kB
        8. OE_EnrollNow_ServerError.jpg
          OE_EnrollNow_ServerError.jpg
          210 kB
        9. OEFlo_EnrollNow_ServerError.txt
          4 kB
        10. QE-enrollNow_SupplimentalLife.jpg
          QE-enrollNow_SupplimentalLife.jpg
          209 kB
        11. Test_Cases.xls
          14 kB
        12. Test_Cases (1f38e5a8-ca69-42fa-a32e-1e3eda4515eb).xls
          77 kB

          Issue Links

            Activity

            roshan.deshmukh Roshan Deshmukh (Inactive) created issue -
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Field Original Value New Value
            Link This issue is duplicated by WT-11889 [ WT-11889 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Status New Request [ 10029 ] Pending for Approval [ 10002 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Status Pending for Approval [ 10002 ] Approved for Development [ 10003 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Status Approved for Development [ 10003 ] In Development [ 10007 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Code Review Date 04/Dec/2017
            Code Reviewed By Nandkumar Karlekar [ 11904 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Assignee Roshan Deshmukh [ roshan.deshmukh ] Sachin Hingole [ sachin.hingole ]
            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Current Implementation : All state information store into session state only and it travel with all request at time self serve mode . workflow object only require for workflow url and sequence bar creation but this object always travels on each request .

            New Implementation : Splinting out session key and store cache service and get data only on demanded request. New service created for storing data into in-memory or database. This implementation is configurable added new key into sharedfunction.dll.config
            eg.
            <WebSessionKey>
            <add key="WebSessionReq" value="false" />
            <add key="WorkFlowDetails" value="BindingName" />
            </WebSessionKey>

            Impacted Area : Self serve mode, enroll now pages Sequence bar
            Affected File :SharedFunctionWebTier.cs
            CommonBusinessRoutines.vb

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Current Implementation : All state information store into session state only and it travel with all request at time self serve mode . workflow object only require for workflow url and sequence bar creation but this object always travels on each request . New Implementation : Splinting out session key and store cache service and get data only on demanded request. New service created for storing data into in-memory or database. This implementation is configurable added new key into sharedfunction.dll.config eg. <WebSessionKey> <add key="WebSessionReq" value="false" /> <add key="WorkFlowDetails" value="BindingName" /> </WebSessionKey> Impacted Area : Self serve mode, enroll now pages Sequence bar Affected File :SharedFunctionWebTier.cs CommonBusinessRoutines.vb
            Hide
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) added a comment -

            Hi Rakesh Roy

            we have separated the session objects from asp state and put it in the micro service.
            Please check all the mode tunnel including OE,Plan new hire/ rehire and other.
            this is a performance fix so this should not change any functionality.

            Thanks
            Nandkumar

            Show
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) added a comment - Hi Rakesh Roy we have separated the session objects from asp state and put it in the micro service. Please check all the mode tunnel including OE,Plan new hire/ rehire and other. this is a performance fix so this should not change any functionality. Thanks Nandkumar
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 11/Dec/17 01:00 PM
            • Time Spent:
              1h
               

              scope of unit testing

            Hide
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) added a comment -

            Hi Rakesh Roy

            Has this tested on NEW UI LB.Please let us know the status of the same.

            we need to check in the code of phase II of same enhancement on NEW UI LB.

            SamirBharti Satpute,Nidhi Kaul

            Show
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) added a comment - Hi Rakesh Roy Has this tested on NEW UI LB.Please let us know the status of the same. we need to check in the code of phase II of same enhancement on NEW UI LB. Samir Bharti Satpute , Nidhi Kaul
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 12/Dec/17 08:00 AM - edited
            • Time Spent:
              8h
               

              Service hosting on session server and local testing with flag enable to save data in memory

            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 12/Dec/17 01:01 PM
            • Time Spent:
              2h
               

              unit testing scenatio and review

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Remaining Estimate 0h [ 0 ]
            Time Spent 8h [ 28800 ]
            Worklog Id 95883 [ 95883 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 95883 [ 95883 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 13/Dec/17 08:00 AM - edited
            • Time Spent:
              8h
               

              Testing on hosted service and deletion from database

            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 13/Dec/17 01:01 PM
            • Time Spent:
              2h
               

              unit testing scenatio and review

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 8h [ 28800 ] 16h [ 57600 ]
            Worklog Id 96151 [ 96151 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 96151 [ 96151 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 14/Dec/17 01:01 PM
            • Time Spent:
              2h
               

              unit testing scenatio and review

            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 15/Dec/17 08:00 AM - edited
            • Time Spent:
              4h
               

              take reading using cache service and without

            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 15/Dec/17 01:02 PM
            • Time Spent:
              2h
               

              unit testing scenatio and review

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 16h [ 57600 ] 20h [ 72000 ]
            Worklog Id 96521 [ 96521 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 96521 [ 96521 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Assignee Sachin Hingole [ sachin.hingole ] Mahendra Mungase [ mahendra.mungase ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 18/Dec/17 08:00 AM - edited
            • Time Spent:
              8h
               

              OE,rehire,new hire mode test

            mahendra.mungase Mahendra Mungase (Inactive) logged work - 18/Dec/17 11:23 AM
            • Time Spent:
              7.5h
               

              Test case writing

            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            We have verified Open enrolment, New hire mode on CodeMap and observed that it's working as expected.

            Testing is in progress.

            Attached is the Test cases - Test_Cases.xls

            Mahendra

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have verified Open enrolment, New hire mode on CodeMap and observed that it's working as expected. Testing is in progress. Attached is the Test cases - Test_Cases.xls Mahendra
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Attachment Test_Cases.xls [ 70269 ]
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            Hi Shailesh Chikate

            Can you please verify performance point.

            Mahendra

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - Hi Shailesh Chikate Can you please verify performance point. Mahendra
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Assignee Mahendra Mungase [ mahendra.mungase ] Shailesh Chikate [ shailesh.chikate ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 19/Dec/17 08:00 AM - edited
            • Time Spent:
              6h
               

              company setup and local testing

            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 20h [ 72000 ] 21h [ 75600 ]
            Worklog Id 96892 [ 96892 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 21h [ 75600 ] 23h [ 82800 ]
            Worklog Id 96893 [ 96893 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 23h [ 82800 ] 25h [ 90000 ]
            Worklog Id 96894 [ 96894 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 25h [ 90000 ] 27h [ 97200 ]
            Worklog Id 96897 [ 96897 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 27h [ 97200 ] 35h [ 126000 ]
            Worklog Id 96898 [ 96898 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 35h [ 126000 ] 37h [ 133200 ]
            Worklog Id 96900 [ 96900 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 96898 [ 96898 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 20/Dec/17 08:00 AM - edited
            • Time Spent:
              8h
               

              measure performance add and get value with load test

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 37h [ 133200 ] 43h [ 154800 ]
            Worklog Id 97256 [ 97256 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 97256 [ 97256 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 43h [ 154800 ] 51h [ 183600 ]
            Worklog Id 97257 [ 97257 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 97257 [ 97257 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 21/Dec/17 08:00 AM - edited
            • Time Spent:
              8h
               

              list out all session objects and length

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 51h [ 183600 ] 59h [ 212400 ]
            Worklog Id 97918 [ 97918 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 97918 [ 97918 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 59h [ 212400 ] 66.5h [ 239400 ]
            Worklog Id 98766 [ 98766 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 02/Jan/18 08:00 AM - edited
            • Time Spent:
              5h
               

              Finding duplicated session key hold same data

            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 03/Jan/18 08:00 AM - edited
            • Time Spent:
              8h
               

              Distributed service changes and merge with LB

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 66.5h [ 239400 ] 71.5h [ 257400 ]
            Worklog Id 99249 [ 99249 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 99249 [ 99249 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 71.5h [ 257400 ] 79.5h [ 286200 ]
            Worklog Id 99254 [ 99254 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 99254 [ 99254 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 04/Jan/18 06:59 AM
            • Time Spent:
              3h
               

              service code review and documentation review

            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) logged work - 06/Jan/18 06:59 AM
            • Time Spent:
              3h
               

              Service hosting discussion and check ins

            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 79.5h [ 286200 ] 82.5h [ 297000 ]
            Worklog Id 99581 [ 99581 ]
            nandkumar Nandkumar Prabhakar Karlekar (Inactive) made changes -
            Time Spent 82.5h [ 297000 ] 85.5h [ 307800 ]
            Worklog Id 99582 [ 99582 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 09/Jan/18 08:00 AM - edited
            • Time Spent:
              8h
               

              Service hosting on uirefresh LB and self serve mode test done

            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Hi Sachin Hingole

            Today we enable flag to true and test one self serve mode
            Can you please verify all modes
            <add key="WebSessionReq" value="true" />

            cc:Nandkumar Prabhakar Karlekar

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Hi Sachin Hingole Today we enable flag to true and test one self serve mode Can you please verify all modes <add key="WebSessionReq" value="true" /> cc: Nandkumar Prabhakar Karlekar
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 85.5h [ 307800 ] 93.5h [ 336600 ]
            Worklog Id 99959 [ 99959 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 99959 [ 99959 ]
            venkatesh.pujari Venkatesh Pujari (Inactive) logged work - 11/Jan/18 10:01 AM
            • Time Spent:
              6h
               

              Testing on Codemap

            venkatesh.pujari Venkatesh Pujari (Inactive) made changes -
            Time Spent 93.5h [ 336600 ] 99.5h [ 358200 ]
            Worklog Id 100000 [ 100000 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            Hide
            shailesh.chikate Shailesh Chikate (Inactive) added a comment -

            Sachin Hingole, we cannot perform Performance testing on any intermediate servers other than Pre Production server. I will be testing this patch once it is deployed on Pre Production server.

            Show
            shailesh.chikate Shailesh Chikate (Inactive) added a comment - Sachin Hingole , we cannot perform Performance testing on any intermediate servers other than Pre Production server. I will be testing this patch once it is deployed on Pre Production server.
            shailesh.chikate Shailesh Chikate (Inactive) made changes -
            Assignee Shailesh Chikate [ shailesh.chikate ] Sachin Hingole [ sachin.hingole ]
            venkatesh.pujari Venkatesh Pujari (Inactive) logged work - 15/Jan/18 12:27 PM
            • Time Spent:
              3h
               

              Testing on Codemap

            venkatesh.pujari Venkatesh Pujari (Inactive) made changes -
            Time Spent 99.5h [ 358200 ] 102.5h [ 369000 ]
            Worklog Id 100415 [ 100415 ]
            venkatesh.pujari Venkatesh Pujari (Inactive) made changes -
            Time Spent 102.5h [ 369000 ] 103h [ 370800 ]
            Worklog Id 100514 [ 100514 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 16/Jan/18 08:00 AM - edited
            • Time Spent:
              4h
               

              cache data store on DB flag true and verify ob LB

            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Hi Sachin Hingole

            Today we changed DB flag to true , now workflow object store into database memory instead of server memory .
            Can you please verify all modes once again.
            Thanks & Regard
            Roshan

            CC:Nandkumar Prabhakar Karlekar Venkatesh Pujari

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Hi Sachin Hingole Today we changed DB flag to true , now workflow object store into database memory instead of server memory . Can you please verify all modes once again. Thanks & Regard Roshan CC: Nandkumar Prabhakar Karlekar Venkatesh Pujari
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            Hide
            sachin.hingole Sachin Hingole (Inactive) added a comment -

            Hi Priya Dhamande,

            Please check all self serve modes on CODEMAP.

            Thanks,
            Sachin Hingole

            Hrishikesh Deshpande

            Show
            sachin.hingole Sachin Hingole (Inactive) added a comment - Hi Priya Dhamande , Please check all self serve modes on CODEMAP. Thanks, Sachin Hingole Hrishikesh Deshpande
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Assignee Sachin Hingole [ sachin.hingole ] Priya Dhamande [ priya.dhamande ]
            venkatesh.pujari Venkatesh Pujari (Inactive) logged work - 16/Jan/18 05:58 PM
            • Time Spent:
              0.5h
               
              <No comment>
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 103h [ 370800 ] 107h [ 385200 ]
            Worklog Id 100654 [ 100654 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 100654 [ 100654 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Testing for this jira is blocked due to NF-5259. As We are unable to move forward from Demographics page.

            So, unable to test this jira.

            Sachin Hingole Hrishikesh Deshpande

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Testing for this jira is blocked due to NF-5259 . As We are unable to move forward from Demographics page. So, unable to test this jira. Sachin Hingole Hrishikesh Deshpande
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Time Spent 107h [ 385200 ] 107.5h [ 387000 ]
            Worklog Id 100891 [ 100891 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment CultureWorkPage_ServerError.txt [ 71962 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment ClaswiseOE_EnrollNow.txt [ 71963 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment EmployeeFlowDetails.xls [ 71965 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment OEFlo_EnrollNow_ServerError.txt [ 71967 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment OE_EnrollNow_ServerError.jpg [ 71968 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Attachment QE-enrollNow_SupplimentalLife.jpg [ 71969 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 18/Jan/18 08:00 AM - edited
            • Time Spent:
              1h
               

              max pool size issue

            priya.dhamande Priya Dhamande (Inactive) logged work - 18/Jan/18 08:02 AM
            • Time Spent:
              3.5h
               

              Codemap testing
              Customization
              Employee flow

            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: Codemap
            Company: For QA HUB
            Login: Employee

            Sr. No. Company Name Mode Employee details Status Comments
            1 For QA HUB New Hire TestEmployee Hspl
            999999999
            tehs06211986
            Block Server Error on CULTURE & WORK PLACE TOTAL
            2 For QA HUB OE TOEEmployee Hspl
            999111999
            Oehs06211986
            Block Server error on Enroll Now Page
            3 For QA HUB Class wise OE ClasswiseoEmployee Hspl
            999222999
            Clhs06211986
            Block Server error on Enroll Now Page
            4 For QA HUB QE QEEmployee
            999333999
            qehs06211986
            Block Server error on Enroll Now Page

            Roshan Deshmukh, can you please check once. Screen captures and error log attached with jira.

            All four flow got blocked, will verify other once teh issue is resolved.

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Codemap Company: For QA HUB Login: Employee Sr. No. Company Name Mode Employee details Status Comments 1 For QA HUB New Hire TestEmployee Hspl 999999999 tehs06211986 Block Server Error on CULTURE & WORK PLACE TOTAL 2 For QA HUB OE TOEEmployee Hspl 999111999 Oehs06211986 Block Server error on Enroll Now Page 3 For QA HUB Class wise OE ClasswiseoEmployee Hspl 999222999 Clhs06211986 Block Server error on Enroll Now Page 4 For QA HUB QE QEEmployee 999333999 qehs06211986 Block Server error on Enroll Now Page Roshan Deshmukh , can you please check once. Screen captures and error log attached with jira. All four flow got blocked, will verify other once teh issue is resolved.
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Priya Dhamande [ priya.dhamande ] Roshan Deshmukh [ roshan.deshmukh ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Status Local Testing [ 10200 ] Reopen in Local [ 10018 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Time Spent 107.5h [ 387000 ] 111h [ 399600 ]
            Worklog Id 100898 [ 100898 ]
            priya.dhamande Priya Dhamande (Inactive) logged work - 18/Jan/18 05:35 PM
            • Time Spent:
              0.5h
               

              Codemap testing

              • Employee creation
              • customization on Company
              • Employee self serve mode
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 111h [ 399600 ] 112h [ 403200 ]
            Worklog Id 101046 [ 101046 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 101046 [ 101046 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            Hide
            hrishikesh.deshpande Hrishikesh Deshpande (Inactive) added a comment -

            Above issues has been fixed on Codemap.

            Show
            hrishikesh.deshpande Hrishikesh Deshpande (Inactive) added a comment - Above issues has been fixed on Codemap.
            hrishikesh.deshpande Hrishikesh Deshpande (Inactive) logged work - 22/Jan/18 09:24 AM
            • Time Spent:
              2h
               
              <No comment>
            hrishikesh.deshpande Hrishikesh Deshpande (Inactive) made changes -
            Time Spent 112h [ 403200 ] 114h [ 410400 ]
            Worklog Id 101272 [ 101272 ]
            Hide
            priya.dhamande Priya Dhamande (Inactive) added a comment -

            Environment: Codemap
            Company: For QA Hub
            Login: Employee
            Mode: ReHire

            5 For QA HUB REHire Add ReHireEmployee adhs06211986 Completed

            The company is also checked for ReHire mode and able to complete the mode without any issue.

            So, as all mentioned modes worked as expected, moving this jira on Preprod

            Sachin Hingole Hrishikesh Deshpande

            Show
            priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Codemap Company: For QA Hub Login: Employee Mode: ReHire 5 For QA HUB REHire Add ReHireEmployee adhs06211986 Completed The company is also checked for ReHire mode and able to complete the mode without any issue. So, as all mentioned modes worked as expected, moving this jira on Preprod Sachin Hingole Hrishikesh Deshpande
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            priya.dhamande Priya Dhamande (Inactive) logged work - 22/Jan/18 09:28 AM
            • Time Spent:
              0.5h
               

              Codemap ReHire Employe flow

            priya.dhamande Priya Dhamande (Inactive) made changes -
            Time Spent 114h [ 410400 ] 114.5h [ 412200 ]
            Worklog Id 101274 [ 101274 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Status Reopen in Local [ 10018 ] In Development [ 10007 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 26/Jan/18 08:00 AM - edited
            • Time Spent:
              2h
               

              Delete expire session trigger for remove cache data

            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 28/Jan/18 06:30 PM - edited
            • Time Spent:
              8h
               

              Login userimgae encryption and its uses

            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 114.5h [ 412200 ] 116.5h [ 419400 ]
            Worklog Id 102311 [ 102311 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 102311 [ 102311 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Hi Sachin Hingole

            Service changes are hosted on pre prod can you please verify all scenario

            CC:Nandkumar Prabhakar Karlekar

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Hi Sachin Hingole Service changes are hosted on pre prod can you please verify all scenario CC: Nandkumar Prabhakar Karlekar
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Assignee Roshan Deshmukh [ roshan.deshmukh ] Sachin Hingole [ sachin.hingole ]
            varsha.shejawal Varsha Shejawal (Inactive) logged work - 30/Jan/18 10:30 AM
            • Time Spent:
              3.5h
               

              Observed the issue on mobile for workflow
              Checked for 2-3 companies
              Issue occurred after build
              Checked with web team.
              Discussed with Ashwin After reverting one patch issue resolved.
              Discussed with Roshan.
              Need to check

            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Attachment Analysis.xls [ 72523 ]
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            Hi Roshan Deshmukh

            Please find observation, mode wise for Pre-prod

            Analysis report - Analysis.xls

            Mahendra

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - Hi Roshan Deshmukh Please find observation, mode wise for Pre-prod Analysis report - Analysis.xls Mahendra
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 30/Jan/18 01:26 PM - edited
            • Time Spent:
              3h
               
              • Workflow testing on Preprod
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 30/Jan/18 06:30 PM - edited
            • Time Spent:
              8h
               

              Mobile team issue workflow getting null

            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 31/Jan/18 08:00 AM - edited
            • Time Spent:
              8h
               

              mobile workflow testing and issue fixed

            varsha.shejawal Varsha Shejawal (Inactive) made changes -
            Time Spent 116.5h [ 419400 ] 120h [ 432000 ]
            Worklog Id 102845 [ 102845 ]
            varsha.shejawal Varsha Shejawal (Inactive) logged work - 31/Jan/18 12:58 PM
            • Time Spent:
              2h
               

              Checked issue with Roshan

            varsha.shejawal Varsha Shejawal (Inactive) made changes -
            Time Spent 120h [ 432000 ] 122h [ 439200 ]
            Worklog Id 102894 [ 102894 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 122h [ 439200 ] 125.25h [ 450900 ]
            Worklog Id 102937 [ 102937 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Remaining Estimate 0h [ 0 ] 0.25h [ 900 ]
            Time Spent 125.25h [ 450900 ] 125h [ 450000 ]
            Worklog Id 102937 [ 102937 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Remaining Estimate 0.25h [ 900 ] 0h [ 0 ]
            Time Spent 125h [ 450000 ] 133h [ 478800 ]
            Worklog Id 102965 [ 102965 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 102965 [ 102965 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 133h [ 478800 ] 141h [ 507600 ]
            Worklog Id 102966 [ 102966 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 102966 [ 102966 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Assignee Sachin Hingole [ sachin.hingole ] Mahendra Mungase [ mahendra.mungase ]
            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Hi Rohan Dhamorikar

            Can you Please verify all self serve modes on CODEMAP, it should be work same as existing workflow

            Thanks
            Roshan

            CC:Nandkumar Prabhakar KarlekarVarsha Shejawal

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Hi Rohan Dhamorikar Can you Please verify all self serve modes on CODEMAP, it should be work same as existing workflow Thanks Roshan CC: Nandkumar Prabhakar Karlekar Varsha Shejawal
            roshan.deshmukh Roshan Deshmukh (Inactive) logged work - 01/Feb/18 08:00 AM - edited
            • Time Spent:
              4h
               

              Changes merge with codemap and verify with mobile team

            mahendra.mungase Mahendra Mungase (Inactive) logged work - 01/Feb/18 11:35 AM
            • Time Spent:
              3h
               
              • Test plan creation
              • Meeting
              • Test case writting
            rohan.dhamorikar Rohan Dhamorikar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            Hide
            rohan.dhamorikar Rohan Dhamorikar (Inactive) added a comment -

            Hi Roshan Deshmukh

            I have verified on codemap and it is working fine. I have changed status to 'Ready for Stage'.

            Cc Sayali Doshi Ashish Zope Varsha Shejawal Nandkumar Prabhakar Karlekar

            Show
            rohan.dhamorikar Rohan Dhamorikar (Inactive) added a comment - Hi Roshan Deshmukh I have verified on codemap and it is working fine. I have changed status to 'Ready for Stage'. Cc Sayali Doshi Ashish Zope Varsha Shejawal Nandkumar Prabhakar Karlekar
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 141h [ 507600 ] 149h [ 536400 ]
            Worklog Id 103192 [ 103192 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 103192 [ 103192 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Time Spent 149h [ 536400 ] 153h [ 550800 ]
            Worklog Id 103195 [ 103195 ]
            roshan.deshmukh Roshan Deshmukh (Inactive) made changes -
            Worklog Id 103195 [ 103195 ]
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 05/Feb/18 11:44 AM
            • Time Spent:
              5.5h
               

              Test case writting

            sanjana.jadhav Sanjana Jadhav (Inactive) logged work - 08/Feb/18 12:14 PM
            • Time Spent:
              1h
               

              Analysis of test plan and test cases
              Internal discussion with mahendra

            sanjana.jadhav Sanjana Jadhav (Inactive) made changes -
            Time Spent 153h [ 550800 ] 154h [ 554400 ]
            Worklog Id 103856 [ 103856 ]
            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            Hi Khandu Kshirsagar

            Can you please move El Dorado from production to Pre-prod. Name of New Company should be- El Dorado_Performance_SessionKey. Please make sure all forms library files, additional forms, and folders should move to pre-prod.

            Mahendra

            CC- Sachin Hingole Ashwin Wankhede

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - Hi Khandu Kshirsagar Can you please move El Dorado from production to Pre-prod. Name of New Company should be- El Dorado_Performance_SessionKey . Please make sure all forms library files, additional forms, and folders should move to pre-prod. Mahendra CC- Sachin Hingole Ashwin Wankhede
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: In Testing(10214)
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Assignee Mahendra Mungase [ mahendra.mungase ] Khandu Kshirsagar [ khandu.kshirsagar ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) logged work - 09/Feb/18 09:46 AM
            • Time Spent:
              2h
               
              <No comment>
            Hide
            khandu.kshirsagar Khandu Kshirsagar (Inactive) added a comment -

            Hi Mahendra Mungase,

            Mentioned company has been moved to Pre-prod, below are the details.

            ID Name DBServer DBName
            13885 El Dorado_Performance_SessionKey DAC30415APP012 El_Dorado_Performance_SessionKey_13885

            Ashwin Wankhede,Satya

            Show
            khandu.kshirsagar Khandu Kshirsagar (Inactive) added a comment - Hi Mahendra Mungase , Mentioned company has been moved to Pre-prod, below are the details. ID Name DBServer DBName 13885 El Dorado_Performance_SessionKey DAC30415APP012 El_Dorado_Performance_SessionKey_13885 Ashwin Wankhede , Satya
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Time Spent 154h [ 554400 ] 156h [ 561600 ]
            Worklog Id 103956 [ 103956 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Assignee Khandu Kshirsagar [ khandu.kshirsagar ] Mahendra Mungase [ mahendra.mungase ]
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 09/Feb/18 12:14 PM
            • Time Spent:
              2.5h
               

              Performance testing on CodeMap

            mahendra.mungase Mahendra Mungase (Inactive) logged work - 12/Feb/18 12:08 PM - edited
            • Time Spent:
              7.5h
               

              Test case execution on Preprod

            sanjana.jadhav Sanjana Jadhav (Inactive) made changes -
            Attachment classwise OE.xls [ 73300 ]
            Hide
            sanjana.jadhav Sanjana Jadhav (Inactive) added a comment -

            Environment: Preproduction
            Company: El Dorado_Performance_SessionKey For HSPL
            Login: Employee
            Mode: Classwise OE
            Working properly.
            Please refer attached checklist for more details:
            classwise OE.xls

            Thanks,
            Sanjana Jadhav

            CC: Prasad Pise Mahendra Mungase Sachin Hingole Rakesh Roy

            Show
            sanjana.jadhav Sanjana Jadhav (Inactive) added a comment - Environment: Preproduction Company: El Dorado_Performance_SessionKey For HSPL Login: Employee Mode: Classwise OE Working properly. Please refer attached checklist for more details: classwise OE.xls Thanks, Sanjana Jadhav CC: Prasad Pise Mahendra Mungase Sachin Hingole Rakesh Roy
            sanjana.jadhav Sanjana Jadhav (Inactive) logged work - 13/Feb/18 09:25 AM - edited
            • Time Spent:
              4h
               

              Verified classwise OE Mode and Classwise OE +QE mode on pre production

            sanjana.jadhav Sanjana Jadhav (Inactive) made changes -
            Time Spent 156h [ 561600 ] 160.5h [ 577800 ]
            Worklog Id 104308 [ 104308 ]
            sanjana.jadhav Sanjana Jadhav (Inactive) made changes -
            Remaining Estimate 0h [ 0 ] 0.5h [ 1800 ]
            Time Spent 160.5h [ 577800 ] 160h [ 576000 ]
            Worklog Id 104308 [ 104308 ]
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 13/Feb/18 12:13 PM
            • Time Spent:
              6h
               

              Test case execution for New Hire mode

            prasadp Prasad Pise (Inactive) logged work - 14/Feb/18 01:22 PM
            • Time Spent:
              4.25h
               

              OE , QE , New Hire mode verification and company testing
              Internal Discussion

            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 15/Feb/18 05:37 AM
            • Time Spent:
              4h
               

              -OE + New Hire Mode

            prasadp Prasad Pise (Inactive) logged work - 15/Feb/18 01:23 PM
            • Time Spent:
              0.25h
               

              Internal Discussion about issues & status

            prasadp Prasad Pise (Inactive) made changes -
            Remaining Estimate 0.5h [ 1800 ] 0h [ 0 ]
            Time Spent 160h [ 576000 ] 164.25h [ 591300 ]
            Worklog Id 104807 [ 104807 ]
            prasadp Prasad Pise (Inactive) made changes -
            Time Spent 164.25h [ 591300 ] 164.5h [ 592200 ]
            Worklog Id 104808 [ 104808 ]
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 16/Feb/18 06:36 AM
            • Time Spent:
              8h
               

              Test case execution on Preprod

            Hide
            mahendra.mungase Mahendra Mungase (Inactive) added a comment -

            We have verified this enhancement on Pre-prod for below workflow.

            Employee Workflow – Below are the employee's workflow we covered

            1.Open Enrollment (Positive)
            2.New Hire
            3.Rehire
            4.Class Wise OE
            5.Dependent Audit
            6.Qualifying Event
            7.Open Enrollment (Passive)
            8.Plan wise OE
            9.Admin Workflow

            We have completed workflow testing for performance session key on Preprod except for Dependent Audit as we are blocked for same.

            We did not find any blocker during workflow testing but have an observation. Below is detail observation.

            Observation -

            In class wise OE- We observed that - after clicking on the confirmation message loader started on screen (Additional form - Tobacco Affidavit), no action happen after that and workflow blocked. We observed the same issue two times when a flag was True.
            For understanding purpose whether it is an issue of Session Key or else we changed the flag to False and did same flow on Preprod. In this flow, we are able to complete flow without any bloc-keg. But this issue is not continuously occurring on Pre-prod when the flag was True.

            Mahendra

            Show
            mahendra.mungase Mahendra Mungase (Inactive) added a comment - We have verified this enhancement on Pre-prod for below workflow. Employee Workflow – Below are the employee's workflow we covered 1.Open Enrollment (Positive) 2.New Hire 3.Rehire 4.Class Wise OE 5.Dependent Audit 6.Qualifying Event 7.Open Enrollment (Passive) 8.Plan wise OE 9.Admin Workflow We have completed workflow testing for performance session key on Preprod except for Dependent Audit as we are blocked for same. We did not find any blocker during workflow testing but have an observation. Below is detail observation. Observation - In class wise OE- We observed that - after clicking on the confirmation message loader started on screen (Additional form - Tobacco Affidavit), no action happen after that and workflow blocked. We observed the same issue two times when a flag was True. For understanding purpose whether it is an issue of Session Key or else we changed the flag to False and did same flow on Preprod. In this flow, we are able to complete flow without any bloc-keg. But this issue is not continuously occurring on Pre-prod when the flag was True. Mahendra
            mahendra.mungase Mahendra Mungase (Inactive) logged work - 17/Feb/18 06:37 AM
            • Time Spent:
              4h
               

              Test case execution on Preprod

            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 164.5h [ 592200 ] 168.5h [ 606600 ]
            Worklog Id 105152 [ 105152 ]
            Hide
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment -

            Hi Mahendra Mungase

            This is not due to session patch , if it is affected by session then this is always block flow . It might be due to network issue mean while slowness problem .

            Thanks,
            Roshan

            CC:Nandkumar Prabhakar Karlekar

            Show
            roshan.deshmukh Roshan Deshmukh (Inactive) added a comment - Hi Mahendra Mungase This is not due to session patch , if it is affected by session then this is always block flow . It might be due to network issue mean while slowness problem . Thanks, Roshan CC: Nandkumar Prabhakar Karlekar
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 168.5h [ 606600 ] 171.5h [ 617400 ]
            Worklog Id 105883 [ 105883 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 171.5h [ 617400 ] 177h [ 637200 ]
            Worklog Id 105900 [ 105900 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 177h [ 637200 ] 179.5h [ 646200 ]
            Worklog Id 105941 [ 105941 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 179.5h [ 646200 ] 186.5h [ 671400 ]
            Worklog Id 106063 [ 106063 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 186.5h [ 671400 ] 187h [ 673200 ]
            Worklog Id 106063 [ 106063 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 187h [ 673200 ] 193h [ 694800 ]
            Worklog Id 106065 [ 106065 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 193h [ 694800 ] 201h [ 723600 ]
            Worklog Id 106191 [ 106191 ]
            mahendra.mungase Mahendra Mungase (Inactive) made changes -
            Time Spent 201h [ 723600 ] 205h [ 738000 ]
            Worklog Id 106192 [ 106192 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status In LB Testing [ 10200 ] Pending for Stage Approval [ 10300 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Pending for Stage Approval [ 10300 ] Approved for Stage [ 10030 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Approved for Stage [ 10030 ] Stage Testing [ 10201 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Stage Testing [ 10201 ] Pending for Production Approval [ 10301 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Pending for Production Approval [ 10301 ] Approved for production [ 10034 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Approved for production [ 10034 ] In Production Testing [ 10202 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Resolution Bug Fixed [ 10402 ]
            Status In Production Testing [ 10202 ] Production Complete [ 10028 ]
            Transition Time In Source Status Execution Times
            Roshan Deshmukh (Inactive) made transition -
            New Request Pending for Approval
            3m 6s 1
            Roshan Deshmukh (Inactive) made transition -
            Pending for Approval Approved for Development
            5s 1
            Roshan Deshmukh (Inactive) made transition -
            Approved for Development In Development
            4s 1
            Priya Dhamande (Inactive) made transition -
            In LB Testing Reopen in Local
            41d 19h 43m 1
            Priya Dhamande (Inactive) made transition -
            Reopen in Local In Development
            4d 1h 26m 1
            Priya Dhamande (Inactive) made transition -
            In Development In LB Testing
            2m 41s 2
            Sachin Hingole (Inactive) made transition -
            In LB Testing Pending for Stage Approval
            93d 11h 28m 1
            Sachin Hingole (Inactive) made transition -
            Pending for Stage Approval Approved for Stage
            3m 17s 1
            Sachin Hingole (Inactive) made transition -
            Approved for Stage Stage Testing
            1m 56s 1
            Sachin Hingole (Inactive) made transition -
            Stage Testing Pending for Production Approval
            57m 56s 1
            Sachin Hingole (Inactive) made transition -
            Pending for Production Approval Approved for production
            1m 45s 1
            Sachin Hingole (Inactive) made transition -
            Approved for production In Production Testing
            2m 1s 1
            Sachin Hingole (Inactive) made transition -
            In Production Testing Production Complete
            5m 10s 1

              People

              Assignee:
              mahendra.mungase Mahendra Mungase (Inactive)
              Reporter:
              roshan.deshmukh Roshan Deshmukh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:
                Code Review Date:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 205h
                  205h