Upgrade arrow to latest master (#4858)

This commit is contained in:
Philipp Moritz
2019-05-28 16:04:16 -07:00
committed by Robert Nishihara
parent 64a01b2ab6
commit 64eb7b322c
4 changed files with 24 additions and 17 deletions
@@ -80,6 +80,7 @@ if __name__ == "__main__":
},
},
})
time.sleep(5.0)
leaked = leaked_processes()
assert not leaked, "LEAKED PROCESSES: {}".format(leaked)
assert not os.path.exists(UNIQUE_FILE_0), "atexit handler not called"