DDL: 
                CREATE TABLE `SourceTable_14958053299515845309` (
                    Key Uint32,
                    Key2 Uuid,
                    v01 Uuid,
                    v02 Uuid NOT NULL,
                    v03 Double,
                    PRIMARY KEY (Key, Key2)
                );
        
>>>>> Query: 
            UPSERT INTO `SourceTable_14958053299515845309` (Key,Key2,v01,v02,v03) VALUES
            (
                1,
                CAST("00078af5-0000-0000-6c0b-040000000000" as Uuid),
                CAST("00078af5-0000-0000-6c0b-040000000001" as Uuid),
                UNWRAP(CAST("00078af5-0000-0000-6c0b-040000000002" as Uuid)),
                CAST("311111111113.222222223" as Double)
            );
        
DDL: 
            CREATE ASYNC REPLICATION `Replication_14958053299515845309`
            FOR `SourceTable_14958053299515845309` AS `Table_14958053299515845309`
            WITH (
                CONNECTION_STRING = 'grpc://localhost:16244/?database=local'
            );
        
>>>>> Query: SELECT `Key2`, `v01`, `v02`, `v03` FROM `Table_14958053299515845309` ORDER BY `Key2`, `v01`, `v02`, `v03`
>>>>> Query error: <main>: Error: Type annotation, code: 1030
    <main>:1:1: Error: At function: KiReadTable!
        <main>:1:1: Error: Cannot find table 'db.[/local/Table_14958053299515845309]' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions., code: 2003
Attempt=19 count=-1
>>>>> Query: SELECT `Key2`, `v01`, `v02`, `v03` FROM `Table_14958053299515845309` ORDER BY `Key2`, `v01`, `v02`, `v03`
Attempt=18 count=1
DDL: DROP ASYNC REPLICATION `Replication_14958053299515845309`;
[[bad]]assertion failed at ydb/core/transfer/ut/common/utils.h:292, void NReplicationTest::MainTestCase::ExecuteDDL(const std::string &, bool, const std::optional<std::string>): (res.IsSuccess()) <main>: Error: Executing ESchemeOpDropReplication, code: 2005
    <main>: Error: Connection to tablet was lost., code: 2005
[[rst]]
[[alt1]]TBackTrace::Capture()+28 (0x1895E1C)
NUnitTest::NPrivate::RaiseError(char const*, TBasicString<char, std::__y1::char_traits<char>> const&, bool)+604 (0x19A494C)
NReplicationTest::MainTestCase::ExecuteDDL(std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>> const&, bool, std::__y1::optional<std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>>)+4819 (0x154F363)
NReplicationTest::MainTestCase::DropReplication()+289 (0x15430F1)
NTestSuiteReplication::TTestCaseTypes::Execute_(NUnitTest::TTestContext&)+4127 (0x153E71F)
std::__y1::__function::__func<NTestSuiteReplication::TCurrentTest::Execute()::'lambda'(), std::__y1::allocator<NTestSuiteReplication::TCurrentTest::Execute()::'lambda'()>, void ()>::operator()()+280 (0x154BF58)
TColoredProcessor::Run(std::__y1::function<void ()>, TBasicString<char, std::__y1::char_traits<char>> const&, char const*, bool)+538 (0x19D47CA)
NUnitTest::TTestBase::Run(std::__y1::function<void ()>, TBasicString<char, std::__y1::char_traits<char>> const&, char const*, bool)+504 (0x19AB628)
NTestSuiteReplication::TCurrentTest::Execute()+1229 (0x154ADED)
NUnitTest::TTestFactory::Execute()+2176 (0x19ACDE0)
NUnitTest::RunMain(int, char**)+5805 (0x19CE58D)
??+0 (0x7F0DFBF8AD90)
__libc_start_main+128 (0x7F0DFBF8AE40)
_start+41 (0x150D029)
[[rst]]
DDL: 
                CREATE TABLE `SourceTable_14959390875971554477` (
                    Key Uint64 NOT NULL,
                    Message Utf8,
                    PRIMARY KEY (Key)
                );
            
[[bad]](NYdb::Dev::TContractViolation) Attempt to use result with not successfull status. TCreateSessionResult::GetSession
[[rst]]
[[alt1]][[rst]]
DDL: 
                CREATE TABLE `SourceTable_12585578442018682595` (
                    Key Uint64 NOT NULL,
                    Message Utf8,
                    PRIMARY KEY (Key)
                ) WITH (
                    AUTO_PARTITIONING_BY_SIZE = ENABLED,
                    AUTO_PARTITIONING_PARTITION_SIZE_MB = 1,
                    AUTO_PARTITIONING_BY_LOAD = ENABLED,
                    AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1,
                    AUTO_PARTITIONING_MAX_PARTITIONS_COUNT = 10,
                    UNIFORM_PARTITIONS = 1
                );
            
[[bad]](NYdb::Dev::TContractViolation) Attempt to use result with not successfull status. TCreateSessionResult::GetSession
[[rst]]
[[alt1]][[rst]]

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: 600 second(s) wait timeout has expired: Command '['/home/runner/.ya/tools/v4/10658668958/test_tool', 'run_ut', '@/home/runner/.ya/build/build_root/wyw9/002fb0/ydb/tests/functional/replication/test-results/unittest/testing_out_stuff/test_tool.args']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1772, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("600 second(s) wait timeout has expired: Command '['/home/runner/.ya/tools/v4/10658668958/test_tool', 'run_ut', '@/home/runner/.ya/build/build_root/wyw9/002fb0/ydb/tests/functional/replication/test-results/unittest/testing_out_stuff/test_tool.args']' stopped by 600 seconds timeout",), {})
