Skip to content
Snippets Groups Projects
Commit a851108f authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard: testRdbStoreUpdate0001-await-updatePromise.patch


adding test-xts-acts-testRdbStoreUpdate0001-await-updatePromise.patch and apply to test/xts/acts .

```
The testRdbStoreUpdate0001 testcase which is part of ActsAppdatamagrJsTest
sometimes fails (in our case on raspberrypi4-64). The reason is that
the values in rdbStore are inspected before the update is completed.
The `await updatePromise` command that is clearly needed was commented out
for some unknown reason. Reintroducing the await command to avoid race
conditions.
```

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 7c9dbcd3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment