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

Complete CI coverage for all DB tables #6

Open
22 of 53 tasks
oberstet opened this issue Mar 16, 2020 · 0 comments
Open
22 of 53 tasks

Complete CI coverage for all DB tables #6

oberstet opened this issue Mar 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@oberstet
Copy link
Contributor

oberstet commented Mar 16, 2020

Every DB table defined in Flatbuffers schemata should have test coverage like in https://github.com/crossbario/cfxdb/blob/master/cfxdb/tests/test_xbr.py, with at least 2 test functions per table:

  • test_<table>_roundtrip
  • test_<table>_roundtrip_perf

Here is the current complete list:

Important: we should focus on the xbr and xbrnetwork tables first, as for the other classes this issue here depends on #9

@oberstet oberstet added the enhancement New feature or request label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants