# HG changeset patch # User Stacy Yeh # Date 1432144119 25200 # Node ID b99f4f3c5f84adc42a5bf3e2525aa50258d0d4a0 # Parent 3812efebdd52efb68c249e27e93bb9668803878d 20460626 MEMCACHED should have some master test results to compare against diff -r 3812efebdd52 -r b99f4f3c5f84 components/memcached/Makefile --- a/components/memcached/Makefile Wed May 20 10:45:46 2015 -0700 +++ b/components/memcached/Makefile Wed May 20 10:48:39 2015 -0700 @@ -64,6 +64,13 @@ CONFIGURE_OPTIONS += --localstatedir=/var CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" +# Transforms remove unnecessary text from results +COMPONENT_TEST_TRANSFORMS += \ + '-e "s|\(failed to listen on TCP port \).*|\1|" ' \ + '-e "s|\(Tests=6851\).*|\1|" '\ + '-e "/\(slab class\).*/d" ' \ + '-e "/\(<\).*/d" ' + ASLR_MODE = $(ASLR_ENABLE) # common targets diff -r 3812efebdd52 -r b99f4f3c5f84 components/memcached/test/results-64.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/memcached/test/results-64.master Wed May 20 10:48:39 2015 -0700 @@ -0,0 +1,131 @@ +make[1]: Entering directory `$(@D)' +./sizes +Slab Stats 64 +Thread stats 200 +Global stats 224 +Settings 136 +Item (no cas) 48 +Item (cas) 56 +Libevent thread 176 +Connection 520 +---------------------------------------- +libevent thread cumulative 13176 +Thread stats cumulative 13000 +./testapp +1..48 +ok 1 - cache_create +ok 2 - cache_constructor +ok 3 - cache_constructor_fail +ok 4 - cache_destructor +ok 5 - cache_reuse +ok # SKIP 6 - cache_redzone +ok 7 - issue_161 +ok 8 - strtol +ok 9 - strtoll +ok 10 - strtoul +ok 11 - strtoull +ok 12 - issue_44 +ok 13 - vperror +ok 14 - issue_101 +ok 15 - start_server +ok 16 - issue_92 +ok 17 - issue_102 +ok 18 - binary_noop +ok 19 - binary_quit +ok 20 - binary_quitq +ok 21 - binary_set +ok 22 - binary_setq +ok 23 - binary_add +ok 24 - binary_addq +ok 25 - binary_replace +ok 26 - binary_replaceq +ok 27 - binary_delete +ok 28 - binary_deleteq +ok 29 - binary_get +ok 30 - binary_getq +ok 31 - binary_getk +ok 32 - binary_getkq +ok 33 - binary_incr +ok 34 - binary_incrq +ok 35 - binary_decr +ok 36 - binary_decrq +ok 37 - binary_version +ok 38 - binary_flush +ok 39 - binary_flushq +ok 40 - binary_append +ok 41 - binary_appendq +ok 42 - binary_prepend +ok 43 - binary_prependq +ok 44 - binary_stat +ok 45 - binary_illegal +ok 46 - binary_pipeline_hickup +SIGINT handled. +ok 47 - shutdown +ok 48 - stop_server +prove ./t +getaddrinfo(): node name or service name not known +failed to listen on TCP port +Invalid value for binding protocol: http + -- should be one of auto, binary, or ascii +Number of threads must be greater than 0 +t/00-startup.t ....... ok +t/64bit.t ............ ok +t/binary-get.t ....... ok +This server is not built with SASL support. +t/binary-sasl.t ...... ok +t/binary.t ........... ok +t/bogus-commands.t ... ok +t/cas.t .............. ok +t/daemonize.t ........ ok +t/dash-M.t ........... ok +t/evictions.t ........ ok +t/expirations.t ...... ok +t/flags.t ............ ok +t/flush-all.t ........ ok +t/getset.t ........... ok +t/incrdecr.t ......... ok +t/issue_104.t ........ ok +t/issue_108.t ........ ok +t/issue_14.t ......... ok +t/issue_140.t ........ skipped: Fix for Issue 140 was only an illusion +t/issue_152.t ........ ok +t/issue_163.t ........ ok +t/issue_183.t ........ ok +t/issue_192.t ........ ok +t/issue_22.t ......... ok +t/issue_29.t ......... ok +t/issue_3.t .......... ok +t/issue_41.t ......... ok +t/issue_42.t ......... ok +t/issue_50.t ......... ok +t/issue_61.t ......... ok +t/issue_67.t ......... ok +t/issue_68.t ......... ok +t/issue_70.t ......... ok +Item max size cannot be less than 1024 bytes. +Cannot set item size limit higher than 128 mb. +WARNING: Setting item max size above 1MB is not recommended! + Raising this limit increases the minimum memory requirements + and will decrease your memory efficiency. +WARNING: Setting item max size above 1MB is not recommended! + Raising this limit increases the minimum memory requirements + and will decrease your memory efficiency. +t/item_size_max.t .... ok +t/line-lengths.t ..... ok +t/lru.t .............. ok +t/maxconns.t ......... ok +t/multiversioning.t .. ok +t/noreply.t .......... ok +t/slabs_reassign.t ... ok +t/stats-detail.t ..... ok +t/stats.t ............ ok +t/touch.t ............ ok +t/udp.t .............. ok +t/unixsocket.t ....... ok +fatal: Not a git repository (or any parent up to mount parent ) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +t/whitespace.t ....... skipped: Skipping tests probably because you don't have git. +All tests successful. +Files=46, Tests=6851 +Result: PASS +make[1]: Leaving directory `$(@D)'