<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/actors/testlib/test_runtime.cpp, branch get_cmakelists2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=get_cmakelists2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=get_cmakelists2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-06-07T12:51:22Z</updated>
<entry>
<title>Fix memory leak in TActorSystem</title>
<updated>2023-06-07T12:51:22Z</updated>
<author>
<name>a-sumin</name>
<email>a-sumin@yandex-team.com</email>
</author>
<published>2023-06-07T12:51:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=668b4b0738d0884b52e9212ea4ea1b78e5056937'/>
<id>urn:sha1:668b4b0738d0884b52e9212ea4ea1b78e5056937</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch TMonotonic to CLOCK_BOOTTIME instead of a separate type</title>
<updated>2023-05-16T21:09:28Z</updated>
<author>
<name>snaury</name>
<email>snaury@ydb.tech</email>
</author>
<published>2023-05-16T21:09:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=56a6dcb981398ed4ff100c1cee255d0737c80ec3'/>
<id>urn:sha1:56a6dcb981398ed4ff100c1cee255d0737c80ec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support monotonic boot time with suspend awareness</title>
<updated>2023-05-16T10:43:28Z</updated>
<author>
<name>snaury</name>
<email>snaury@ydb.tech</email>
</author>
<published>2023-05-16T10:43:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c9df7fc86be0b15adc1e812144c41ab5c057baef'/>
<id>urn:sha1:c9df7fc86be0b15adc1e812144c41ab5c057baef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getting rid of TActorContext in state functions</title>
<updated>2023-04-14T16:33:25Z</updated>
<author>
<name>xenoxeno</name>
<email>xeno@ydb.tech</email>
</author>
<published>2023-04-14T16:33:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=df5ff1cecdb0e5b003bac878ed54c7b5bf168009'/>
<id>urn:sha1:df5ff1cecdb0e5b003bac878ed54c7b5bf168009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert light events</title>
<updated>2023-03-28T11:31:05Z</updated>
<author>
<name>xenoxeno</name>
<email>xeno@ydb.tech</email>
</author>
<published>2023-03-28T11:31:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=33421d638103cc382ba851d2491740e2db576307'/>
<id>urn:sha1:33421d638103cc382ba851d2491740e2db576307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>light events for actor system</title>
<updated>2023-03-09T09:10:01Z</updated>
<author>
<name>xenoxeno</name>
<email>xeno@ydb.tech</email>
</author>
<published>2023-03-09T09:10:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ad607bb887619f321dec03b02df8220e01b7f5aa'/>
<id>urn:sha1:ad607bb887619f321dec03b02df8220e01b7f5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add UT for IC version control,</title>
<updated>2023-01-26T07:45:50Z</updated>
<author>
<name>serg-belyakov</name>
<email>serg-belyakov@yandex-team.com</email>
</author>
<published>2023-01-26T07:45:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=aa2d3064f9f20bb26e88c7bce3845c5e91d735aa'/>
<id>urn:sha1:aa2d3064f9f20bb26e88c7bce3845c5e91d735aa</id>
<content type='text'>
initial</content>
</entry>
<entry>
<title>Refactor sending and registration methods,</title>
<updated>2023-01-12T19:56:40Z</updated>
<author>
<name>kruall</name>
<email>kruall@ydb.tech</email>
</author>
<published>2023-01-12T19:56:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=af0ed98ed997e247080b5ea3e9db13fd6473f85d'/>
<id>urn:sha1:af0ed98ed997e247080b5ea3e9db13fd6473f85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>schemeshard: make reboot tests run faster</title>
<updated>2022-12-26T11:26:12Z</updated>
<author>
<name>ijon</name>
<email>ijon@yandex-team.com</email>
</author>
<published>2022-12-26T11:26:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8ce914020316a4287ea63e40d561388541c6c050'/>
<id>urn:sha1:8ce914020316a4287ea63e40d561388541c6c050</id>
<content type='text'>
Speedup schemeshard tests with reboots (by 2.5 times approx.)
by not running them with datashard log batching enabled.

It is safe because tests with log batching discover less problems
than without ("glueing" transactions together eliminate chance of
something bad happen in between).</content>
</entry>
<entry>
<title>async send method</title>
<updated>2022-11-07T10:26:37Z</updated>
<author>
<name>ivanmorozov</name>
<email>ivanmorozov@yandex-team.com</email>
</author>
<published>2022-11-07T10:26:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3ec63e4abb2b40be05ea2d7a79e1cfdc249697b3'/>
<id>urn:sha1:3ec63e4abb2b40be05ea2d7a79e1cfdc249697b3</id>
<content type='text'>
</content>
</entry>
</feed>
