Skip to content

Commit df07869

Browse files
author
Alexander Pann
committed
base.async: mark tests as needs no write action
If we do not set this flag, the rerunnable migrations make the test execute with command access
1 parent 03287cb commit df07869

File tree

1 file changed

+7
-3
lines changed
  • code/languages/org.iets3.opensource/solutions/test.org.iets3.analysis.base/models

1 file changed

+7
-3
lines changed

code/languages/org.iets3.opensource/solutions/test.org.iets3.analysis.base/models/[email protected]

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<concept id="1225469856668" name="jetbrains.mps.lang.test.structure.ModelExpression" flags="nn" index="1jGwE1" />
3333
<concept id="1216913645126" name="jetbrains.mps.lang.test.structure.NodesTestCase" flags="lg" index="1lH9Xt">
3434
<property id="2616911529524314943" name="accessMode" index="3DII0k" />
35+
<property id="6339244025081158986" name="needsNoWriteAction" index="3OwPAg" />
3536
<child id="1216993439383" name="methods" index="1qtyYc" />
3637
<child id="1217501895093" name="testMethods" index="1SL9yI" />
3738
</concept>
@@ -292,8 +293,9 @@
292293
</language>
293294
</registry>
294295
<node concept="1lH9Xt" id="7wEqFvbNs9F">
295-
<property role="3DII0k" value="2hh8MJdVwqX/command" />
296+
<property role="3DII0k" value="2hh8MJdVwqT/none" />
296297
<property role="TrG5h" value="TestCancellation" />
298+
<property role="3OwPAg" value="true" />
297299
<node concept="1LZb2c" id="5IHOL7Z1RAX" role="1SL9yI">
298300
<property role="TrG5h" value="checkForCancelledTasks" />
299301
<node concept="3cqZAl" id="5IHOL7Z1RAY" role="3clF45" />
@@ -920,8 +922,9 @@
920922
<property role="2XOHcw" value="${iets3.github.opensource.home}/code/languages/org.iets3.opensource" />
921923
</node>
922924
<node concept="1lH9Xt" id="7Ne8N_$sCzc">
923-
<property role="3DII0k" value="2hh8MJdVwqX/command" />
925+
<property role="3DII0k" value="2hh8MJdVwqT/none" />
924926
<property role="TrG5h" value="TestAsyncMultiThreads" />
927+
<property role="3OwPAg" value="true" />
925928
<node concept="1LZb2c" id="7Ne8N_$sCzj" role="1SL9yI">
926929
<property role="TrG5h" value="multiThread" />
927930
<node concept="3cqZAl" id="7Ne8N_$sCzk" role="3clF45" />
@@ -1535,8 +1538,9 @@
15351538
</node>
15361539
</node>
15371540
<node concept="1lH9Xt" id="cGZnm4NRlz">
1538-
<property role="3DII0k" value="2hh8MJdVwqX/command" />
1541+
<property role="3DII0k" value="2hh8MJdVwqT/none" />
15391542
<property role="TrG5h" value="TestAsyncFromSingleThread" />
1543+
<property role="3OwPAg" value="true" />
15401544
<node concept="1LZb2c" id="cGZnm4NRl$" role="1SL9yI">
15411545
<property role="TrG5h" value="singleThread" />
15421546
<node concept="3cqZAl" id="cGZnm4NRl_" role="3clF45" />

0 commit comments

Comments
 (0)