Feed daml test with a separately built dar
See original GitHub issueIt’s a biased opinion, but to me it would be clearer if daml test
would only test, and not build and test. Or at least it could have an option to work with a DAR built previously with daml build
, this would not break existing infrastructure built on current behaviour.
I arrived this when tried to specify the DAR location, possible with daml build
, but impossible with daml test
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Daml Test against separate dar - Questions
I separate my tests into a different dar. When I execute them, I believe that the test coverage shows 100% because it does...
Read more >daml test command is failed with: damlc: user error ...
daml test opens a separate gRPC server and connects to that. Based on the error, it looks like this connection isn't working properly....
Read more >digital-asset/lib-daml-jvm-test: A library providing functions ...
This library provides functions to test that a DAML application and its bots are working together correctly. Integration tests should include the following ......
Read more >DAML SDK and Canton — Canton 0.22.0 documentation
Use the DAML language reference docs to master DAML and build your own DAML model. · Test your model using DAML scripts. ·...
Read more >Hyperledger Fabric Archives – Page 9 of 29
The DAML on Fabric repo comes with a test fixture for running a local 5 node ... provision,time,ledger,explorer danban/quickstart/danban-upgrade-3.0.0.dar".
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to be clear, I don’t expect this to happen anytime soon and even if we get script to the point where it can replace all scenario usecases, we will keep it around for quite a while. But if we spent effort there, I’d rather spent it on getting us to the point where you don’t have to switch between script and scenarios than on improving scenarios which can never cover all script use cases.
Sounds promising! than as far as I understand,
daml test
will be obsoleted, so let’s close this too 😃 Feel free to reopen if you see value keeping this.