Closed
Description
The follow unit test has the title SimpleUnbufferedChannelTest
Paddle/paddle/framework/channel_test.cc
Lines 85 to 104 in 4716825
This implies that it is specifically design to test unbuffered channels.
However, the logic would pass with buffered channels too.
It seems that we should
- either rename it to SimpleChannelTest -- remove the word "Unbuffered", or
- rewrite it so that it works with unbuffered channel and fails with buffered channels.
Metadata
Metadata
Assignees
Labels
No labels