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

issue-2086: use multiple aio services #2126

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

sharpeye
Copy link
Collaborator

@sharpeye sharpeye commented Sep 25, 2024

@sharpeye sharpeye added large-tests Launch large tests for PR blockstore Add this label to run only cloud/blockstore build and tests on PR tsan Launch builds with thread sanitizer along with regular build msan Launch builds with memory sanitizer along with regular build labels Sep 25, 2024
@sharpeye sharpeye force-pushed the users/sharpeye/issue-2086-multi-aio branch from 74d6348 to fda3f3a Compare September 25, 2024 09:30
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit fda3f3a.

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

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit fda3f3a.

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

🔴 linux-x86_64-release-tsan: some tests FAILED for commit fda3f3a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3160 3155 0 1 4 0

@sharpeye sharpeye marked this pull request as ready for review September 25, 2024 10:24
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit fda3f3a.

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

🔴 linux-x86_64-release-tsan: some tests FAILED for commit fda3f3a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3160 3155 0 1 4 0

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit fda3f3a.

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

cloud/blockstore/config/disk.proto Outdated Show resolved Hide resolved
cloud/blockstore/config/disk.proto Outdated Show resolved Hide resolved
budevg
budevg previously approved these changes Sep 25, 2024
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-msan: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3147 3146 0 1 0 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-msan: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3147 3146 0 1 0 0

🔴 linux-x86_64-release-tsan: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3131 3126 0 1 4 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-msan: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3147 3146 0 1 0 0

🔴 linux-x86_64-release-tsan: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3131 3126 0 1 4 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit f1b456d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3439 3431 0 8 0 0

@sharpeye sharpeye force-pushed the users/sharpeye/issue-2086-multi-aio branch from f1b456d to b6065f2 Compare September 26, 2024 14:05
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-msan: some tests FAILED for commit b6065f2.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3147 3146 0 1 0 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-msan: some tests FAILED for commit b6065f2.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3147 3146 0 1 0 0

🔴 linux-x86_64-release-tsan: some tests FAILED for commit b6065f2.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3131 3126 0 1 4 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit af1041a.

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

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit af1041a.

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

🟢 linux-x86_64-release-tsan: all tests PASSED for commit af1041a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3160 3156 0 0 4 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-release-msan: all tests PASSED for commit af1041a.

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

🟢 linux-x86_64-release-tsan: all tests PASSED for commit af1041a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3160 3156 0 0 4 0

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit af1041a.

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

@sharpeye sharpeye merged commit f4cf1bb into main Sep 27, 2024
17 of 19 checks passed
@sharpeye sharpeye deleted the users/sharpeye/issue-2086-multi-aio branch September 27, 2024 06:49
sharpeye added a commit that referenced this pull request Sep 27, 2024
* issue-2086: use multiple aio services
sharpeye added a commit that referenced this pull request Sep 27, 2024
* issue-2086: introduce IFileIOServiceProvider (#2117)

* issue-2086: use multiple aio services (#2126)

* retrying EAGAIN from io_setup in vhost-server (#2143)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR msan Launch builds with memory sanitizer along with regular build tsan Launch builds with thread sanitizer along with regular build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants