| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unittest junitxml add suite name to classname | alexv-smirnov | 2023-03-22 | 1 | -0/+3 | 
| | | |||||
| * | Allow to AddOrReplace headers from THttpResponse | av-koshkin | 2023-03-22 | 2 | -0/+36 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-21 | 1 | -1/+2 | 
| | | |||||
| * | Don't use standalone GNU iconv in opensource | svidyuk | 2023-03-21 | 5 | -9/+9 | 
| | | |||||
| * | Support --fork-tests in JUnitProcessor. Support more than one trace ↵ | galaxycrab | 2023-03-20 | 5 | -118/+483 | 
| | | | | | processor. Capture stderr/stdout logs, backtrace and time in JUnitProcesor | ||||
| * | fixup: now AllowComments worked prepertly when using non-stream prototype of ↵ | yurial | 2023-03-20 | 1 | -4/+5 | 
| | | | | | Json2Proto | ||||
| * | Intermediate changes | robot-piglet | 2023-03-20 | 1 | -1/+4 | 
| | | |||||
| * | Поправить ошибку MemorySanitizer: use-of-uninitialized-value | tesseract | 2023-03-20 | 1 | -4/+4 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-18 | 2 | -2/+17 | 
| | | |||||
| * | YT-18571: fix YT enums' uniqueness check | ignatloskutov | 2023-03-17 | 1 | -9/+1 | 
| | | | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ``` | ||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 270 | -799/+799 | 
| | | | | Update tools: yexport | ||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 9 | -94/+342 | 
| | | |||||
| * | Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests, | serg-belyakov | 2023-03-17 | 3 | -48/+35 | 
| | | | | Remove redundant LeaseHolder resets | ||||
| * | fix writing to junitxml set by an env var from a forked test | alexv-smirnov | 2023-03-17 | 2 | -10/+22 | 
| | | |||||
| * | Fix coroutine actor destructor | alexvru | 2023-03-16 | 2 | -2/+9 | 
| | | |||||
| * | JUnitXML output for unittest | alexv-smirnov | 2023-03-16 | 8 | -0/+218 | 
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 645 | -0/+12684 | 
| | | |||||
| * | Add all-to-one UT, add handshake broker to test environment, | serg-belyakov | 2023-03-15 | 4 | -66/+132 | 
| | | | | | | | | | | Decrease HandshakeBroker inflight limit Add HandshakeBroker to test environment Setup Handshake broker in test environment Increase timeout, decrease cluster size | ||||
| * | [http/server] Add epoll max events option | sskvor | 2023-03-14 | 2 | -1/+2 | 
| | | |||||
| * | Fix cpu count metric, | kruall | 2023-03-14 | 2 | -2/+2 | 
| | | |||||
| * | Fix overbooking reaction, | kruall | 2023-03-14 | 1 | -24/+27 | 
| | | |||||
| * | Fix false starving state, | kruall | 2023-03-14 | 9 | -31/+24 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-14 | 5 | -26/+170 | 
| | | |||||
| * | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 5 | -234/+258 | 
| | | |||||
| * | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 | 
| | | |||||
| * | Disable lfalloc for 32-bit ARM architectures | ogladov | 2023-03-13 | 1 | -0/+5 | 
| | | | | Disable lfalloc for ARM archtectures | ||||
| * | Add different next permission selection strategies for handshake broker, | serg-belyakov | 2023-03-13 | 1 | -3/+38 | 
| | | | | Add different selection strategies for handhsake broker | ||||
| * | default allocator for 32bit arch: LF -> J | snermolaev | 2023-03-13 | 2 | -4/+9 | 
| | | |||||
| * | Add Broker holder class which automatically frees the broker on destroy, ↵ | serg-belyakov | 2023-03-10 | 3 | -43/+82 | 
| | | | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy, | ||||
| * | Improve coroutine actor interface | alexvru | 2023-03-10 | 4 | -24/+33 | 
| | | |||||
| * | Add THandle using in TEventLight | va-kuznecov | 2023-03-10 | 1 | -0/+1 | 
| | | | | Add THandle using in TEventLight | ||||
| * | Optimize varints | babenko | 2023-03-10 | 2 | -94/+158 | 
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.29, 2.30, 2.18 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 275 ns 275 ns 1843898 BM_MediumVarUint 825 ns 824 ns 843158 BM_LargeVarUint 1200 ns 1200 ns 585964 %% After: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.67, 1.73, 1.74 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 131 ns 130 ns 5345527 BM_MediumVarUint 505 ns 505 ns 1000000 BM_LargeVarUint 793 ns 793 ns 871621 %% | ||||
| * | Add GetPort(port) support to maintain compatibility with unittest TPortManager | alexv-smirnov | 2023-03-10 | 3 | -8/+89 | 
| | | | | | | Singleton did not allow reinitialisation, so in existing tests this line https://a.yandex-team.ru/arcadia/library/cpp/testing/common/ut/network_ut.cpp?rev=rXXXXXX#L45 did not have any effect. The tests worked just because in both tests the env var PORT_SYNC_PATH was the same and its changes did not affect the tests anyway. As we need to change the env var NO_RANDOM_PORTS to run GetPort( port ) test, I had to make a reinitialisation method, which is now being called from inside the constructor, causing its double invocation during the tests. I could not find a better solution for Singleton( | ||||
| * | Intermediate changes | robot-piglet | 2023-03-10 | 1 | -1/+23 | 
| | | |||||
| * | cleanup event_pb.h | xenoxeno | 2023-03-10 | 1 | -37/+0 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-10 | 1 | -0/+4 | 
| | | |||||
| * | Improve coroutine actor interface | alexvru | 2023-03-10 | 3 | -36/+31 | 
| | | |||||
| * | YT: Allow to define enum with custom string represenation | bulatman | 2023-03-10 | 2 | -0/+30 | 
| | | |||||
| * | Add SSL_set_tlsext_host_name ssl option | molotkov-and | 2023-03-09 | 4 | -14/+19 | 
| | | |||||
| * | light events for actor system | xenoxeno | 2023-03-09 | 58 | -385/+1538 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 504 | -2/+6866 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 1 | -3/+5 | 
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 765 | -509/+509 | 
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 350 | -302/+1394 | 
| | | | | Update tools: yexport | ||||
| * | Add yaml config utils | innokentii | 2023-03-06 | 2 | -12/+61 | 
| | | | | add yaml_config utils | ||||
| * | Interconnect handshake activity markdown | alexvru | 2023-03-06 | 1 | -6/+3 | 
| | | |||||
| * | Convert ydb/core/blobstorage/base tests to gtest | alexv-smirnov | 2023-03-06 | 13 | -0/+230 | 
| | | |||||
| * | Add capability to set headers to outgoing response | molotkov-and | 2023-03-06 | 3 | -8/+120 | 
| | | |||||
| * | Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey | babenko | 2023-03-06 | 4 | -27/+200 | 
| | | |||||
| * | Remove extra TString copy for GetPeer() call. | dcherednik | 2023-03-03 | 1 | -1/+1 | 
| | | |||||
