Skip to content

Bug: wpeframework-sharedstorage.service should start after wpeframework-cloudstore.service #136

@npoltorapavlo

Description

@npoltorapavlo

Problem/Opportunity

Requires=wpeframework.service wpeframework-persistentstore.service
After=wpeframework.service wpeframework-persistentstore.service

sharedstorage when activates queries interfaces of persistentstore and cloudstore. As there's no ordering between sharedstorage and cloudstore in services, or other ways, it is a race condition. If sharedstorage activates before cloudstore, it will query null, and return ERROR_NOT_SUPPORTED when used.

Steps to reproduce

No response

Expected Behavior

wpeframework-sharedstorage.service should start after wpeframework-cloudstore.service

Actual Behavior

Race condition

Notes (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions