PASS Metadata-DB-Search-1.05 MSWin32-x86-multi-thread 5.1
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

 Up
PASS Metadata-DB-Search-1.05 MSWin32-x86-multi-thread 5.1         

Group: perl.cpan.testers · Group Profile
Author: Dagolden
Date: May 15, 2008 12:02

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Leo Charre,

This is a computer-generated report for Metadata-DB-Search-1.05
on perl 5.10.0, created by CPAN-Reporter-1.13.

Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.

Sections of this report:

* Tester comments
* Program output
* Prerequisites
* Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'C:\strawberry\c\bin\dmake.EXE test':

C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/09_search...........defined(@array) is deprecated at t/09_search.t line 131.
(Maybe you should just omit the defined()?)

++ OPENED SQLITE C:/strawberry/cpan/build/Metadata-DB-Search-1.05-dWw3ZJ/t/premade_data.db

### 1: 1

========== SEARCH NUMBER 1

### $s_meta: {
### 'age:exact' => 18,
### eyes => 'blue',
### name => 'a'
### }
#[layered_search()]# hash
#[_execute_search_run()]# QUERY : like, name, %%a%% ..
#[_execute_search_run()]# QUERY : like, eyes, %%blue%% ..
#[_execute_search_run()]# QUERY : exact, age, 18 ..
#[_ids_present_in_all_search_results()]# runs: 3

### $object_search_params: [
### [
### 'name',
### 'a',
### 'like'
### ],
### [
### 'eyes',
### 'blue',
### 'like'
### ],
### [
### 'age',
### 18,
### 'exact'
### ]
### ]
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3

### $first_hit_meta: {
### age => [
### '18'
### ],
### bust => [
### '32C'
### ],
### chest => [
### '32'
### ],
### cup => [
### 'C'
### ],
### eyes => [
### 'blue'
### ],
### fname => [
### 'Madeline'
### ],
### hair => [
### 'brunette'
### ],
### height => [
### '6\'5"'
### ],
### hips => [
### '34'
### ],
### lname => [
### 'Gimenez'
### ],
### mname => [
### 'Jane'
### ],
### name => [
### 'Madeline Jane Gimenez'
### ],
### rings => [
### '199'
### ],
### waist => [
### '20'
### ],
### weight => [
### '120'
### ]
### }

### 2: 2

========== SEARCH NUMBER 2

### $s_meta: {
### 'age:exact' => 18,
### 'cup:exact' => 'A',
### 'eyes:exact' => 'hazel'
### }
#[layered_search()]# hash
#[_execute_search_run()]# QUERY : exact, eyes, hazel ..
#[_execute_search_run()]# QUERY : exact, cup, A ..
#[_execute_search_run()]# QUERY : exact, age, 18 ..
#[_ids_present_in_all_search_results()]# runs: 3

### $object_search_params: [
### [
### 'eyes',
### 'hazel',
### 'exact'
### ],
### [
### 'cup',
### 'A',
### 'exact'
### ],
### [
### 'age',
### 18,
### 'exact'
### ]
### ]
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3
#[_ids_present_in_all_search_results()]# runs: 3

### $first_hit_meta: {
### age => [
### '18'
### ],
### bust => [
### '30A'
### ],
### chest => [
### '30'
### ],
### cup => [
### 'A'
### ],
### eyes => [
### 'hazel'
### ],
### fname => [
### 'Andrea'
### ],
### hair => [
### 'redhead'
### ],
### height => [
### '5\'11"'
### ],
### hips => [
### '37'
### ],
### lname => [
### 'Gutierrez'
### ],
### name => [
### 'Andrea Gutierrez'
### ],
### rings => [
### '29'
### ],
### waist => [
### '30'
### ],
### weight => [
### '94'
### ]
### }

### 3: 3

========== SEARCH NUMBER 3

### $s_meta: {
### 'age:morethan' => 25,
### 'eyes:exact' => 'blue'
### }
#[layered_search()]# hash
#[_execute_search_run()]# QUERY : morethan, age, 25 ..
#[_execute_search_run()]# QUERY : exact, eyes, blue ..
#[_ids_present_in_all_search_results()]# runs: 2

### $object_search_params: [
### [
### 'age',
### 25,
### 'morethan'
### ],
### [
### 'eyes',
### 'blue',
### 'exact'
### ]
### ]
#[_ids_present_in_all_search_results()]# runs: 2
#[_ids_present_in_all_search_results()]# runs: 2
#[_ids_present_in_all_search_results()]# runs: 2
#[_ids_present_in_all_search_results()]# runs: 2
#[_ids_present_in_all_search_results()]# runs: 2

### $first_hit_meta: {
### age => [
### '26'
### ],
### bust => [
### '29C'
### ],
### chest => [
### '29'
### ],
### cup => [
### 'C'
### ],
### eyes => [
### 'blue'
### ],
### fname => [
### 'Elizabeth'
### ],
### hair => [
### 'redhead'
### ],
### height => [
### '5\'7"'
### ],
### hips => [
### '37'
### ],
### houses => [
### '3'
### ],
### lname => [
### 'Gimenez'
### ],
### name => [
### 'Elizabeth Gimenez'
### ],
### waist => [
### '30'
### ],
### weight => [
### '95'
### ]
### }

### 4 : 4

========== SEARCH NUMBER 4

### $s_meta: {
### 'age:lessthan' => 24,
### 'age:morethan' => 10,
### 'eyes:exact' => 'blue',
### 'hair:exact' => 'brunette',
### 'waist:exact' => 19
### }
#[layered_search()]# hash
#[_execute_search_run()]# QUERY : lessthan, age, 24 ..
#[_execute_search_run()]# QUERY : morethan, age, 10 ..
#[_execute_search_run()]# QUERY : exact, eyes, blue ..
#[_execute_search_run()]# QUERY : exact, hair, brunette ..
#[_execute_search_run()]# QUERY : exact, waist, 19 ..
#[_ids_present_in_all_search_results()]# runs: 5

### $object_search_params: [
### [
### 'age',
### 24,
### 'lessthan'
### ],
### [
### 'age',
### 10,
### 'morethan'
### ],
### [
### 'eyes',
### 'blue',
### 'exact'
### ],
### [
### 'hair',
### 'brunette',
### 'exact'
### ],
### [
### 'waist',
### 19,
### 'exact'
### ]
### ]
#[_ids_present_in_all_search_results()]# runs: 5
#[_ids_present_in_all_search_results()]# runs: 5
#[_ids_present_in_all_search_results()]# runs: 5
#[_ids_present_in_all_search_results()]# runs: 5
#[_ids_present_in_all_search_results()]# runs: 5

### $first_hit_meta: {
### age => [
### '13'
### ],
### bust => [
### '33D'
### ],
### chest => [
### '33'
### ],
### cup => [
### 'D'
### ],
### eyes => [
### 'blue'
### ],
### fname => [
### 'Susan'
### ],
### hair => [
### 'brunette'
### ],
### height => [
### '6\'5"'
### ],
### hips => [
### '31'
### ],
### lname => [
### 'Rogers'
### ],
### mname => [
### 'Anne'
### ],
### name => [
### 'Susan Anne Rogers'
### ],
### rings => [
### '163'
### ],
### waist => [
### '19'
### ],
### weight => [
### '132'
### ]
### }
ok
t/10_search_more......

++ OPENED SQLITE C:/strawberry/cpan/build/Metadata-DB-Search-1.05-dWw3ZJ/t/premade_data.db

#[layered_search()]# hash
#[_execute_search_run()]# QUERY : lessthan, age, 13 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1

### $found: 216
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
#[_search_reset()]#

== SEARCH ALIASES ==
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[_execute_search_run()]# QUERY : like, age, %%25%% ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
#[_search_reset()]#
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[_execute_search_run()]# QUERY : morethan, age, 25 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
#[_search_reset()]#
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[_execute_search_run()]# QUERY : lessthan, age, 25 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
#[_search_reset()]#
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[layered_search()]# stay arg
#[_execute_search_run()]# QUERY : exact, age, 25 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
#[_search_reset()]#

== FURTHER TESTING ==
#[_search_reset()]#
#[layered_search()]# hash
#[_execute_search_run()]# QUERY : morethan, age, 25 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1

