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

Delete records with l_suppkey = 9999 before running #13389

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

aavdonkin
Copy link
Collaborator

Changelog entry

...

Changelog category

  • New feature
  • Experimental feature
  • Improvement
  • Performance improvement
  • Bugfix
  • Backward incompatible change
  • Documentation (changelog entry is not required)
  • Not for changelog (changelog entry is not required)

Additional information

...

Copy link

github-actions bot commented Jan 15, 2025

2025-01-15 11:51:15 UTC Pre-commit check linux-x86_64-release-asan for 6e3bf5b has started.
2025-01-15 11:51:28 UTC Artifacts will be uploaded here
2025-01-15 11:54:01 UTC ya make is running...
🟢 2025-01-15 11:57:01 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
36 36 0 0 0 0

🟢 2025-01-15 11:57:08 UTC Build successful.
🟢 2025-01-15 11:57:21 UTC ydbd size 3.6 GiB changed* by +4.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: ceed259 merge: 6e3bf5b diff diff %
ydbd size 3 895 421 736 Bytes 3 895 426 392 Bytes +4.5 KiB +0.000%
ydbd stripped size 1 360 970 864 Bytes 1 360 971 888 Bytes +1.0 KiB +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 15, 2025

2025-01-15 11:53:56 UTC Pre-commit check linux-x86_64-relwithdebinfo for 6e3bf5b has started.
2025-01-15 11:54:08 UTC Artifacts will be uploaded here
2025-01-15 11:56:32 UTC ya make is running...
🟢 2025-01-15 11:58:24 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
40 40 0 0 0 0

🟢 2025-01-15 11:58:32 UTC Build successful.
🟢 2025-01-15 11:58:40 UTC ydbd size 2.1 GiB changed* by +3.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: ceed259 merge: 6e3bf5b diff diff %
ydbd size 2 247 490 904 Bytes 2 247 494 784 Bytes +3.8 KiB +0.000%
ydbd stripped size 472 865 296 Bytes 472 865 744 Bytes +448 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@@ -183,6 +183,12 @@ def read_data():
while not all(f.done() for f in insert_futures):
check_data()

# Delete all records with l_suppkey = 9999
Copy link
Collaborator

Choose a reason for hiding this comment

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

Зачем тогда, вообще, используется таблица lineitem? Может, правильнее тест гонять на другой таблице?

Copy link
Collaborator

Choose a reason for hiding this comment

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

она большая и заполненная. на пустой не интересно

@aavdonkin aavdonkin merged commit 4959d3e into ydb-platform:main Jan 15, 2025
13 checks passed
@aavdonkin aavdonkin linked an issue Jan 15, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ydb/tests/sql/large fails in test_insert_delete_duplicate_records
3 participants