Skip to content

Conversation

@EgorkaZ
Copy link
Contributor

@EgorkaZ EgorkaZ commented Apr 8, 2024

Changelog entry

...

Changelog category

  • Improvement

Additional information

...

@EgorkaZ EgorkaZ requested review from a team as code owners April 8, 2024 14:38
@EgorkaZ EgorkaZ changed the title YQ-3013: add retry for code 52 for FQ YQ-3013: add retry for CURLE_GOT_NOTHING for FQ Apr 8, 2024
@github-actions
Copy link

github-actions bot commented Apr 8, 2024

2024-04-08 14:40:07 UTC Pre-commit check for d034c71 has started.
2024-04-08 14:40:08 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-08 14:41:41 UTC Build successful.
2024-04-08 14:43:10 UTC Tests are running...
🔴 2024-04-08 16:03:06 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
32666 29316 0 13 3323 14

@github-actions
Copy link

github-actions bot commented Apr 8, 2024

2024-04-08 14:42:07 UTC Pre-commit check for d034c71 has started.
2024-04-08 14:42:10 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-08 14:44:01 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Apr 8, 2024

2024-04-08 14:42:11 UTC Pre-commit check for d034c71 has started.
2024-04-08 14:42:14 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-08 14:44:11 UTC Build successful.
2024-04-08 14:45:55 UTC Tests are running...
🔴 2024-04-08 16:13:43 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8893 8655 0 39 184 15

std::unordered_set<CURLcode> ExtendedRetriedCodes;
};

IHTTPGateway::TRetryPolicy::TPtr GetHTTPDefaultRetryPolicy(THttpRetryPolicyOptions&& options);
Copy link
Collaborator

Choose a reason for hiding this comment

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

смысла в && не вижу. давай передадим по const&

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Мы там меняем options.MaxTime, так что const не вариант (можно вытащить в локальные переменные, тогда станет уместным move(options) в лямбду, и снова const не подходит). Просто &, если это не output параметр — странно. Остаются && и передача по значению. Мне не принципиально, но вряд ли кому-то нужно копировать этот аргумент, так что &&

Copy link
Collaborator

Choose a reason for hiding this comment

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

а ты не меняй аргумент. семантика функции не предполагает этого

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:05:06 UTC Pre-commit check for c860fd8 has started.
2024-04-10 12:05:09 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-10 12:07:02 UTC Build successful.
2024-04-10 12:08:43 UTC Tests are running...
🔴 2024-04-10 12:19:29 UTC Test run completed, no test results found for commit 8b04c1e. Please check build logs.
2024-04-10 12:19:33 UTC Check cancelled

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:05:11 UTC Pre-commit check for c860fd8 has started.
2024-04-10 12:05:13 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-10 12:07:11 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:05:27 UTC Pre-commit check for c860fd8 has started.
2024-04-10 12:05:30 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-10 12:07:28 UTC Build successful.
2024-04-10 12:09:11 UTC Tests are running...
2024-04-10 12:19:54 UTC Check cancelled

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:23:42 UTC Pre-commit check for 11fc008 has started.
2024-04-10 12:23:46 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-10 12:25:08 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:24:01 UTC Pre-commit check for 11fc008 has started.
2024-04-10 12:24:04 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-10 12:25:27 UTC Build successful.
2024-04-10 12:27:10 UTC Tests are running...
🔴 2024-04-10 13:54:52 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
32724 29383 0 5 3324 12

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

2024-04-10 12:24:04 UTC Pre-commit check for 11fc008 has started.
2024-04-10 12:24:06 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-10 12:25:32 UTC Build successful.
2024-04-10 12:27:20 UTC Tests are running...
🔴 2024-04-10 13:56:55 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8915 8671 0 39 189 16

@EgorkaZ EgorkaZ requested a review from uzhastik April 11, 2024 14:49
@github-actions
Copy link

github-actions bot commented Apr 15, 2024

2024-04-15 11:15:14 UTC Pre-commit check for c28567c has started.
2024-04-15 11:15:16 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-15 11:17:05 UTC Build successful.
2024-04-15 11:18:48 UTC Tests are running...
🔴 2024-04-15 12:44:16 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
32789 29417 0 3 3343 26

@github-actions
Copy link

github-actions bot commented Apr 15, 2024

2024-04-15 11:15:18 UTC Pre-commit check for c28567c has started.
2024-04-15 11:15:20 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-15 11:17:14 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Apr 15, 2024

2024-04-15 11:16:32 UTC Pre-commit check for c28567c has started.
2024-04-15 11:16:35 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-15 11:18:36 UTC Build successful.
2024-04-15 11:20:19 UTC Tests are running...
🔴 2024-04-15 12:50:24 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8962 8754 0 30 148 30

@github-actions
Copy link

github-actions bot commented Apr 17, 2024

2024-04-17 13:04:50 UTC Pre-commit check for 22f5780 has started.
2024-04-17 13:04:51 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-17 13:06:32 UTC Build successful.
2024-04-17 13:08:11 UTC Tests are running...
🔴 2024-04-17 14:38:37 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8932 8715 0 37 154 26

@github-actions
Copy link

github-actions bot commented Apr 17, 2024

2024-04-17 13:08:58 UTC Pre-commit check for 22f5780 has started.
2024-04-17 13:09:00 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-17 13:10:59 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Apr 17, 2024

2024-04-17 13:10:06 UTC Pre-commit check for 22f5780 has started.
2024-04-17 13:10:07 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-17 13:11:44 UTC Build successful.
2024-04-17 13:13:18 UTC Tests are running...
🔴 2024-04-17 14:36:07 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
32963 29572 0 3 3360 28

@EgorkaZ EgorkaZ merged commit 75936dd into ydb-platform:main Apr 18, 2024
EgorkaZ added a commit to EgorkaZ/ydb that referenced this pull request Apr 19, 2024
EgorkaZ added a commit to EgorkaZ/ydb that referenced this pull request Apr 19, 2024
skywalker-jpg pushed a commit to skywalker-jpg/ydb that referenced this pull request Apr 22, 2024
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.

4 participants