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

Test inserting Relation instances in various cases to do with role hierarchies #191

Open
alexjpwalker opened this issue Apr 7, 2021 · 0 comments

Comments

@alexjpwalker
Copy link
Member

alexjpwalker commented Apr 7, 2021

Problem to Solve

We don't currently have any Concept or Graql tests that test inserting Relation instances in the case of a role hierarchy.

Proposed Solution

These tests should be added to relation.feature in concept and insert.feature in graql/language.

An example test case is: if we do

define 
  super-rel sub relation, relates abc-role;
  sub-rel sub super-rel;

  abc sub entity, plays super-rel:abc-role:

will be able to insert abc instances playing role abc-role in sub-rel?

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

No branches or pull requests

3 participants