Author | SHA1 | Message | Date |
---|---|---|---|
Callum Waters | e81b0e290e | spec: merge spec repo into tendermint repo (#7804) | 3 years ago |
M. J. Fromberger |
7e09c2ef43
|
Clean up temp files more thoroughly after testing. (#7815)
Our test cases spew a lot of files and directories around $TMPDIR. Make more thorough use of the testing package's TempDir methods to ensure these are cleaned up. In a few cases, this required plumbing test contexts through existing helper code. In a couple places an explicit path was required, to work around cases where we do global setup during a TestMain function. Those cases probably deserve more thorough cleansing (preferably with fire), but for now I have just worked around it to keep focused on the cleanup. |
3 years ago |
Sam Kleinman |
f2cc496f09
|
testing: pass testing.T to assert and require always, assertion cleanup (#7508) | 3 years ago |
Sam Kleinman |
d0e03f01fc
|
sync: remove special mutexes (#7438) | 3 years ago |
Sharad Chand |
8441b3715a
|
migrate away from deprecated ioutil APIs (#7175)
Co-authored-by: Callum Waters <cmwaters19@gmail.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> |
3 years ago |
Marko |
719e028e00
|
libs: internalize some packages (#6366)
## Description Internalize some libs. This reduces the amount ot public API tendermint is supporting. The moved libraries are mainly ones that are used within Tendermint-core. |
3 years ago |