Skip to content

24-2: Allow streams on index tables#7154

Merged
CyberROFL merged 8 commits intoydb-platform:stable-24-2from
CyberROFL:changefeeds-on-index-table-24-2
Jul 29, 2024
Merged

24-2: Allow streams on index tables#7154
CyberROFL merged 8 commits intoydb-platform:stable-24-2from
CyberROFL:changefeeds-on-index-table-24-2

Conversation

@CyberROFL
Copy link
Member

@CyberROFL CyberROFL commented Jul 26, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@CyberROFL CyberROFL self-assigned this Jul 26, 2024
@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 16:21:06 UTC Pre-commit check for 4bf2bf6 has started.
2024-07-26 16:21:08 UTC Build linux-x86_64-release-asan is running...
🔴 2024-07-26 17:30:11 UTC Build failed. see the build logs.
🔴 2024-07-26 17:31:47 UTC Tests run skipped.

@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 16:21:55 UTC Pre-commit check for 4bf2bf6 has started.
2024-07-26 16:21:58 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-07-26 17:34:39 UTC Build failed. see the build logs.

@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 16:22:49 UTC Pre-commit check for 4bf2bf6 has started.
2024-07-26 16:22:51 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-07-26 17:25:22 UTC Build failed. see the build logs.
🔴 2024-07-26 17:26:52 UTC Tests run skipped.

@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 18:46:02 UTC Pre-commit check for b4c5edf has started.
2024-07-26 18:46:05 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-07-26 19:59:34 UTC Build failed. see the build logs.
🔴 2024-07-26 20:01:09 UTC Tests run skipped.

@CyberROFL CyberROFL marked this pull request as ready for review July 26, 2024 18:46
@CyberROFL CyberROFL requested a review from a team as a code owner July 26, 2024 18:46
@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 18:47:37 UTC Pre-commit check for b4c5edf has started.
2024-07-26 18:47:39 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-07-26 19:58:34 UTC Build failed. see the build logs.

@github-actions
Copy link

github-actions bot commented Jul 26, 2024

2024-07-26 18:47:43 UTC Pre-commit check for b4c5edf has started.
2024-07-26 18:47:46 UTC Build linux-x86_64-release-asan is running...
🔴 2024-07-26 19:56:07 UTC Build failed. see the build logs.
🔴 2024-07-26 19:57:39 UTC Tests run skipped.

@CyberROFL CyberROFL force-pushed the changefeeds-on-index-table-24-2 branch from b8d06ed to 5e14f11 Compare July 27, 2024 17:39
@github-actions
Copy link

github-actions bot commented Jul 27, 2024

2024-07-27 17:42:45 UTC Pre-commit check for f6eaf34 has started.
2024-07-27 17:42:48 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-07-27 18:52:44 UTC Build successful.

@github-actions
Copy link

github-actions bot commented Jul 27, 2024

2024-07-27 17:43:39 UTC Pre-commit check for f6eaf34 has started.
2024-07-27 17:43:41 UTC Build linux-x86_64-release-asan is running...
🟢 2024-07-27 19:00:27 UTC Build successful.
2024-07-27 19:02:25 UTC Tests are running...
🔴 2024-07-27 21:05:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10368 10205 0 50 77 36

@github-actions
Copy link

github-actions bot commented Jul 27, 2024

2024-07-27 17:43:47 UTC Pre-commit check for f6eaf34 has started.
2024-07-27 17:43:49 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-07-27 18:51:13 UTC Build successful.
2024-07-27 18:53:02 UTC Tests are running...
🔴 2024-07-27 20:41:57 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
24596 22794 0 20 1743 39

@github-actions
Copy link

github-actions bot commented Jul 28, 2024

2024-07-28 11:16:05 UTC Pre-commit check for f4f12de has started.
2024-07-28 11:16:19 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-07-28 12:22:11 UTC Build successful.
2024-07-28 12:23:58 UTC Tests are running...
🔴 2024-07-28 14:07:23 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
24585 22817 0 2 1743 23

@github-actions
Copy link

github-actions bot commented Jul 28, 2024

2024-07-28 11:16:39 UTC Pre-commit check for f4f12de has started.
2024-07-28 11:16:42 UTC Build linux-x86_64-release-asan is running...
🟢 2024-07-28 12:27:46 UTC Build successful.
2024-07-28 12:29:33 UTC Tests are running...
🔴 2024-07-28 14:27:06 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10360 10232 0 20 61 47

@github-actions
Copy link

github-actions bot commented Jul 28, 2024

2024-07-28 11:17:16 UTC Pre-commit check for f4f12de has started.
2024-07-28 11:17:19 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-07-28 12:33:49 UTC Build successful.

@CyberROFL CyberROFL enabled auto-merge (squash) July 28, 2024 20:34
@CyberROFL CyberROFL merged commit 81ddfd5 into ydb-platform:stable-24-2 Jul 29, 2024
@CyberROFL CyberROFL deleted the changefeeds-on-index-table-24-2 branch July 30, 2024 17:22
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.

2 participants