| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: make all unit tests pass under bazel build - Fix ObserverTest failures (InstanceInfoSyncerTest bad_function_call crash, WatchInstance/GetAndWatch/GetOrWatch/SubscribeInstanceEvent timeouts): * observer_actor.cpp: add null guard for instanceInfoSyncerCbFunc_ in InstanceInfoSyncer and PartialInstanceInfoSyncer * observer_actor.cpp: call CancelWatchInstance in DelInstanceEvent when instance not in revision map and isPartialWatchInstances_ is set * control_plane_observer_test.cpp: use direct callback assignment in InstanceInfoSyncerTest; reset isPartialWatchInstances_ in TearDown - Fix checkpoint dir permissions in CI: make DEFAULT_CHECKPOINT_DIR configurable via flag; add ckpt_file_manager_actor_test.cpp that uses a temp dir; update runtime_mgr_driver_test.cpp and function_agent_driver_test.cpp to use temp ckpt dir - Add Bazel build support: curl_sdk.bzl, obs_sdk.bzl for prebuilt deps; BUILD.bazel updates for common, function_agent; .bazelrc OTel ABI fix Signed-off-by: robbluo <luowenyu4@huawei.com> | 2 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 17 天前 | |
feat: ut sync | 7 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 17 天前 | |
!346 feat(runtime-manager):replace Then chains with OnComplete and preserve error messages From: @pikachuwan Reviewed-by: @slichengsong | 3 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 17 天前 | |
refactor(test): clean up type mismatch compilation warnings - Updated test assertions to use proper types - Added explicit type casting where needed Signed-off-by: yexu2535 <yexu2535@gmail.com> | 4 个月前 | |
fix: stop restored sandbox runtimes via container executor Signed-off-by: mhsong2 <songminhui2@huawei.com> | 16 天前 | |
fix(function_proxy):蓝区llt代码同步 Signed-off-by: wuuhang <wuhang30@huawei.com> | 2 个月前 | |
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
fix(test): prevent use-after-free in StdMonitorActorTest callbacks Lambdas in AddValidFdWithCallback and MultipleFdMonitoring captured local variables by reference. The StdMonitorActor dispatches HandleEvent via litebus::Async, so callbacks can fire asynchronously after the test body returns and the stack locals are destroyed, causing SIGSEGV. Fix: use shared_ptr<atomic<bool>> for per-callback state so the callback can safely write to heap memory regardless of when it fires. Signed-off-by: robbluo <luowenyu4@huawei.com> | 2 个月前 | |
【CICD】移除当前不可靠的测试用例 | 7 个月前 | |
refactor(test): clean up type mismatch compilation warnings - Updated test assertions to use proper types - Added explicit type casting where needed Signed-off-by: yexu2535 <yexu2535@gmail.com> | 4 个月前 | |
fix: make all unit tests pass under bazel build - Fix ObserverTest failures (InstanceInfoSyncerTest bad_function_call crash, WatchInstance/GetAndWatch/GetOrWatch/SubscribeInstanceEvent timeouts): * observer_actor.cpp: add null guard for instanceInfoSyncerCbFunc_ in InstanceInfoSyncer and PartialInstanceInfoSyncer * observer_actor.cpp: call CancelWatchInstance in DelInstanceEvent when instance not in revision map and isPartialWatchInstances_ is set * control_plane_observer_test.cpp: use direct callback assignment in InstanceInfoSyncerTest; reset isPartialWatchInstances_ in TearDown - Fix checkpoint dir permissions in CI: make DEFAULT_CHECKPOINT_DIR configurable via flag; add ckpt_file_manager_actor_test.cpp that uses a temp dir; update runtime_mgr_driver_test.cpp and function_agent_driver_test.cpp to use temp ckpt dir - Add Bazel build support: curl_sdk.bzl, obs_sdk.bzl for prebuilt deps; BUILD.bazel updates for common, function_agent; .bazelrc OTel ABI fix Signed-off-by: robbluo <luowenyu4@huawei.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 17 天前 | ||
| 7 个月前 | ||
| 17 天前 | ||
| 3 天前 | ||
| 17 天前 | ||
| 4 个月前 | ||
| 16 天前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 7 个月前 | ||
| 4 个月前 | ||
| 2 个月前 |