authorjapps / authorjapps/performance-tests
Not able to run sample tests
- Dominant language
- Java
- Stars
- 44
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
I've tried running the tests in the org.jsmart.zerocode.samples.load directory but most of them result in an error. I've tested the LoadGetTest, LoadMultipleGetPostPutTest and LoadDbParameterizedGetTest. I've pasted the error I got while running the LoadGetTest. The other errors were also similar. Please let me know if you need any other details.
```
2022-08-16 17:31:07,551 [main] ERROR org.jsmart.zerocode.core.runner.parallel.ZeroCodeLoadRunner - org.jsmart.zerocode.samples.load.parallelget.LoadGetTest.testGetScreeningLocalAndGlobal Failed. See target/logs -or- junit granular failure report(csv) -or- fuzzy search and filter report(html) for details
java.lang.RuntimeException: org.jsmart.zerocode.samples.load.parallelget.LoadGetTest.testGetScreeningLocalAndGlobal Failed
at org.jsmart.zerocode.core.runner.parallel.ZeroCodeLoadRunner.runChild(ZeroCodeLoadRunner.java:63)
at org.jsmart.zerocode.core.runner.parallel.ZeroCodeLoadRunner.runChild(ZeroCodeLoadRunner.java:18)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.jsmart.zerocode.core.runner.parallel.ZeroCodeLoadRunner.run(ZeroCodeLoadRunner.java:70)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
Process finished with exit code 255
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.