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

Resolution Testing #28

Closed
wants to merge 69 commits into from
Closed

Resolution Testing #28

wants to merge 69 commits into from

Conversation

jmsfltchr
Copy link
Contributor

@jmsfltchr jmsfltchr commented Apr 1, 2020

Objective

Introduce Resolution Testing to assess the resolutions that Grakn's reasoner makes when making inferences.

Closes #23
Closes #24
Closes #27

haikalpribadi and others added 30 commits February 19, 2020 16:48
Leftover changes from the old repository that were not merged, including some mistakes in the formal specification and syntax of the specification itself.
To verify the behavior of commit and close transaction, we should check the following:

1. `commit()` should set a transaction to be closed, ie. `isOpen() == false`
2. `commit()` followed by `commit()` should error
3. `close()` should be idempotent
We create the first set of scenarios in the `define` feature file for Graql. This is the high level specification of the behaviors of Graql, from the user's point of view.

This PR creates new file: `define.feature`, which is a mostly fleshed out spec (some scenarios are left empty for now, are mostly duplicates of very similar scenarios) of how a `define` statement should operate.
We add an operator that fuzzes ids of a provided pattern - the ids are randomised from a provided pool implemented in `TypeContext`.
flyingsilverfin and others added 19 commits February 28, 2020 15:37
… IDs, with keys, and now with relations to represent how rules were resolved
…known answer as Grakn generates attribute ids and gives properties back in a non-deterministic order
… produces duplicate concepts from the application of a single rule
@jmsfltchr
Copy link
Contributor Author

Closing due to dead fork

@jmsfltchr jmsfltchr closed this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants