memcached/memcached

Audit testapp.c for removal/slimdown.

Aperta

#674 aperta il 13 mag 2020

 (0 commenti) (0 reazioni) (0 assegnatari)C (3327 fork)batch import
help wanted

Metriche repository

Star
 (14.185 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I'm too tired of having two different test suites; and I personally never open testapp.c unless someone's patching it to fix something.

Some small part of it makes sense: unit tests for some builtin functions (good! I kinda want more of this). I want to (or anyone can) audit all of the tests that use an external memcached and see which can be removed. A bulk of the code are the binary protocol tests; those should overlap with t/binary.t - and if something is missing from there it should be added and removed from testapp.

Aside form those there are a couple of issue fix/tests which should just be ported to perl. I've kept it around this long since I thought I'd reach for it when doing test fixes for certain things, but that's never happened.

Guida contributor