Skip to content

Conversation

@astandrik
Copy link
Collaborator

@astandrik astandrik commented Aug 30, 2024

Closes #1239

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 119 0 5 0

Bundle Size: ✅

Current: 78.84 MB | Main: 78.84 MB
Diff: +0.00 MB (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.

Comment on lines 152 to 155
// deprecated https://github.com/ydb-platform/ydb-embedded-ui/issues/1239
isolationLevel: {
title: '',
},
Copy link
Member

Choose a reason for hiding this comment

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

Why do you need it here? Probably, you can remove this field in useLastQueryExecutionSettings, then it should not appear anywhere

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no need

Comment on lines +13 to +17
transactionMode: lastStorageSettings.transactionMode,
queryMode: lastStorageSettings.queryMode,
statisticsMode: lastStorageSettings.statisticsMode,
tracingLevel: lastStorageSettings.tracingLevel,
timeout: lastStorageSettings.timeout,
Copy link
Member

Choose a reason for hiding this comment

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

{...lastStorageSettings, isolationLevel: undefined}?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it would be better to pass fields explicitly not to focus on isolationLevel field

otherwise it looks like a specific fix for specific bug in a common code space

@astandrik astandrik merged commit 75a0d89 into main Sep 2, 2024
@astandrik astandrik deleted the astandrik.add-implicit-transaction_mode-to-query-settings-1239 branch September 2, 2024 07:53
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.

add "Implicit" transaction_mode to query settings

3 participants