Skip to content

Conversation

pnv1
Copy link
Collaborator

@pnv1 pnv1 commented Aug 22, 2025

Changelog entry

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

@pnv1 pnv1 requested a review from a team as a code owner August 22, 2025 07:24
@pnv1 pnv1 added the area/cli CLI related issues label Aug 22, 2025
Copy link

🟢 2025-08-22 07:27:03 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Aug 22, 2025

2025-08-22 07:27:49 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7f7c24d has started.
2025-08-22 07:28:02 UTC Artifacts will be uploaded here
2025-08-22 07:31:23 UTC ya make is running...
🟡 2025-08-22 08:49:13 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37863 35119 0 2 2710 32

2025-08-22 08:52:31 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-08-22 09:07:20 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
374 (only retried tests) 348 0 0 1 25

🟢 2025-08-22 09:07:28 UTC Build successful.
🟢 2025-08-22 09:07:49 UTC ydbd size 2.3 GiB changed* by -64 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 671ffc8 merge: 7f7c24d diff diff %
ydbd size 2 429 279 360 Bytes 2 429 279 296 Bytes -64 Bytes -0.000%
ydbd stripped size 509 285 608 Bytes 509 285 480 Bytes -128 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

@pnv1 pnv1 linked an issue Aug 22, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Aug 22, 2025

2025-08-22 07:28:47 UTC Pre-commit check linux-x86_64-release-asan for 7f7c24d has started.
2025-08-22 07:29:00 UTC Artifacts will be uploaded here
2025-08-22 07:32:27 UTC ya make is running...
🟡 2025-08-22 09:33:58 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15240 14785 0 110 313 32

🟢 2025-08-22 09:35:15 UTC Build successful.
🟢 2025-08-22 09:35:43 UTC ydbd size 4.0 GiB changed* by -9.1 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 671ffc8 merge: 7f7c24d diff diff %
ydbd size 4 268 990 032 Bytes 4 268 980 752 Bytes -9.1 KiB -0.000%
ydbd stripped size 1 481 448 056 Bytes 1 481 446 200 Bytes -1.8 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

@@ -651,7 +656,7 @@ std::vector<TString> TOptionsParseResult::ParseFromProfilesAndEnv(std::shared_pt
auto applyOption = [&](const TIntrusivePtr<TClientCommandOption>& clientOption, const TString& value, bool isFileName, const TString& humanReadableFileName, EOptionValueSource valueSource) {
if (clientOption->HandlerImpl(value, isFileName, humanReadableFileName, valueSource)) { // returns false only when loading from default value from file
Opts.emplace_back(clientOption, value, valueSource);
if (dynamic_cast<const TAuthMethodOption*>(clientOption.Get())) {
if (clientOption.Get()->IsMainAuthOption()) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

if (clientOption->IsMainAuthOption()) {

},
profile);

// user from explicit profile + --password-file option
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that there is one more interesting case: user from explicit profile, password from active profile. I would say that ydb cli should ask for password in this case.

Copy link

github-actions bot commented Aug 25, 2025

2025-08-25 14:26:32 UTC Pre-commit check linux-x86_64-relwithdebinfo for b46c43f has started.
2025-08-25 14:26:58 UTC Artifacts will be uploaded here
2025-08-25 14:30:56 UTC ya make is running...
🟡 2025-08-25 15:57:19 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37944 35177 0 5 2724 38

2025-08-25 16:00:47 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-08-25 16:22:41 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
820 (only retried tests) 759 0 0 37 24

🟢 2025-08-25 16:22:51 UTC Build successful.
🟢 2025-08-25 16:23:15 UTC ydbd size 2.3 GiB changed* by -6.9 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 0f12949 merge: b46c43f diff diff %
ydbd size 2 432 458 352 Bytes 2 432 451 336 Bytes -6.9 KiB -0.000%
ydbd stripped size 509 618 344 Bytes 509 617 832 Bytes -512 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

Copy link

github-actions bot commented Aug 25, 2025

2025-08-25 14:27:33 UTC Pre-commit check linux-x86_64-release-asan for b46c43f has started.
2025-08-25 14:28:05 UTC Artifacts will be uploaded here
2025-08-25 14:32:16 UTC ya make is running...
🟡 2025-08-25 16:35:17 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15314 14828 0 124 334 28

🟢 2025-08-25 16:36:45 UTC Build successful.
🟢 2025-08-25 16:37:17 UTC ydbd size 4.0 GiB changed* by -21.1 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 0f12949 merge: b46c43f diff diff %
ydbd size 4 274 697 304 Bytes 4 274 675 712 Bytes -21.1 KiB -0.001%
ydbd stripped size 1 482 679 832 Bytes 1 482 675 352 Bytes -4.4 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ydb cli seems not using "YDB_PASSWORD" env
2 participants