Skip to content
  • Debarun Banerjee's avatar
    42a1a622
    High priority transaction test fails in PB2 intermittently · 42a1a622
    Debarun Banerjee authored
    
    after rb#11848[Bug #21508537] fix is pushed.
    
    Problem :
    ---------
    The tests is are not waiting long enough
    for the other thread to come to wait state.
    
    high_prio_trx_6.test
    high_prio_trx_7.test
    
    Solution :
    ----------
    Currently there seems to be no state that confirms the a thread
    has reached lock waiting state. Checked other deadlock tests and
    found it waits till the state reaches 'updating' state. The lock
    wait happens immediately after this stage.
    
    1. For update and delete wait till the state reaches 'updating'
    2. wait for another 1 second to ensure that the thread
    
    Reviewed-by: default avatarSunny Bains <sunny.bains@oracle.com>
    
    RB: 12572
    42a1a622
    High priority transaction test fails in PB2 intermittently
    Debarun Banerjee authored
    
    after rb#11848[Bug #21508537] fix is pushed.
    
    Problem :
    ---------
    The tests is are not waiting long enough
    for the other thread to come to wait state.
    
    high_prio_trx_6.test
    high_prio_trx_7.test
    
    Solution :
    ----------
    Currently there seems to be no state that confirms the a thread
    has reached lock waiting state. Checked other deadlock tests and
    found it waits till the state reaches 'updating' state. The lock
    wait happens immediately after this stage.
    
    1. For update and delete wait till the state reaches 'updating'
    2. wait for another 1 second to ensure that the thread
    
    Reviewed-by: default avatarSunny Bains <sunny.bains@oracle.com>
    
    RB: 12572
Loading