Jiaming Zhang

Results 3 issues of Jiaming Zhang

**Describe the bug** A clear and concise description of what the bug is. A flaky test is detected by running pytest plug-in flake-finder. Particularly is the test "test_force_grad" "assert (...

test

There is a flaky test in ClassifyTest test_init by running: ``` pytest --flake-finder ``` The failed test is due to the uncleaned cache for test rerunning. When cache existed, the...

I have detected some flaky tests using pytest plugin flake finder, the details of this plugin can be found at: https://github.com/dropbox/pytest-flakefinder Flaky test: test_transports.py::test_httptransport_timeout location: ``` def test_httptransport_timeout(): start_time =...