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

fix(goal_planner): fix time_keeper race #8780

Merged

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Sep 5, 2024

Description

fix data race to time_keeper

onTimer::need_update::hasDecidedPath::checkDecidingPathStatus::isSafePath maybe called both from main thread and background thread

Related links

Parent Issue:

  • Link

How was this PR tested?

just removing debug info

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 5, 2024
Copy link

github-actions bot commented Sep 5, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kosuke55 kosuke55 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 5, 2024
@soblin soblin enabled auto-merge (squash) September 5, 2024 13:35
@soblin soblin merged commit 8f79195 into autowarefoundation:main Sep 5, 2024
36 of 37 checks passed
@soblin soblin deleted the fix/goal-planner/time-keeper-race branch September 5, 2024 13:50
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.94%. Comparing base (8213bdf) to head (0562e85).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8780      +/-   ##
==========================================
- Coverage   25.01%   24.94%   -0.07%     
==========================================
  Files        1322     1326       +4     
  Lines       98044    98104      +60     
  Branches    37820    37790      -30     
==========================================
- Hits        24521    24473      -48     
- Misses      71044    71152     +108     
  Partials     2479     2479              
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 24.97% <ø> (-0.04%) ⬇️ Carriedforward from 8213bdf

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Sep 6, 2024
emuemuJP pushed a commit to arayabrain/autoware.universe.origin that referenced this pull request Sep 10, 2024
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Sep 25, 2024
shmpwk added a commit to tier4/autoware.universe that referenced this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants