peakschris
peakschris
One more detailed example that I've recently got working with rules_idata: Test and Service are both started with a common TEST_DATA envvar. The test process reads a file from TEST_DATA...
I'm still stumbling around this issue, not just in non-hermetic use cases but also when integrating with existing test cases which require environment variables and trying to avoid wrapping every...
It would be nice to re-enable the existing integration tests for windows on CI. However, rules_bazel_integration test is currently broken on windows - around half of the test cases are...
@keith I've pushed a fix for ubuntu. For windows, could you add --enable_runfiles to the test command? That is required.
Actually, I've fixed the new test so it can be used in norunfiles mode. @keith, could you rerun CI please?
I've improved the test cases. I'd expect //tests:buildifier:buildifier_test to fail on both linux and windows. The linux failures are due to buildifier check/fix having some issue in norunfiles mode. @keith...
Thank you. That is failing as expected. I've merged the latest state of this PR into #89 so we can evaluate those results. Please do whatever you see fit in...
@cgrindel thank you, windows 👍 , issue with bazel 5 on linux, I've submitted a fix, could you rerun?
@cgrindel it auto-ran. This CI is now good; passing linux, failing on windows. The windows failures are addressed by #89.
@cgrindel @keith I have a little time and can take a brief look at getting this and the windows fix PR in if you will have availability to review &...