### $found: 255
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
ok
t/11_search_more......

++ OPENED SQLITE C:/strawberry/cpan/build/Metadata-DB-Search-1.05-dWw3ZJ/t/premade_data.db

#[layered_search()]# hash
#[_execute_search_run()]# QUERY : morethan, weight, 120 ..
#[_ids_present_in_all_search_results()]# runs: 1
#[_ids_present_in_all_search_results()]# runs: 1
got: #[_ids_present_in_all_search_results()]# runs: 1

RECORD DATA[
bust(31DD) cup(DD) name(Mina DeMurnier) waist(29)
fname(Mina) height(6'2") age(13) chest(31)
rings(195) lname(DeMurnier) weight(131) eyes(black)
hair(brunette) hips(33)
]

RECORD DATA[
bust(32B) cup(B) name(Elizabeth Nora Ricardo) mname(Nora)
waist(28) fname(Elizabeth) houses(81) height(5'2")
age(26) chest(32) lname(Ricardo) weight(124)
eyes(black) hair(redhead) hips(39)
]

RECORD DATA[
bust(33DD) cup(DD) name(Effie Anne Gimenez) mname(Anne)
waist(22) fname(Effie) houses(104) height(5'0")
age(21) chest(33) lname(Gimenez) weight(122)
eyes(gray) hair(blonde) hips(33)
]

RECORD DATA[
bust(31C) cup(C) name(Jenna Anne Gimenez) mname(Anne)
waist(30) fname(Jenna) height(5'11") age(25)
chest(31) rings(86) lname(Gimenez) weight(137)
eyes(green) hair(brunette) hips(35)
]

RECORD DATA[
bust(32B) cup(B) sins(145) name(Valeria Jane DeMurnier)
mname(Jane) waist(19) fname(Valeria) height(5'11")
age(19) chest(32) lname(DeMurnier) weight(138)
eyes(blue) hair(brunette) hips(37)
]
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
ok
All tests successful.
Files=3, Tests=62, 14 wallclock secs ( 0.00 usr + 0.09 sys = 0.09 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

Module Need Have
----------------- ---- ------
Cwd 3 3.2701
DBI 1.57 1.604
LEOCHARRE::Class2 1.03 1.03
LEOCHARRE::DEBUG 1.11 1.11
Metadata::DB 1.11 1.11
Smart::Comments 0 1.0.3
Test::Simple 0.7 0.78

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
INCLUDE = ;C:\strawberry\c\include;C:\strawberry\perl\lib\CORE;C:\strawberry\c\include;C:\strawberry\perl\lib\CORE
LIB = ;C:\strawberry\c\lib;C:\strawberry\perl\bin;C:\strawberry\c\lib;C:\strawberry\perl\bin
NUMBER_OF_PROCESSORS = 1
PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bin;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\strawberry\c\bin;C:\strawberry\perl\bin
PERL5LIB = C:\strawberry\cpan\build\Metadata-DB-1.11-7cBLVs/blib/arch;C:\strawberry\cpan\build\Metadata-DB-1.11-7cBLVs/blib/lib;C:\strawberry\cpan\build\Smart-Comments-v1.0.3-RUuGvg/blib/arch;C:\strawberry\cpan\build\Smart-Comments-v1...
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 548
PERL5_CPAN_IS_RUNNING = 548
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 900,548
PERL_CR_SMOKER_CURRENT = Metadata-DB-Search-1.05
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 6, GenuineIntel
TEMP = C:\DOCUME~1\David\LOCALS~1\Temp
TERM = dumb

Perl special variables (and OS-specific diagnostics, for MSWin32):

$^X = C:\strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 2, 5, 1, 2600, 2, 2, 0, 768, 1
Win32::FsType = FAT32
Win32::IsAdminUser = 1

Perl module toolchain versions installed:

Module Have
------------------- ---------
CPAN 1.92_61
Cwd 3.2701
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 3.10
Test::More 0.78
YAML 0.66
YAML::Syck 1.04
version 0.74

--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib
libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
no comments
diggit! del.icio.us! reddit!