Skip to content
  • Francesco Pham's avatar
    a851108f
    openharmony-standard: testRdbStoreUpdate0001-await-updatePromise.patch · a851108f
    Francesco Pham authored
    
    
    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>
    a851108f
    openharmony-standard: testRdbStoreUpdate0001-await-updatePromise.patch
    Francesco Pham authored
    
    
    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>
Loading