Actions
Bug #16892
closedReconsider the test directory name for scheduler
Bug #16892:
Reconsider the test directory name for scheduler
Description
test/scheduler
is broke the convention of test directory. We use only class
or module
name excepts ruby
and -ext-
for test/foo directory.
Should we use test/fiber
or other?
Actions