odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FW][FIX] discuss: prevent call public page test race condition

Open fw-bot opened this issue 1 year ago • 2 comments

Before this commit, it was possible that a bus message containing a mail.message.rtc.session record update reached the client before the response to the /mail/rtc/channel/join_call route.

Since the condition for the test step is that there is a call (triggered by the presence of a rtc session) while the condition for the error thrown is that there is no selfSession (which is obtained as the response of the http request), one condition could be satisfied without the other.

Forward-Port-Of: odoo/odoo#182716

fw-bot avatar Oct 09 '24 19:10 fw-bot

Pull request status dashboard

robodoo avatar Oct 09 '24 19:10 robodoo

@thanhdodeurodoo this PR targets master and is the last of the forward-port chain.

To merge the full chain, use

@robodoo r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

fw-bot avatar Oct 09 '24 19:10 fw-bot

@thanhdodeurodoo this forward port of odoo/odoo#182716 is awaiting action (not merged or closed).

fw-bot avatar Oct 13 '24 02:10 fw-bot

@thanhdodeurodoo this forward port of odoo/odoo#182716 is awaiting action (not merged or closed).

fw-bot avatar Oct 14 '24 02:10 fw-bot

@robodoo r+

ThanhDodeurOdoo avatar Oct 14 '24 05:10 ThanhDodeurOdoo