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: remove tablets from some api handlers #1148

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Aug 12, 2024

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
70 70 0 0 0

Bundle Size: βœ…

Current: 78.89 MB | Main: 78.89 MB
Diff: +0.14 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.

@@ -8,12 +8,13 @@ const getConcurrentId = (limit?: number, offset?: number) => {
export const getNodes = async ({
type = 'any',
storage = false,
tablets = true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No explicit tablets: true in getNodes is needed to receive tablets

@artemmufazalov artemmufazalov merged commit b05bff3 into main Aug 13, 2024
6 checks passed
@artemmufazalov artemmufazalov deleted the api-remove-tablets branch August 13, 2024 08:34
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.

2 participants