jiengup commented on code in PR #3656:
URL: https://github.com/apache/iggy/pull/3656#discussion_r3620024317


##########
.devcontainer/devcontainer.json:
##########


Review Comment:
   Oh, I see this issue.
   
   Maybe there are two solutions:
   - change `bind_mount` in `fixture` to  `with_copy_to` to obtain the files 
which are needed in the UTs.
       - for BDD tests, we need to add `COPY` of feature files in the 
Dockerfile of Rust, Python, Java and CPP SDK, like what we have done in Go and 
C#. 
   - or, add hints to the failure of these UTs for the developers who use 
devcontainer.
   
   Which do you prefer? Or do you have any other ideas for this problem? 
@slbotbm 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to