Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
de805ab
Adjust Gradle to JUnit 5
manticore-projects Nov 22, 2021
d5a6dca
Do not mark SpeedTest for concurrent execution
manticore-projects Nov 24, 2021
a9d0503
Remove unused imports
manticore-projects Nov 28, 2021
6dfa05f
Adjust Gradle to JUnit 5
manticore-projects Nov 22, 2021
8f0bfe6
Do not mark SpeedTest for concurrent execution
manticore-projects Nov 24, 2021
5cd0974
Remove unused imports
manticore-projects Nov 28, 2021
5f11d3f
Merge remote-tracking branch 'origin/master'
manticore-projects Nov 28, 2021
b393e00
Performance Improvements
manticore-projects Dec 10, 2021
cb3c91a
Appease PMD
manticore-projects Dec 10, 2021
cdc56c7
Resolve conflicts
manticore-projects Dec 10, 2021
f14cf33
Update Gradle Plugins to its latest versions
manticore-projects Dec 11, 2021
82ce02b
Revert unintended changes to the Test Resources
manticore-projects Dec 11, 2021
c984ff6
Appease PMD/Codacy
manticore-projects Dec 11, 2021
3ab04b0
Merge https://github.com/JSQLParser/JSqlParser
manticore-projects Dec 21, 2021
c075544
Merge branch 'master' into Issue1438
manticore-projects Dec 21, 2021
79bcbc9
Correct the Gradle "+" dependencies
manticore-projects Dec 21, 2021
4c38284
Bump version to 4.4.-SNAPSHOT
manticore-projects Dec 21, 2021
e25ee10
update build file
manticore-projects Dec 30, 2021
de94651
Merge branch 'JSQLParser:master' into master
manticore-projects Jan 24, 2022
84709a9
Merge branch 'master' of github.com:JSQLParser/JSqlParser
manticore-projects Mar 22, 2022
cba3125
revert unwarranted changes in test files
manticore-projects Mar 29, 2022
3b08fde
Merge remote-tracking branch 'origin/master' into Issue1438
manticore-projects Mar 29, 2022
960aaf2
strip the Exception Class Name from the Message
manticore-projects Mar 29, 2022
592de64
maxDepth = 10 collides with the Parser Timeout = 6 seconds
manticore-projects Mar 29, 2022
31caad9
License Headers
manticore-projects Mar 29, 2022
3c8da30
Merge branch 'master' of github.com:JSQLParser/JSqlParser
manticore-projects Apr 4, 2022
4cef39b
Merge branch 'master' into Issue1438
manticore-projects Apr 4, 2022
55f083f
Merge remote-tracking branch 'origin/master' into Issue1438
manticore-projects Apr 14, 2022
2bd7dee
Bump version to 4.5-SNAPSHOT
manticore-projects Apr 14, 2022
d7d2dbe
Merge remote-tracking branch 'manticore/Issue1438' into Issue1438
manticore-projects Apr 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not mark SpeedTest for concurrent execution
  • Loading branch information
manticore-projects committed Nov 28, 2021
commit 8f0bfe63c51ede6c58fa70bdc0cefdbf2187c8ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

@Execution(ExecutionMode.CONCURRENT)
//@Execution(ExecutionMode.CONCURRENT)
public class SpeedTest {

private final static int NUM_REPS_500 = 500;
Expand Down