Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Add tests for NOT_SUPPORTED and extend docs (supported methods per engine) #906

Open
lukaszstolarczuk opened this issue Feb 5, 2021 · 1 comment

Comments

@lukaszstolarczuk
Copy link
Member

We should add tests and probably extend documentation with information which methods are available in which engines.

As for documentation:

  • we could make some static table with information which methods are delivered with which engine (or per functionality, e.g. for sorted engines, ...),
  • we could generate docs automatically and make auto PR with changes,
  • ...

As for tests:

  • we could make a binary for each function (group of functions) and test it separately per engine,
    • and here we could make the list hard-coded per engine e.g. in CMake,
    • or we could run it generically and based on returned statuses generate the list of supported methods (and generate the docs BTW),
  • ...

//
Partially done in #904

@karczex
Copy link

karczex commented Feb 22, 2021

Probably we should add page on pmem.io

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants