Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run sample tests #6

Open
harshpreet-verse opened this issue Aug 16, 2022 · 0 comments
Open

Not able to run sample tests #6

harshpreet-verse opened this issue Aug 16, 2022 · 0 comments

Comments

@harshpreet-verse
Copy link

harshpreet-verse commented Aug 16, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant