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

[DocDB] Enable YCQL packed row in CDC DB unit tests #16411

Open
1 task done
rthallamko3 opened this issue Mar 13, 2023 · 0 comments
Open
1 task done

[DocDB] Enable YCQL packed row in CDC DB unit tests #16411

rthallamko3 opened this issue Mar 13, 2023 · 0 comments
Assignees
Labels
area/cdc Change Data Capture kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@rthallamko3
Copy link
Contributor

rthallamko3 commented Mar 13, 2023

Jira Link: DB-5822

Description

Commit 3d4ce59 disabled YCQL packed row for CDC tests. The tests fail with the following errors:

../../src/yb/integration-tests/cdc_service-int-test.cc:615: Failure
Value of: change_resp.has_error()
  Actual: true
Expected: false
Google Test trace:
../../src/yb/integration-tests/cdc_service-int-test.cc:613: stream_id: "4ea43c183cf14890a914db0449d858af"
tablet_id: "442d8e04f5e9449083b54d2ec72e0ffc"
from_checkpoint {
  op_id {
    term: 1
    index: 2
  }
}

Test failure stack trace:
    @        0x126e39a7d  testing::internal::TestEventRepeater::OnTestPartResult()
    @        0x126e23e1c  testing::UnitTest::AddTestPartResult()
    @        0x126e1f671  testing::internal::AssertHelper::operator=()
    @        0x10ab9a776  yb::cdc::CDCServiceTest_TestSafeTime_Test::TestBody()
    @        0x126e33aa8  testing::internal::HandleExceptionsInMethodIfSupported<>()
    @        0x126e339fd  testing::Test::Run()
    @        0x126e34b9f  testing::TestInfo::Run()
    @        0x126e358b8  testing::TestSuite::Run()
    @        0x126e45df6  testing::internal::UnitTestImpl::RunAllTests()
    @        0x126e45648  testing::internal::HandleExceptionsInMethodIfSupported<>()
    @        0x126e455cc  testing::UnitTest::Run()
    @        0x10cf7c4d1  RUN_ALL_TESTS()
    @        0x10b1863b3  main

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@rthallamko3 rthallamko3 added area/cdc Change Data Capture status/awaiting-triage Issue awaiting triage labels Mar 13, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Mar 13, 2023
@yugabyte-ci yugabyte-ci removed the status/awaiting-triage Issue awaiting triage label Apr 10, 2023
@yugabyte-ci yugabyte-ci assigned adithya-kb and unassigned rknsai-yb Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cdc Change Data Capture kind/bug This issue is a bug priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

4 participants