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

Downgrade osquery-go due to panics in Shutdown and add more logging #15017

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

lucasmrod
Copy link
Member

@lucasmrod lucasmrod commented Nov 7, 2023

#15022

The issue in the package is being fixed here osquery/osquery-go#117
But to not block on that we will downgrade the osquery-go version we use.

  • [ ] Changes file added for user-visible changes in changes/ or orbit/changes/.
    See Changes files for more information.
  • [ ] Documented any permissions changes (docs/Using Fleet/manage-access.md)
  • [ ] Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements)
  • [ ] Added support on fleet's osquery simulator cmd/osquery-perf for new osquery data ingestion features.
  • [ ] Added/updated tests
  • Manual QA for all new/changed functionality
    • For Orbit and Fleet Desktop changes:
      • Manual QA must be performed in the three main OSs, macOS, Windows and Linux.
      • Auto-update manual QA, from released version of component to new version (see tools/tuf/test).

@lucasmrod lucasmrod requested a review from mostlikelee November 7, 2023 21:34
@lucasmrod lucasmrod requested a review from a team as a code owner November 7, 2023 21:34
go.mod Show resolved Hide resolved
mostlikelee
mostlikelee previously approved these changes Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (0c4661e) 59.00% compared to head (39a0571) 59.02%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15017      +/-   ##
==========================================
+ Coverage   59.00%   59.02%   +0.02%     
==========================================
  Files         954      955       +1     
  Lines       80349    80471     +122     
  Branches     2222     2222              
==========================================
+ Hits        47407    47501      +94     
- Misses      29259    29281      +22     
- Partials     3683     3689       +6     
Flag Coverage Δ
backend 59.68% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
orbit/pkg/update/runner.go 47.28% <0.00%> (ø)
orbit/pkg/update/flag_runner.go 23.40% <0.00%> (ø)

... and 7 files with indirect coverage changes

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

@lucasmrod lucasmrod merged commit 4cf682d into main Nov 13, 2023
27 checks passed
@lucasmrod lucasmrod deleted the orbit-panic-fixes branch November 13, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants