Block a user
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-22 10:08:06 +00:00
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-20 14:38:01 +00:00
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-20 09:05:56 +00:00
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-20 08:05:14 +00:00
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-20 08:01:22 +00:00
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-20 07:34:13 +00:00
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
所以这两个出现问题的用例可能本身没有问题,而是目前 SG2044 实时调度不可用。
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
基于 sg2044 测试发现实际上是本机实时调度不可用:
1. 独立于 LTP 的系统级验证
在测试机上直接尝试把当前进程切到实时调度策略:
sudo chrt -r 1 true sudo chrt -f 1 true
两条都失…
chainsx
pushed to fix-functional-realtime-skip at chainsx/openruyi-autotest
2026-08-19 11:36:00 +00:00
chainsx
created branch fix-functional-realtime-skip in chainsx/openruyi-autotest
2026-08-19 11:35:45 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-19 01:16:07 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-19 01:12:50 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-18 20:09:20 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-18 18:55:45 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-18 14:51:50 +00:00
chainsx
pushed to fix-functional-blktests-typo at chainsx/openruyi-autotest
2026-08-18 13:49:48 +00:00
chainsx
created branch fix-functional-blktests-typo in chainsx/openruyi-autotest
2026-08-18 13:47:24 +00:00
fix(compatibility): avoid BeakerLib cleanup readonly error
对于删除 rlCleanupAppend:
rlCleanupAppend 是 BeakerLib 提供的机制,用来注册一个 cleanup 回调函数,供测试结束时执行。
问题在于,BeakerLib 执行 cleanup 前会把当前 shell 的大量变量序列化到一…