Refactor "incremental" tests launcher to not rely on incrementality
The incremental algorithm using history and replay/revalidate of matches is deprecated and will be removed soon. The incremental tests are now relying on the UpdataRecorder and RulePlanHandler to implement incrementality.
This commit is contained in:
parent
1769998f7f
commit
008887944d
File diff suppressed because it is too large
Load Diff
|
|
@ -109,6 +109,9 @@
|
|||
<concept id="1068580123136" name="jetbrains.mps.baseLanguage.structure.StatementList" flags="sn" stub="5293379017992965193" index="3clFbS">
|
||||
<child id="1068581517665" name="statement" index="3cqZAp" />
|
||||
</concept>
|
||||
<concept id="1068580123137" name="jetbrains.mps.baseLanguage.structure.BooleanConstant" flags="nn" index="3clFbT">
|
||||
<property id="1068580123138" name="value" index="3clFbU" />
|
||||
</concept>
|
||||
<concept id="1068580123140" name="jetbrains.mps.baseLanguage.structure.ConstructorDeclaration" flags="ig" index="3clFbW" />
|
||||
<concept id="1068580320020" name="jetbrains.mps.baseLanguage.structure.IntegerConstant" flags="nn" index="3cmrfG">
|
||||
<property id="1068580320021" name="value" index="3cmrfH" />
|
||||
|
|
@ -540,6 +543,9 @@
|
|||
<ref role="37wK5l" to="hmoe:3j46jeGMWII" resolve="getCheckQuery" />
|
||||
</node>
|
||||
</node>
|
||||
<node concept="3clFbT" id="6DQTzHxzFny" role="37wK5m">
|
||||
<property role="3clFbU" value="true" />
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
|
|
|||
Loading…
Reference in New Issue