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

[TECH DEBT] sdb functional api tests #61260

Open
1 of 14 tasks
waynew opened this issue Nov 18, 2021 · 0 comments
Open
1 of 14 tasks

[TECH DEBT] sdb functional api tests #61260

waynew opened this issue Nov 18, 2021 · 0 comments
Assignees
Milestone

Comments

@waynew
Copy link
Contributor

waynew commented Nov 18, 2021

Similar to #61081, the SDB API also (apparently) lacks functional tests to
ensure that each of the sdb backends adheres to the sdb API. A related issue
#60273 mentions that the sdb redis_cache will probably need to be updated in
order to fix a bytes vs text bug. The functional tests should quickly expose
such an issue.

These are the existing sdb modules that will need to be covered:

  • - cache.py
  • - confidant.py
  • - consul.py
  • - couchdb.py
  • - env.py
  • - etcd_db.py
  • - keyring_db.py
  • - memcached.py
  • - redis_sdb.py
  • - rest.py
  • - sqlite3.py
  • - tism.py
  • - vault.py
  • - yaml.py
@waynew waynew added this to the Approved milestone Nov 18, 2021
@waynew waynew self-assigned this Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant