Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crossplatform test #97

Open
d-r-q opened this issue May 27, 2020 · 0 comments
Open

Crossplatform test #97

d-r-q opened this issue May 27, 2020 · 0 comments
Labels
build good first issue multiplatform Issues related to multiplatform support tests

Comments

@d-r-q
Copy link
Owner

d-r-q commented May 27, 2020

Implement test, which will consist of multiplatform application compiled for 3 platforms. Each application will have console API to:

  1. setup db
  2. insert data into db
  3. query data from db

Then test will:

  1. Setup three databases using app compiled for each platform
  2. insert data into each database via application for each platform
  3. query data from all databases via application for each platform and check that the results is the same

The test and application should be in separate module that interacts with qbit via public api

Depends on: #38 #42 #94 #93

@d-r-q d-r-q added good first issue tests build multiplatform Issues related to multiplatform support labels May 27, 2020
@d-r-q d-r-q added this to the Multiplatform milestone May 27, 2020
@d-r-q d-r-q changed the title Crossplatform Crossplatform test May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build good first issue multiplatform Issues related to multiplatform support tests
Projects
None yet
Development

No branches or pull requests

1 participant