Handle race condition against LUA interpreter in Test Framework

Description

Because we are waiting events in LUA context using binder call sync, when the event is received then 2 threads operate simultaneously on LUA context, the waiting event thread which has just been unlocked and the receiving event thread.

That make the framework crash and the binder abort.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Labels

Contract ID

Components

Priority

Created January 18, 2019 at 4:40 PM
Updated February 12, 2019 at 1:27 AM
Resolved January 29, 2019 at 4:30 PM