-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip GeneralStateReferencetest with high memory usage and enable test…
… outcome recorder for generalStateReferenceTests (#1438) * Skip GeneralStateReferencetest with high memory usage and enable test outcome recorder for generalStateReferenceTests * Fix test tool * fix spotless * revert timeout changes * Cleanup * Do not download node as it is not used
- Loading branch information
1 parent
4205f90
commit 2978c7f
Showing
7 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,16 @@ public void extractConstraints() { | |
+ "\n" | ||
+ "Caused by:\n" | ||
+ " constraints failed: \u001B[31m\u001B[1mrlptxrcpt.phase3\u001B[0m\u001B[39m, \u001B[31m\u001B[1mtxndata-into-wcp\u001B[0m\u001B[39m, \u001B[31m\u001B[1mtxndata-into-rlptxrcpt\u001B[0m\u001B[39m, \u001B[31m\u001B[1mtxndata.cumulative-gas\u001B[0m\u001B[39m, \u001B[31m\u001B[1mrlptxrcpt.phase-transition\u001B[0m\u001B[39m\n" | ||
+ "]"; | ||
+ "]" | ||
+ " at app//net.consensys.linea.testing.ExecutionEnvironment.checkTracer(ExecutionEnvironment.java:72)\n" | ||
+ " at app//net.consensys.linea.GeneralStateReferenceTestTools.executeTest(GeneralStateReferenceTestTools.java:235)\n" | ||
+ " at app//net.consensys.linea.generated.generalstate.GeneralStateReferenceTest_200.execution(GeneralStateReferenceTest_200.java:60)\n" | ||
+ " at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)\n" | ||
+ " at [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)\n" | ||
+ " at [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)\n" | ||
+ " at [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)\n" | ||
+ " at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)\n" | ||
+ " at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)"; | ||
|
||
Map<String, Set<String>> res = ReferenceTestOutcomeRecorderTool.extractConstraints(message); | ||
assertThat(res.size()).isEqualTo(2); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters