Commit Graph

4 Commits

Author SHA1 Message Date
Victor Agababov 55f46ef531
Fix nits in depchecker (#1865) 2020-10-27 22:19:34 -07:00
Matt Moore f602e6753c
Add check variants that return errors for more extensive testing. (#1861) 2020-10-27 17:16:34 -07:00
Matt Moore e39bfc4544
Add AssertOnlyDeps variant (#1859)
* Add AssertOnlyDeps variant

* Wording nits
2020-10-27 17:00:34 -07:00
Matt Moore 38578c3cf4
Add a test package for making assertions about dependencies. (#1853)
* Add a test package for making assertions about dependencies.

See the example test for illustrative examples of usage.  It is notable that the gofuzz test failed until I rebased on Ville's recent change.

The goal here is ultimately to assert that our key libraries don't take on heavy dependencies to combat the binary-size bloat that currently afflicts the queue-proxy.

* vagababov feedback
2020-10-27 09:42:33 -07:00