Unit Tests

The folling unit tests are published using the custom TestSuite inside of BasicTypes

CycleServe

OutcomeTest NameCasesMemory(max)
PASSCycleServe Types1495b 7k(+) show details
    PASSServCtx Init1799b 2k(+) show details
    • pass: ServCtx Init: sctx is not NULL
    PASSServCtx Open/Listen3692b 5k(+) show details
    • pass: ServCtx Open/Listen: sctx is not NULL
    • pass: ServCtx Open/Listen: sctx has valid epoll_fd 4
    PASSServCtx Accept15495b 26k(+) show details
    • pass: ServCtx Accept: sctx is not NULL
    • pass: ServCtx Accept: sctx has valid epoll_fd 4
    • pass: ServCtx Accept: sctx connected from an incoming socket to port 7000
    • pass: ServCtx Accept: sctx ServeRound is SUCCESS after a successful connection
    • pass: ServCtx Accept: ReqLfc is RLFC_IN_AWIATING_COMMAND 'ReqHandler_Start'
    • pass: ServCtx Accept: Compare String not NULL for 'Hi There. This is cool'
    • pass: ServCtx Accept: Compare String have 'Hi There. This is cool' expected 'Hi There. This is cool'
    • pass: ServCtx Accept: sctx ServeRound is NOOP after request is finished
    PASSHeaderCtx Basic4128b 10k(+) show details
    • pass: HeaderCtx Basic: Table found not NULL key 'Header-One' expected 'Header-One'
    • pass: HeaderCtx Basic: Table found matching key 'Header-One' expected 'Header-One'
    PASSHeaderCtx Basic II25827b 39k(+) show details
    • pass: HeaderCtx Basic II: hctx has a HDR_STATUS_COMPLETE status
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'One' expected 'One'
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'Two' expected 'Two'
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'Two' expected 'Two'
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'fantastical' expected 'fantastical'
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'Hi' expected 'Hi'
    • pass: HeaderCtx Basic II: Table found matching types have
    • pass: HeaderCtx Basic II: Table found value 'Make up your mind' expected 'Make up your mind'
    PASSHeaderCtx Custom Handlers45130b 77k(+) show details
    • pass: HeaderCtx Custom Handlers: hctx has a HDR_STATUS_COMPLETE status
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'Two' expected 'Two'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'fantastical' expected 'fantastical'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'Hi' expected 'Hi'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'Make up your mind' expected 'Make up your mind'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'oset/1=scid!str/7=ABCDEFG;' expected 'oset/1=scid!str/7=ABCDEFG;'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'multipart/who-cares' expected 'multipart/who-cares'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value '1234567' expected '1234567'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table value of type util matches 27 expected 27
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value 'text/html,application/xhtml+xml,application/xml' expected 'text/html,application/xhtml+xml,application/xml'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value '0.9,image/avif,image/webp,*/*' expected '0.9,image/avif,image/webp,*/*'
    • pass: HeaderCtx Custom Handlers: Table found matching types have
    • pass: HeaderCtx Custom Handlers: Table found value '0.8' expected '0.8'
    PASSHttp Requests8218b 17k(+) show details
    • pass: Http Requests: sctx is not NULL
    • pass: Http Requests: sctx has valid epoll_fd 4
    • pass: Http Requests: sctx connected from an incoming socket to port 7000
    • pass: Http Requests: sctx ServeRound proto is defined
    PASSHttp Mime Types68660b 154k(+) show details
    • pass: Http Mime Types: sctx is not NULL
    • pass: Http Mime Types: sctx has valid epoll_fd 4
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<7:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<7:REQ_PROTO_DEFINED->RH[GET:/]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<8:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<8:REQ_PROTO_DEFINED->RH[GET:/action.a]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<9:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<9:REQ_PROTO_DEFINED->RH[GET:/image.jpg]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<10:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<10:REQ_PROTO_DEFINED->RH[GET:/image.jpeg]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<11:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<11:REQ_PROTO_DEFINED->RH[GET:/image.png]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<12:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<12:REQ_PROTO_DEFINED->RH[GET:/content.txt]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<13:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<13:REQ_PROTO_DEFINED->RH[GET:/page.axml]>
    • pass: Http Mime Types: sctx connected from an incoming socket to port 7000
    • pass: Http Mime Types: sctx has a non-NULL request object :RLfc<14:REQ_READY->RH>
    • pass: Http Mime Types: sctx ServeRound proto is defined
    • pass: Http Mime Types: reqlfc is not NULL with not NULL proto: RLfc<14:REQ_PROTO_DEFINED->RH[GET:/page.oset]>

    BasicTypes

    OutcomeTest NameCasesMemory(max)
    PASSMemCtx Basic4980b 3k(+) show details
    • pass: MemCtx Basic: epected almost full memblock
    • pass: MemCtx Basic: expected next slab to exists
    PASSMemCtx Temp Wiping6130b 6k(+) show details
    • pass: MemCtx Temp Wiping: expected smaller total 107118
    • pass: MemCtx Temp Wiping: expected temp taken to be 0
    • pass: MemCtx Temp Wiping: expected normal count to be 0 if MBLOCK_FREE_ALL is called
    PASSString Basics3143b 3k(+) show details
    • pass: String Basics: Allocating basic string
    • pass: String Basics: String format content is expected
    PASSString Cull18254b 37k(+) show details
    • pass: String Cull: Compare String not NULL for 'Hi there, cool'
    • pass: String Cull: Compare String have 'Hi there, cool' expected 'Hi there, cool'
    • pass: String Cull: Compare String length 10 vs expected 10 for 'Hi there, ' expected 'Hi there, '
    • pass: String Cull: Compare String not NULL for 'Hi'
    • pass: String Cull: Compare String have 'Hi' expected 'Hi'
    • pass: String Cull: Compare String length 14 vs expected 14 for 'there, coolleo' expected 'there, coolleo'
    • pass: String Cull: Compare String not NULL for 'there, cool'
    • pass: String Cull: Compare String have 'there, cool' expected 'there, cool'
    • pass: String Cull: Compare String length 3 vs expected 3 for 'oll' expected 'oll'
    PASSString Long1824b 17k(+) show details
    • pass: String Long: Lull byte long string lenght recieved 15823, expected 15823
    PASSString Equals1642b 1k(+) show details
    • pass: String Equals: Strings are equal
    PASSString ReAlign20864b 28k(+) show details
    • pass: String ReAlign: Chunks and expected match as total cstrs 'small' vs expected 'small'
    • pass: String ReAlign: Compare segment 0 for all:'small' matches 'small' vs 'small'
    • pass: String ReAlign: Compare not NULL for segment 0 for all:'01234567890123456789012345678901'
    • pass: String ReAlign: Chunks and expected match as total cstrs '012345678901234567890123456789012' vs expected '012345678901234567890123456789012'
    • pass: String ReAlign: Compare segment 0 for all:'012345678901234567890123456789012' matches '01234567890123456789012345678901' vs '01234567890123456789012345678901'
    • pass: String ReAlign: Compare segment 1 for all:'012345678901234567890123456789012' matches '2' vs '2'
    • pass: String ReAlign: Compare not NULL for segment 0 for all:'A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L12345678'
    • pass: String ReAlign: Compare not NULL for segment 1 for all:'A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L12345678'
    • pass: String ReAlign: Compare not NULL for segment 2 for all:'A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L12345678'
    • pass: String ReAlign: Compare not NULL for segment 3 for all:'A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L12345678'
    PASSString Format/Align2842b 4k(+) show details
    • pass: String Format/Align: Compare string length 41 vs expected 41 for 'There are 10 kinds of people in the world'
    PASSString B642965b 2k(+) show details
    • pass: String B64: Compare b64 have 'AQEB' vs expected 'AQEB'
    PASSString From Hex2337b 4k(+) show details
    • pass: String From Hex: hex '000a83b1c08e' becomes bytes '0=00000000 10=00001010 131=10000011 177=10110001 192=11000000 142=10001110'
    PASSString Feed Hold/Resume6342b 8k(+) show details
    • pass: String Feed Hold/Resume: First 12 matches 'Hi there dude. What's the weather like?' have 'Hi there dud' so far
    • pass: String Feed Hold/Resume: Second 12 matches 'Hi there dude. What's the weather like?' have 'Hi there dude. What's th' so far
    • pass: String Feed Hold/Resume: Fourth 12 matches 'Hi there dude. What's the weather like?' have 'Hi there dude. What's the weather like?' so far
    PASSString Feed Positioned3730b 8k(+) show details
    • pass: String Feed Positioned: Compare String not NULL for 'One of a kind with more and more and more.'
    • pass: String Feed Positioned: Compare String have 'One of a kind with more and more and more.' expected 'One of a kind with more and more and more.'
    PASSString String Match End4172b 7k(+) show details
    • pass: String String Match End: Compare String not NULL for '.txt'
    • pass: String String Match End: Compare String not NULL for '.endings'
    PASSString String Dispatch9972b 18k(+) show details
    • pass: String String Dispatch: Compare String not NULL for 'GET'
    • pass: String String Dispatch: Compare String have 'GET' expected 'GET'
    • pass: String String Dispatch: Compare String length 21 vs expected 21 for '/hi-there.html?hi=yay' expected '/hi-there.html?hi=yay'
    • pass: String String Dispatch: Compare String not NULL for 'HTTP/1.2'
    • pass: String String Dispatch: Compare String have 'HTTP/1.2' expected 'HTTP/1.2'
    PASSSpan Math6445b 7k(+) show details
    • pass: Span Math: Find idx: 9: result searching for first element 12
    • pass: Span Math: Find idx: 9: found dims 2 expected 2
    • pass: Span Math: Find idx: 6783: local_idx 7
    PASSSpan Basic776b 8k(+) show details
    • pass: Span Basic: Set One
    • pass: Span Basic: Set Three
    • pass: Span Basic: Set Lots - SUCCESS
    • pass: Span Basic: Get Lots: too many slabs opened have: 5
    PASSSpan Scaling1039b 15k(+) show details
    • pass: Span Scaling: item 0 matches - 'S(3163)<'Item 0'>'
    • pass: Span Scaling: item 2 matches - 'S(3165)<'Item 2'>'
    • pass: Span Scaling: item 4 matches - 'S(3167)<'Item 4'>'
    • pass: Span Scaling: item 6 matches - 'S(3169)<'Item 6'>'
    • pass: Span Scaling: item 8 matches - 'S(3171)<'Item 8'>'
    PASSSpan Scaling To 10K2497b 112k 2m(+) show details
    • pass: Span Scaling To 10K: have 10000 values
    PASSSpan 3 size item15931b 15k(+) show details
    • pass: Span 3 size item: kv hashes are equal
    • pass: Span 3 size item: retrieved kv null?
    • pass: Span 3 size item: retrieved kv values match
    • pass: Span 3 size item: retrieved kv idx match
    • pass: Span 3 size item: kv 1 value added
    • pass: Span 3 size item: retrieved kv 2 hashes match
    • pass: Span 3 size item: retrieved kv 2 keys match
    • pass: Span 3 size item: expected key two matches
    PASSSpan 3 in patches49581b 54k(+) show details
    • pass: Span 3 in patches: kv hashes are equal
    • pass: Span 3 in patches: retrieved kv hashes match for idx 0
    • pass: Span 3 in patches: retrieved kv keys match for idx 0
    • pass: Span 3 in patches: expected key matches for idx 0 have 'key' expected 'key'
    • pass: Span 3 in patches: retrieved kv null? for idx 1
    • pass: Span 3 in patches: retrieved kv values match for idx 1, valueBravo expected valueBravo
    • pass: Span 3 in patches: retrieved kv idx match for idx 1
    • pass: Span 3 in patches: kv hashes are equal
    • pass: Span 3 in patches: retrieved kv hashes match for idx 0
    • pass: Span 3 in patches: retrieved kv keys match for idx 0
    • pass: Span 3 in patches: expected key matches for idx 0 have 'key' expected 'key'
    • pass: Span 3 in patches: retrieved kv null? for idx 10
    • pass: Span 3 in patches: retrieved kv values match for idx 10, valueTen expected valueTen
    • pass: Span 3 in patches: retrieved kv idx match for idx 10
    • pass: Span 3 in patches: kv hashes are equal
    • pass: Span 3 in patches: retrieved kv hashes match for idx 430
    • pass: Span 3 in patches: retrieved kv keys match for idx 430
    • pass: Span 3 in patches: expected key matches for idx 430 have 'key430' expected 'key430'
    • pass: Span 3 in patches: retrieved kv null? for idx 5893
    • pass: Span 3 in patches: retrieved kv values match for idx 5893, value5893 expected value5893
    • pass: Span 3 in patches: retrieved kv idx match for idx 5893
    • pass: Span 3 in patches: kv hashes are equal
    • pass: Span 3 in patches: retrieved kv hashes match for idx 5894
    • pass: Span 3 in patches: retrieved kv keys match for idx 5894
    • pass: Span 3 in patches: expected key matches for idx 5894 have 'key5894' expected 'key5894'
    PASSSpan 3 from 1 to 57406851b 445k(+) show details
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 0
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 0
    • pass: Span 3 from 1 to 57: expected key matches for idx 0 have 'key0' expected 'key0'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 1
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 1, value1 expected value1
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 1
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 2
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 2
    • pass: Span 3 from 1 to 57: expected key matches for idx 2 have 'key2' expected 'key2'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 3
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 3, value3 expected value3
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 3
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 4
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 4
    • pass: Span 3 from 1 to 57: expected key matches for idx 4 have 'key4' expected 'key4'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 5
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 5, value5 expected value5
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 5
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 6
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 6
    • pass: Span 3 from 1 to 57: expected key matches for idx 6 have 'key6' expected 'key6'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 7
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 7, value7 expected value7
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 7
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 8
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 8
    • pass: Span 3 from 1 to 57: expected key matches for idx 8 have 'key8' expected 'key8'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 9
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 9, value9 expected value9
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 9
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 10
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 10
    • pass: Span 3 from 1 to 57: expected key matches for idx 10 have 'key10' expected 'key10'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 11
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 11, value11 expected value11
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 11
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 12
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 12
    • pass: Span 3 from 1 to 57: expected key matches for idx 12 have 'key12' expected 'key12'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 13
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 13, value13 expected value13
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 13
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 14
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 14
    • pass: Span 3 from 1 to 57: expected key matches for idx 14 have 'key14' expected 'key14'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 15
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 15, value15 expected value15
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 15
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 16
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 16
    • pass: Span 3 from 1 to 57: expected key matches for idx 16 have 'key16' expected 'key16'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 17
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 17, value17 expected value17
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 17
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 18
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 18
    • pass: Span 3 from 1 to 57: expected key matches for idx 18 have 'key18' expected 'key18'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 19
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 19, value19 expected value19
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 19
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 20
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 20
    • pass: Span 3 from 1 to 57: expected key matches for idx 20 have 'key20' expected 'key20'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 21
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 21, value21 expected value21
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 21
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 22
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 22
    • pass: Span 3 from 1 to 57: expected key matches for idx 22 have 'key22' expected 'key22'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 23
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 23, value23 expected value23
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 23
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 24
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 24
    • pass: Span 3 from 1 to 57: expected key matches for idx 24 have 'key24' expected 'key24'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 25
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 25, value25 expected value25
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 25
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 26
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 26
    • pass: Span 3 from 1 to 57: expected key matches for idx 26 have 'key26' expected 'key26'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 27
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 27, value27 expected value27
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 27
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 28
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 28
    • pass: Span 3 from 1 to 57: expected key matches for idx 28 have 'key28' expected 'key28'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 29
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 29, value29 expected value29
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 29
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 30
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 30
    • pass: Span 3 from 1 to 57: expected key matches for idx 30 have 'key30' expected 'key30'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 31
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 31, value31 expected value31
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 31
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 32
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 32
    • pass: Span 3 from 1 to 57: expected key matches for idx 32 have 'key32' expected 'key32'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 33
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 33, value33 expected value33
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 33
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 34
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 34
    • pass: Span 3 from 1 to 57: expected key matches for idx 34 have 'key34' expected 'key34'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 35
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 35, value35 expected value35
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 35
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 36
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 36
    • pass: Span 3 from 1 to 57: expected key matches for idx 36 have 'key36' expected 'key36'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 37
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 37, value37 expected value37
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 37
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 38
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 38
    • pass: Span 3 from 1 to 57: expected key matches for idx 38 have 'key38' expected 'key38'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 39
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 39, value39 expected value39
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 39
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 40
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 40
    • pass: Span 3 from 1 to 57: expected key matches for idx 40 have 'key40' expected 'key40'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 41
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 41, value41 expected value41
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 41
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 42
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 42
    • pass: Span 3 from 1 to 57: expected key matches for idx 42 have 'key42' expected 'key42'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 43
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 43, value43 expected value43
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 43
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 44
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 44
    • pass: Span 3 from 1 to 57: expected key matches for idx 44 have 'key44' expected 'key44'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 45
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 45, value45 expected value45
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 45
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 46
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 46
    • pass: Span 3 from 1 to 57: expected key matches for idx 46 have 'key46' expected 'key46'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 47
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 47, value47 expected value47
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 47
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 48
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 48
    • pass: Span 3 from 1 to 57: expected key matches for idx 48 have 'key48' expected 'key48'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 49
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 49, value49 expected value49
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 49
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 50
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 50
    • pass: Span 3 from 1 to 57: expected key matches for idx 50 have 'key50' expected 'key50'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 51
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 51, value51 expected value51
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 51
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 52
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 52
    • pass: Span 3 from 1 to 57: expected key matches for idx 52 have 'key52' expected 'key52'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 53
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 53, value53 expected value53
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 53
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 54
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 54
    • pass: Span 3 from 1 to 57: expected key matches for idx 54 have 'key54' expected 'key54'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 55
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 55, value55 expected value55
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 55
    • pass: Span 3 from 1 to 57: kv hashes are equal
    • pass: Span 3 from 1 to 57: retrieved kv hashes match for idx 56
    • pass: Span 3 from 1 to 57: retrieved kv keys match for idx 56
    • pass: Span 3 from 1 to 57: expected key matches for idx 56 have 'key56' expected 'key56'
    • pass: Span 3 from 1 to 57: retrieved kv null? for idx 57
    • pass: Span 3 from 1 to 57: retrieved kv values match for idx 57, value57 expected value57
    • pass: Span 3 from 1 to 57: retrieved kv idx match for idx 57
    PASSIter2410b 5k(+) show details
    • pass: Iter: find item after inserted, -1 is success have -1
    PASSIter Larger2836b 32k(+) show details
    • pass: Iter Larger: find item after inserted, -1 is success have -1
    PASSSalty Gen Key2978b 10k(+) show details
    • pass: Salty Gen Key: Gen Salty Key 'hi' to be 'Str/0of32<['hihihihihihihihihihihihihihihihi':32/32]>' expecting 'hihihihihihihihihihihihihihihihi'
    PASSSalty Enc Dec1384b 3k(+) show details
    • pass: Salty Enc Dec: Compare Enc/Dec: key='I want more.' skey='I want more.I want more.I want m' content='Once upon a time it was wonderful.' enchex='T25jZSB1cG9uIGEgdGltZSBpdCB3YXMgd29uZGVyZnVsLgA=' dec='Once upon a time it was wonderful.'
    PASSSalty Sha2561950b 3k(+) show details
    • pass: Salty Sha256: Sha256: content='Ahoy Matey' => hex='957f09d073586a803030a2b3b7528626d19e3ea0f00e98470358abaaead52d2a'
    PASSIoAccess Verify3796b 12k(+) show details
    • pass: IoAccess Verify: verify 'super valid stuff should be super valid.' as '8fefb859a7931a4c3c7f0943aa30a493346897fd4b4803978c1a5a7de721b2fd' returned CYCLE_COMPLETE_MATCH expected CYCLE_COMPLETE_MATCH
    • pass: IoAccess Verify: verify 'super valid stuff should be super valid.' as 'e918c55f66e7e26f0246f5f3aa2ded9d24ab117c392b2905b793446302188a71' returned CYCLE_MISS expected CYCLE_MISS
    PASSTable Basics20155b 22k(+) show details
    • pass: Table Basics: Table set SUCCESS key-one=>one CYCLE_COMPLETE_MATCH_idx 0
    • pass: Table Basics: Table nvalues match 1
    • pass: Table Basics: Table get result key-one=>one expected one_for idx 0
    • pass: Table Basics: Table nvalues is 2 set for span idx 1
    • pass: Table Basics: Table get result key-two=>two idx: 1 is null:? 0
    • pass: Table Basics: Table set SUCCESS key-three=>three CYCLE_COMPLETE_MATCH_idx 2
    • pass: Table Basics: Table nvalues match 3
    • pass: Table Basics: Table get result key-three=>three expected three_for idx 2
    • pass: Table Basics: Table nvalues is 4 set for span idx 3
    • pass: Table Basics: Table get result key-four=>four idx: 3 is null:? 0
    PASSTable Set/Get 5254b 28k(+) show details
    • pass: Table Set/Get 5: Table set SUCCESS key-one=>one CYCLE_COMPLETE_MATCH_idx 0
    • pass: Table Set/Get 5: Table nvalues match 1
    • pass: Table Set/Get 5: Table get result key-one=>one expected one_for idx 0
    • pass: Table Set/Get 5: Table nvalues is 2 set for span idx 1
    • pass: Table Set/Get 5: Table get result key-two=>two idx: 1 is null:? 0
    • pass: Table Set/Get 5: Table set SUCCESS key-three=>three CYCLE_COMPLETE_MATCH_idx 2
    • pass: Table Set/Get 5: Table nvalues match 3
    • pass: Table Set/Get 5: Table get result key-three=>three expected three_for idx 2
    • pass: Table Set/Get 5: Table nvalues is 4 set for span idx 3
    • pass: Table Set/Get 5: Table get result key-four=>four idx: 3 is null:? 0
    • pass: Table Set/Get 5: Table set SUCCESS key-five=>five CYCLE_COMPLETE_MATCH_idx 4
    • pass: Table Set/Get 5: Table nvalues match 5
    • pass: Table Set/Get 5: Table get result key-five=>five expected five_for idx 4
    PASSTable Set/Get 27120285b 137k(+) show details
    • pass: Table Set/Get 27: Table set SUCCESS key-one=>one CYCLE_COMPLETE_MATCH_idx 0
    • pass: Table Set/Get 27: Table nvalues match 1
    • pass: Table Set/Get 27: Table get result key-one=>one expected one_for idx 0
    • pass: Table Set/Get 27: Table nvalues is 2 set for span idx 1
    • pass: Table Set/Get 27: Table get result key-two=>two idx: 1 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-three=>three CYCLE_COMPLETE_MATCH_idx 2
    • pass: Table Set/Get 27: Table nvalues match 3
    • pass: Table Set/Get 27: Table get result key-three=>three expected three_for idx 2
    • pass: Table Set/Get 27: Table nvalues is 4 set for span idx 3
    • pass: Table Set/Get 27: Table get result key-four=>four idx: 3 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-five=>five CYCLE_COMPLETE_MATCH_idx 4
    • pass: Table Set/Get 27: Table nvalues match 5
    • pass: Table Set/Get 27: Table get result key-five=>five expected five_for idx 4
    • pass: Table Set/Get 27: Table nvalues is 6 set for span idx 5
    • pass: Table Set/Get 27: Table get result key-six=>six idx: 5 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-seven=>seven CYCLE_COMPLETE_MATCH_idx 6
    • pass: Table Set/Get 27: Table nvalues match 7
    • pass: Table Set/Get 27: Table get result key-seven=>seven expected seven_for idx 6
    • pass: Table Set/Get 27: Table nvalues is 8 set for span idx 7
    • pass: Table Set/Get 27: Table get result key-eight=>eight idx: 7 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-nine=>nine CYCLE_COMPLETE_MATCH_idx 8
    • pass: Table Set/Get 27: Table nvalues match 9
    • pass: Table Set/Get 27: Table get result key-nine=>nine expected nine_for idx 8
    • pass: Table Set/Get 27: Table nvalues is 10 set for span idx 9
    • pass: Table Set/Get 27: Table get result key-ten=>ten idx: 9 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-eleven=>eleven CYCLE_COMPLETE_MATCH_idx 10
    • pass: Table Set/Get 27: Table nvalues match 11
    • pass: Table Set/Get 27: Table get result key-eleven=>eleven expected eleven_for idx 10
    • pass: Table Set/Get 27: Table nvalues is 12 set for span idx 11
    • pass: Table Set/Get 27: Table get result key-twelve=>twelve idx: 11 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-thirteen=>thirteen CYCLE_COMPLETE_MATCH_idx 12
    • pass: Table Set/Get 27: Table get result key-thirteen=>thirteen idx: 12 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-fourteen=>fourteen CYCLE_COMPLETE_MATCH_idx 13
    • pass: Table Set/Get 27: Table get result key-fourteen=>fourteen idx: 13 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-fifteen=>fifteen CYCLE_COMPLETE_MATCH_idx 14
    • pass: Table Set/Get 27: Table get result key-fifteen=>fifteen idx: 14 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-sixteen=>sixteen CYCLE_COMPLETE_MATCH_idx 15
    • pass: Table Set/Get 27: Table get result key-sixteen=>sixteen idx: 15 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-seventeen=>seventeen CYCLE_COMPLETE_MATCH_idx 16
    • pass: Table Set/Get 27: Table get result key-seventeen=>seventeen idx: 16 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-eighteen=>eighteen CYCLE_COMPLETE_MATCH_idx 17
    • pass: Table Set/Get 27: Table get result key-eighteen=>eighteen idx: 17 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-nineteen=>nineteen CYCLE_COMPLETE_MATCH_idx 18
    • pass: Table Set/Get 27: Table get result key-nineteen=>nineteen idx: 18 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty=>twenty CYCLE_COMPLETE_MATCH_idx 19
    • pass: Table Set/Get 27: Table get result key-twenty=>twenty idx: 19 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-one=>twenty-one CYCLE_COMPLETE_MATCH_idx 20
    • pass: Table Set/Get 27: Table get result key-twenty-one=>twenty-one idx: 20 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-two=>twenty-two CYCLE_COMPLETE_MATCH_idx 21
    • pass: Table Set/Get 27: Table get result key-twenty-two=>twenty-two idx: 21 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-three=>twenty-three CYCLE_COMPLETE_MATCH_idx 22
    • pass: Table Set/Get 27: Table get result key-twenty-three=>twenty-three idx: 22 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-four=>twenty-four CYCLE_COMPLETE_MATCH_idx 23
    • pass: Table Set/Get 27: Table get result key-twenty-four=>twenty-four idx: 23 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-five=>twenty-five CYCLE_COMPLETE_MATCH_idx 24
    • pass: Table Set/Get 27: Table get result key-twenty-five=>twenty-five idx: 24 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-six=>twenty-six CYCLE_COMPLETE_MATCH_idx 25
    • pass: Table Set/Get 27: Table get result key-twenty-six=>twenty-six idx: 25 is null:? 0
    • pass: Table Set/Get 27: Table set SUCCESS key-twenty-seven=>twenty-seven CYCLE_COMPLETE_MATCH_idx 26
    • pass: Table Set/Get 27: Table get result key-twenty-seven=>twenty-seven idx: 26 is null:? 0
    PASSTest Clone String1307b 2k(+) show details
    • pass: Test Clone String: Clone string 'Hi this is a string that has more to it.'
    PASSTest Clone Span9869b 12k(+) show details
    • pass: Test Clone Span: Cloned 1 dim span matches nvalues orig:3 cloned:3
    • pass: Test Clone Span: Cloned 1 dim span vlaue four matches 'four' expected 'four'
    • pass: Test Clone Span: Cloned 2 dim span matches nvalues orig:4 cloned:4
    • pass: Test Clone Span: Cloned 2 dim span vlaue four matches 'four' expected 'four'
    • pass: Test Clone Span: Cloned 2 dim span vlaue fourty matches 'fourty' expected 'fourty'
    PASSTest Clone Table3731b 4k(+) show details
    • pass: Test Clone Table: Cloned inline table matches nvalues orig:2 cloned:2
    • pass: Test Clone Table: Cloned 2 dim span vlaue key2 => matches 'value2' expected 'value2'
    PASSTest Clone Table Slots1514b 35k(+) show details
    • pass: Test Clone Table Slots: Cloned inline table matches nvalues orig:107 cloned:107
    PASSGrid Format6852b 19k(+) show details
    • pass: Grid Format: Grid set row 0 SUCCESS
    • pass: Grid Format: Grid set row 1 SUCCESS
    • pass: Grid Format: Grid set row 2 SUCCESS
    PASSDebug ToString Tests1956b 74k(+) show details
    • pass: Debug ToString Tests: Debug string have 'Str/0of13<['Hi there':8/9],[' dude':5/6]>' expected 'Str/0of13<['Hi there':8/9],[' dude':5/6]>'
    PASSOset Basic4270b 81k(+) show details
    • pass: Oset Basic: oset table is not null for oset/3=one!str/5=alpha;two!str/5=bravo;three!str/15=come as you are;;
    • pass: Oset Basic: Table found not NULL key 'one' expected 'one'
    • pass: Oset Basic: Table found matching key 'one' expected 'one'
    • pass: Oset Basic: Table found not NULL key 'two' expected 'two'
    • pass: Oset Basic: Table found matching key 'two' expected 'two'
    • pass: Oset Basic: Table found not NULL key 'three' expected 'three'
    • pass: Oset Basic: Table found matching key 'three' expected 'three'
    • pass: Oset Basic: oset table is not null for oset/3=one!str/6=apples;lots!oset/2=hi!str/4=team;me!str/15=omlets are cool;;after!str/4=math;;
    • pass: Oset Basic: Table found not NULL key 'one' expected 'one'
    • pass: Oset Basic: Table found matching key 'one' expected 'one'
    • pass: Oset Basic: Table found not NULL key 'lots' expected 'lots'
    • pass: Oset Basic: Table found matching key 'lots' expected 'lots'
    • pass: Oset Basic: Table found not NULL key 'hi' expected 'hi'
    • pass: Oset Basic: Table found matching key 'hi' expected 'hi'
    • pass: Oset Basic: Table found not NULL key 'me' expected 'me'
    • pass: Oset Basic: Table found matching key 'me' expected 'me'
    • pass: Oset Basic: Table found not NULL key 'after' expected 'after'
    • pass: Oset Basic: Table found matching key 'after' expected 'after'
    • pass: Oset Basic: oset table is not null for oset/1=_created!time/20=1708705952.889832329;;
    • pass: Oset Basic: Table found not NULL key '_created' expected '_created'
    • pass: Oset Basic: Table found matching key '_created' expected '_created'
    PASSOset From Types7547b 18k(+) show details
    • pass: Oset From Types: oset found str/3=one; vs expected str/3=one;
    • pass: Oset From Types: oset found time/8=100.1234; vs expected time/8=100.1234;
    • pass: Oset From Types: oset found oset/3=0!str/5=first;15!a64/2=15;347!str/7=item347;; vs expected oset/3=0!str/5=first;15!a64/2=15;347!str/7=item347;;
    • pass: Oset From Types: oset found oset/2=keyBefore!str/6=before;keyTable!oset/3=keyOne!str/3=one;keyTime!time/8=100.1234;keyNum!a64/2=13;;; vs expected oset/2=keyBefore!str/6=before;keyTable!oset/3=keyOne!str/3=one;keyTime!time/8=100.1234;keyNum!a64/2=13;;;
    PASSTest IoDb Create/Re-Open31002b 8k(+) show details
    • pass: Test IoDb Create/Re-Open: iodb is not null
    • pass: Test IoDb Create/Re-Open: re-opening closed iodb has the same created time have 2024-04-09T09:04:50.304743240+00 expected 2024-04-09T09:04:50.304743240+00
    PASSTest IoDb Write14908b 20k(+) show details
    • pass: Test IoDb Write: file from iodb '/mnt/basic/basictypes/example/iodb-one/fileOne.1712671490.304951202' is not null
    • pass: Test IoDb Write: file contents from iodb match 'Hi this is a cool file and fool thins yay!' expected 'Hi this is a cool file and fool thins yay!'
    • pass: Test IoDb Write: file entry 'fileOne.1712671490.304951202' is of type TYPE_FILE expcted TYPE_FILE
    • pass: Test IoDb Write: file local name is in iodb index found 'fileOne.1712671490.304951202' expected 'iodb-one/fileOne.1712671490.304951202'
    • pass: Test IoDb Write: file contents from iodb do not match if encrypted 'c3VwZXIgc2VjcmV0IHNhZmUgc3R1ZmY=' expected 'super secret safe stuff'
    • pass: Test IoDb Write: file entry 'fileEnc.1712671490.305148775' is not null in index
    • pass: Test IoDb Write: file name is in iodb index found 'iodb-one/fileEnc.1712671490.305148775' expected 'iodb-one/fileEnc.1712671490.305148775'
    PASSCash Template3948b 6k(+) show details
    • pass: Cash Template: Compare String not NULL for 'Hi Sam'
    • pass: Cash Template: Compare String have 'Hi Sam' expected 'Hi Sam'
    PASSXML Basic Parsing43965b 57k(+) show details
    • pass: XML Basic Parsing: feed of '
    • pass: XML Basic Parsing: shelf matches: starting with '
    • pass: XML Basic Parsing: tag matches: starting with '
    • pass: XML Basic Parsing: lifecycle matches: starting with '
    • pass: XML Basic Parsing: feed of 'inputs=^.arg1:.io ' is not ERROR
    • pass: XML Basic Parsing: prop matches: unquoted inputs - actual-from-ctx:'inputs' vs cmp:'inputs'
    • pass: XML Basic Parsing: state matches: unquoted inputs actual-from-ctx:'ATTR' vs cmp:'ATTR'
    • pass: XML Basic Parsing: depth matches unquoted inputs: actual-from-ctx:1 vs cmp:1
    • pass: XML Basic Parsing: shelf matches: setter idx of 20 - actual-from-ctx:'20' vs cmp:'20'
    • pass: XML Basic Parsing: tag matches: setter idx of 20 - actual-from-ctx:'nested' vs cmp:'nested'
    • pass: XML Basic Parsing: lifecycle matches: setter idx of 20 actual-from-ctx:'FOUND' vs cmp:'FOUND'
    • pass: XML Basic Parsing: feed of 'text="Quoted text here"' is not ERROR
    • pass: XML Basic Parsing: prop matches: adding quoted text - actual-from-ctx:'text' vs cmp:'text'
    • pass: XML Basic Parsing: state matches: adding quoted text actual-from-ctx:'ATTR' vs cmp:'ATTR'
    • pass: XML Basic Parsing: depth matches adding quoted text: actual-from-ctx:2 vs cmp:2
    • pass: XML Basic Parsing: shelf matches: nested close - actual-from-ctx:'' vs cmp:''
    • pass: XML Basic Parsing: tag matches: nested close - actual-from-ctx:'nested' vs cmp:'nested'
    • pass: XML Basic Parsing: lifecycle matches: nested close actual-from-ctx:'CLOSE' vs cmp:'CLOSE'
    • pass: XML Basic Parsing: feed of '' is not ERROR
    • pass: XML Basic Parsing: prop matches: fancy-tag close - actual-from-ctx:'' vs cmp:''
    • pass: XML Basic Parsing: state matches: fancy-tag close actual-from-ctx:'CLOSE_TAG' vs cmp:'CLOSE_TAG'
    • pass: XML Basic Parsing: depth matches fancy-tag close: actual-from-ctx:0 vs cmp:0
    PASSXML Compose Tests60180b 122k(+) show details
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Body compare 'yay!' vs expected 'yay!'
    • pass: XML Compose Tests: Table found matching types have
    • pass: XML Compose Tests: Table found value 'horizontal' expected 'horizontal'
    • pass: XML Compose Tests: Tag compare 'e' vs expected 'e'
    • pass: XML Compose Tests: Table found matching types have
    • pass: XML Compose Tests: Table found value 'horizontal' expected 'horizontal'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Table found not NULL key 'one' expected 'one'
    • pass: XML Compose Tests: Table found matching key 'one' expected 'one'
    • pass: XML Compose Tests: Table found not NULL key 'two' expected 'two'
    • pass: XML Compose Tests: Table found matching key 'two' expected 'two'
    • pass: XML Compose Tests: Expected child and found a_el=XEl(11)
      el_b=XEl(5)
    • pass: XML Compose Tests: Tag compare 'article' vs expected 'article'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Body compare 'Hi Dude' vs expected 'Hi Dude'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Body compare 'Super Master Stuff' vs expected 'Super Master Stuff'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Body compare 'More Super Stuff' vs expected 'More Super Stuff'
    • pass: XML Compose Tests: Tag compare 'outer' vs expected 'outer'
    • pass: XML Compose Tests: Table found matching types have
    • pass: XML Compose Tests: Table found value 'alpha' expected 'alpha'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Body compare 'Title Is Cool' vs expected 'Title Is Cool'
    • pass: XML Compose Tests: XmlElem a is not null'
    • pass: XML Compose Tests: Expected child and found a_el=XEl(19)

      el_b=XEl(24)

    • pass: XML Compose Tests: Tag compare 'h2' vs expected 'h2'
    • pass: XML Compose Tests: Expected child and found a_el=XEl(20)

      el_b=XEl(25)

    • pass: XML Compose Tests: Tag compare 'p' vs expected 'p'
    PASSXML Output15877b 37k(+) show details
    • pass: XML Output: Compare string seg length 6 vs expected 6
    • pass: XML Output: Compare string seg length 50 vs expected 50
    • pass: XML Output: Compare string seg length 11 vs expected 11
    • pass: XML Output: Compare string seg length 8 vs expected 8
    • pass: XML Output: Compare string seg length 12 vs expected 12
    • pass: XML Output: Compare string seg length 7 vs expected 7
    • pass: XML Output: Compare string length 94 vs expected 94 for 'Hi There'
    • pass: XML Output: Xml Output compare have 'Hi There' vs expected 'Hi There'
    PASSXML Template With Data5934b 55k(+) show details
    • pass: XML Template With Data: XmlCompose_Run el is not NULL for

      Session expires: ${expires}

      ${msg}

      ${details}
      '
    • pass: XML Template With Data: Compare String not NULL for '

      Session expires: 2024-03-05T07:33:36.277122774+00

      Grass

      Walk barefoot

      Sun

      Blooooooooooood

      '
    • pass: XML Template With Data: Compare String have '

      Session expires: 2024-03-05T07:33:36.277122774+00

      Grass

      Walk barefoot

      Sun

      Blooooooooooood

      ' expected '

      Session expires: 2024-03-05T07:33:36.277122774+00

      Grass

      Walk barefoot

      Sun

      Blooooooooooood

      '
    PASSNestedD Data Access Basic3522b 5k(+) show details
    • pass: NestedD Data Access Basic: Truthy of 'yes' is CYCLE_COMPLETE_MATCH
    • pass: NestedD Data Access Basic: Truthy of 'not-a-thing' is NULL
    PASSNestedD Data Access 'With'4919b 13k(+) show details
    • pass: NestedD Data Access 'With': Name on main level is as expected, found SuppaSuppa
    • pass: NestedD Data Access 'With': With session time is as expected, found 2024-03-05T07:33:36.277122774+00 expected 2024-03-05T07:33:36.277122774+00
    PASSNestedD Data Access 'For'1450b 36k(+) show details
    • pass: NestedD Data Access 'For': Name on main level is as expected, found SuppaSuppa
    • pass: NestedD Data Access 'For': Nested FOR 'category' is as expected, found 'music' expected 'music'
    • pass: NestedD Data Access 'For': Next returns SUCCESS for a second
    • pass: NestedD Data Access 'For': Nested FOR 'category' is as expected, found 'sewing' expected 'sewing'
    • pass: NestedD Data Access 'For': Next returns SUCCESS for a third
    • pass: NestedD Data Access 'For': Nested FOR 'category' is as expected, found 'cooking' expected 'cooking'
    • pass: NestedD Data Access 'For': Next returns MISS after three records