typedb / typedb-behaviour

TypeDB Behaviour Test Specification
Mozilla Public License 2.0
10 stars 19 forks source link

Split up Graql Define BDD into several features #63

Closed alexjpwalker closed 3 years ago

alexjpwalker commented 4 years ago

define.feature is 2600 lines long and takes 23 minutes to execute the tests in CircleCI (without caching).

It would be organised more cleanly if the feature was broken down into sub-features, and put into a new package named test/graql/language/schema (or perhaps even test/graql/language/define).

This might also make it possible to parallelise the tests better, speeding up our builds.

alexjpwalker commented 3 years ago

This is no longer necessary. The Define feature is blazing fast in Grakn 2.0.