-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add runner for non-repudiation #9076
Conversation
Closes #8633 changelog_begin changelog_end
af4c13a
to
9a28901
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you! Is it worth adding an integration test that uses the runner somewhere?
...components/non-repudiation-app/src/main/scala/com/daml/nonrepudiation/app/OptionParser.scala
Show resolved
Hide resolved
...components/non-repudiation-app/src/main/scala/com/daml/nonrepudiation/app/OptionParser.scala
Outdated
Show resolved
Hide resolved
...omponents/non-repudiation-app/src/main/scala/com/daml/nonrepudiation/app/Configuration.scala
Show resolved
Hide resolved
I agree. I mostly ran functional tests and have modified versions of Navigator and the JSON API. Once those changes stabilize and are merged we can have meaningful integration tests. |
fwiw I think it’s perfectly fine to ignore Navigator. We only support it as a development tool so supporting non-repudiation is not crucial. |
Makes sense, thanks. |
* Add runner for non-repudiation Closes #8633 changelog_begin changelog_end * Fix existing tests * Add test for non-repudiation-app option parser * Remove unnecessary dependencies from non-repudiation testing * Fix Scala 2.13 build errors * Fix help message for --api-address and --api-port
Closes #8633
changelog_begin
changelog_end
Pull Request Checklist
CHANGELOG_BEGIN
andCHANGELOG_END
tagsNOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.