We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran ./gradlew clean build deployNodes But it did not generate any file in build/nodes directory, because 2 tests failed.
./gradlew clean build deployNodes
com.r3.demos.ubin2a.lsm.ScenarioExceptional > Scenario E8_1 FAILED net.corda.core.flows.FlowException
com.r3.demos.ubin2a.privacy.PrivacyTests > Privacy of owner in cash states FAILED java.lang.AssertionError at PrivacyTests.kt:237
101 tests completed, 2 failed :test FAILED
The text was updated successfully, but these errors were encountered:
I'm also getting failed tests. My workaround was to uncomment them. Did you manage to get them fixed?
Sorry, something went wrong.
If you want to skip all Tests:
.\gradlew clean build -x test deployNodes
No branches or pull requests
I ran
./gradlew clean build deployNodes
But it did not generate any file in build/nodes directory, because 2 tests failed.
com.r3.demos.ubin2a.lsm.ScenarioExceptional > Scenario E8_1 FAILED
net.corda.core.flows.FlowException
com.r3.demos.ubin2a.privacy.PrivacyTests > Privacy of owner in cash states FAILED
java.lang.AssertionError at PrivacyTests.kt:237
101 tests completed, 2 failed
:test FAILED
The text was updated successfully, but these errors were encountered: