< Project:Perl < maint-notes < dev-perl
Project:Perl/maint-notes/dev-perl/Cache-Memcached
Testing
Comprehensive testing requires a manually installed, configured, and started memcached. ( Though the default configuration seems to be OK, but if you've changed this, additional changes may be needed for tests to work )
For ensuring all tests run, first:
Install net-misc/memcached:
root #
emerge -va1 net-misc/memcached
Turn on a memcached server:
root #
rc-service memcached start
Then run the tests as follows:
root #
FEATURES="-network-sandbox test" emerge -va1 dev-perl/Cache-Memcached
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.