提交 58100b2e 编写于 作者: Y yuyang18

Disabled unstable tests

上级 6db9c3c7
...@@ -111,7 +111,7 @@ void StartServer(const std::string& endpoint) { ...@@ -111,7 +111,7 @@ void StartServer(const std::string& endpoint) {
// NOTE(yuyang18) : This test is buggy. // NOTE(yuyang18) : This test is buggy.
// 1. We should not use port 8889 before check. // 1. We should not use port 8889 before check.
// 2. We should not use sleep(2) to sync threads. // 2. We should not use sleep(2) to sync threads.
TEST(PREFETCH, DISABLE_CPU) { TEST(PREFETCH, DISABLED_CPU) {
// start up a server instance backend // start up a server instance backend
std::thread server_thread(StartServer, "127.0.0.1:8889"); std::thread server_thread(StartServer, "127.0.0.1:8889");
sleep(2); sleep(2);
......
...@@ -63,7 +63,7 @@ void StartServer(std::atomic<bool>* initialized) { ...@@ -63,7 +63,7 @@ void StartServer(std::atomic<bool>* initialized) {
server_thread.join(); server_thread.join();
} }
TEST(SendNcclId, Normal) { TEST(SendNcclId, DISABLED_Normal) {
std::atomic<bool> initialized{false}; std::atomic<bool> initialized{false};
std::thread server_thread(StartServer, &initialized); std::thread server_thread(StartServer, &initialized);
while (!initialized) { while (!initialized) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册