Ravi Kumar Mandala
Ravi Kumar Mandala
Bazel supports location template and provides [an API](https://github.com/bazelbuild/bazel/blob/52446a12b7435e850347dda144566280625cf498/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java#L715-L747) to expand location, with the path of the corresponding output file, if and when the `context` is accessible. Tulsi currently doesn't support...
Our Tulsi generated Xcode project has indexing and auto-complete issues. We figured that it is due to the **location template** that we use which is currently [supported by Bazel](https://github.com/bazelbuild/bazel/blob/1f332e0c33ba98e82a5ba32c4e7c298a4ac99eff/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java#L715-L747) but...
I noticed an issue in Bluepill version 5.10.0 that supports Xcode 13. In a successful execution, 11 tests are reported to have failed. But the execution was successful because those...
Bluepill releases support a specific Xcode version and there might be unforeseen issues when used with a different Xcode version. For this reason, a config flag named `unsafe-skip-xcode-version-check` was introduced....
At LinkedIn, Bluepill tests fail sometimes due to this simulator failure. ``` [ INFO ] (BP-11) [Attempt 2] Create Simulator [ INFO ] (BP-11) Booting a simulator without launching Simulator...
Bluepill logs fail to parse xml test reports and throws errors like... ``` {6971} 20220112.005927 [ INFO ] (BLUEPILL) All BPs have finished. {6971} 20220112.005927 [ INFO ] (BLUEPILL) Trace...
Bluepill fails for some reason to upload the video configured in `video-paths` configuration. ``` {81960} 20200312.183701 [ ERROR ] (BP-7) Failed to upload video at path: /build/bazel/output_bazel/execroot/__main__/ bazel-out/darwin-dbg/bin/_xcscheme.sh.runfiles/__main__/bp_exec_root/./ Testing/SimulatorResources/test_video.mov, error...
Bluepill should support a use case to run a particular test like 100 times. Even better, if Bluepill can support running a given set of tests any given number of...
(Edited) **Problem Statement:** The `numSims` configuration indicates the maximum number of active simulators allowed. Imagine them as channels/tracks to accommodate the launched simulators. There may be times where the number...
We are working on issue https://github.com/linkedin/bluepill/issues/336 which orders the test bundles by estimated test execution times provided as an input (re: json file) to Bluepill. Please refer to the implementation...