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

[Backport 2.17] [discover] wait for dataset to created before emitted update #8120

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 8ecba3a from #8117.

Cache dataset is an async function that ends up creating the temporary index pattern. The temporary index pattern was not created and was causing an exception so the index pattern was never updated.

The index pattern not being updated didn't trigger the hooks to update the other parts of the app.

Signed-off-by: Kawika Avilla <[email protected]>
(cherry picked from commit 8ecba3a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

❌ Invalid Changelog Heading

The '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax.

@github-actions github-actions bot added failed changeset and removed Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry labels Sep 10, 2024
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.80%. Comparing base (5958a55) to head (4e1920f).
Report is 5 commits behind head on 2.17.

Additional details and impacted files
@@            Coverage Diff             @@
##             2.17    #8120      +/-   ##
==========================================
+ Coverage   63.79%   63.80%   +0.01%     
==========================================
  Files        3737     3737              
  Lines       88677    88677              
  Branches    13778    13778              
==========================================
+ Hits        56571    56582      +11     
+ Misses      31519    31508      -11     
  Partials      587      587              
Flag Coverage Δ
Linux_1 29.96% <ø> (ø)
Linux_2 58.91% <ø> (ø)
Linux_3 40.08% <ø> (-0.01%) ⬇️
Linux_4 31.31% <ø> (ø)
Windows_1 30.00% <ø> (+0.01%) ⬆️
Windows_2 58.86% <ø> (ø)
Windows_3 40.09% <ø> (ø)
Windows_4 31.31% <ø> (ø)

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

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

@ashwin-pc ashwin-pc merged commit eb53aa2 into 2.17 Sep 11, 2024
70 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports discover for discover reinvent discover-next distinguished-contributor failed changeset v2.17.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants