Skip to content
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

experimental_merged_skyframe_analysis_execution breaks bazel coverage #22860

Open
Ryang20718 opened this issue Jun 22, 2024 · 1 comment
Open
Labels
team-Core Skyframe, bazel query, BEP, options parsing, bazelrc type: bug untriaged

Comments

@Ryang20718
Copy link

Description of the bug:

tools/bazel coverage //...--cache_test_results=no

with the following bazelrc should lead to a coverage.dat file getting generated under bazel-out/_coverage/

coverage --combined_report=lcov --instrument_test_targets --instrumentation_filter="//"
coverage --test_env="LCOV_MERGER=/bin/true"

adding common --experimental_merged_skyframe_analysis_execution to our bazel rc leads to this coverage.dat failing to get generated.

I've also tried, but same issue

build --experimental_merged_skyframe_analysis_execution

Which category does this issue belong to?

No response

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

tools/bazel coverage //... --cache_test_results=no --experimental_merged_skyframe_analysis_execution --combined_report=lcov --instrument_test_targets --instrumentation_filter="//" --test_env="LCOV_MERGER=/bin/true"

Which operating system are you running Bazel on?

ubuntu 20.04

What is the output of bazel info release?

6.5.0

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse HEAD ?

No response

If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@satyanandak satyanandak added the team-Core Skyframe, bazel query, BEP, options parsing, bazelrc label Jun 24, 2024
@fmeum
Copy link
Collaborator

fmeum commented Jun 24, 2024

Could you test with 7.2.1rc2? There have been a number of fixes related to Skyframe since 6.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Core Skyframe, bazel query, BEP, options parsing, bazelrc type: bug untriaged
Projects
None yet
Development

No branches or pull requests

5 participants