Does dropout_op_test.cc have random behavior?
Created by: wangkuiyi
This test failed in CI with a PR that only changes a source file name:
[13:43:06] Errors while running CTest
[13:43:06]
[13:43:06] 99% tests passed, 1 tests failed out of 215
[13:43:06]
[13:43:06] Total Test time (real) = 583.29 sec
[13:43:06]
[13:43:06] The following tests FAILED:
[13:43:06] 135 - dropout_op_test (Failed)
[13:43:07] Process exited with code 8
[13:43:07] Process exited with code 8
[13:43:07] Step Build and test (Command Line) failed
However, it passes when I run ctest
locally.