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

Servirtium lib: mechanism to get last error from Servirtium side #562

Open
paul-hammant opened this issue Jan 18, 2021 · 3 comments
Open

Comments

@paul-hammant
Copy link
Contributor

If I have a suite that ordinarily passes, but change something in the prior recording to cause a failure:

image

The build fails as expected, but the root cause is obscured as the servirtium side isn't handing root cause back to the test runner side. (It cannot/should't over the socket response)

Something near to stop() time would be great:

image

@paul-hammant
Copy link
Contributor Author

Project I'm playing with is https://github.com/jbehave/jbehave-servirtium-climate-tck-demo. That needs JDK11 I think (~/.mavenrc)

@paul-hammant
Copy link
Contributor Author

Cos I might be about to pair program this with a pal - paul-hammant/servirtium-demo-kotlin-climate-tck@bb74773

Also how do you get test-failed true/false and exception in @AfterEach without boilerplate. I sure hope JUnit5 gets such additions. There's a TestInfo class that can be injected optionally into @AfterEach but it is anemic.

@daviddenton
Copy link
Member

daviddenton commented Feb 22, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants