1. 15 2月, 2018 1 次提交
    • X
      Add a script to bisect to a culprit commit. · 501f4bd2
      Xin Pan 提交于
      I expect that we need it to:
      1. Find flaky test commit.
      2. Find regression commit.
      Disable test is dangerous. We should first try to find the culprit commit
      and fix it or revert it.
      
      I managed to find 3d1ac72a (between 279aa626 and 67731297) that causes
      the recent failure of test_rnn_encoder_decoder.
      501f4bd2