FerretDB / dance

FerretDB integration testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate FerretDB testing with SQLite

AlekSi opened this issue · comments

Let's start by thinking (or completely rethinking) the YAML structure. Could we use YAML anchors or something? or just some common section?

commented

I think the simplest approach would be to treat different backends as different databases.

results:
  # new service
  ferretdb-postgres:
    stats:
      expected_fail: 1
    fail:
      - mongo/jstests/core/query/basic1.js
  # another new service
  ferretdb-sqlite:
    stats:
      expected_fail: 1
    fail:
      - mongo/jstests/core/query/basic1.js

  mongodb:
    stats:
      expected_pass: 8
commented

@AlekSi should I send a draft PR with a small implementation?

Not yet; I want us to refactor config loading and parsing first