Skip to content

fix(Versions): properly include nodes with defined roles in other group #2327

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented May 26, 2025

Closes #2320

Problem: node with Bootstrapper was missing in the list, because it was neither storage, nor tenant and it doesn't satisfy condition !Roles that we had previously.

Solution: added all nodes, that are not included in Storage or Tenant group to Other group

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
318 317 0 1 0

😟 No changes in tests. 😕

Bundle Size: ✅

Current: 83.62 MB | Main: 83.62 MB
Diff: +0.36 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@artemmufazalov artemmufazalov requested review from Raubzeug and astandrik and removed request for astandrik and Raubzeug May 26, 2025 10:40
@artemmufazalov artemmufazalov added this pull request to the merge queue May 27, 2025
Merged via the queue into main with commit 3f3a543 May 27, 2025
7 checks passed
@artemmufazalov artemmufazalov deleted the 2320-fix-versions branch May 27, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix nodes with system tables on version tab
2 participants