commit 4d5dc971473c930904408cd642e37201c1727442
Suite Caneka pass:53 fail:0
BaseMem:0 360b 32k
Suite Caneka
Basic Features
Core
feature complete
Initializing core system tests
- String size has no modulus for span default size, have 0
- String fixed size has no modulus for span default size, have 0
- String full size has no modulus for span default size, have 0
- mem: at 0 0b
String
feature complete
Tests for the basic string object and convienience features
- Expect string to have fixed type TYPE_STRING_FIXED found TYPE_STRING_FIXED
- Expect string length of 2 found 2
- Expect string match of 'Hi' found 'Hi'
- Expect string to have chain type TYPE_STRING_CHAIN found TYPE_STRING_CHAIN
- Expect string length of 3396 found 3396
- Expect string match of long string
- Expect for int value 35072 length of 5 found 5
- Expect string match of int of 35072 to string
- Expect length 271, have 271
- Expect string match of 'GET /path.html HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8
' to be TRUE
- Comparing long string made in pieces
- mem: at 0 0b
String - End Matches
feature complete
Tests for Matching the end of the string
- file ending in '.c' matches successfully, had 'file1.c'
- file ending in '.cnk' matches successfully, had 'file1.cnk'
- file ending in '.cnk' matches ".c" after String_Trunc successfully, had 'file1.c'
- file ending in 'bork!' matches successfully, had 'Super long sentance that spans more than a single chunk, but ends in a very special word and the word is so amazing it's like super duper, amazingly amazing, like the most amazing-ness waste of a long sentence that could have been '
- mem: at 0 0b
String - B64
feature complete
Tests base 64 encoded strings
- String has been encoded in base64, have 'U29tZSBjb250ZW50IHRvIGJlIGI2NCBlbmNvZGVkLg=='
- String has been decoded from base64 to match original, expecting 'Some content to be b64 encoded.', have 'S00e00o00e00 00 00 00400n00d00d'
- mem: at 0 0b
Span
feature complete
Span is the basic data structure for sequential or logorithmic storage access.
- Span has type span TYPE_SPAN found TYPE_SPAN
- Span item 0 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 1 equals Hello there found Hello there
- Span item 2 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 3 equals Three found Three
- Span item 6 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 7 equals Seven found Seven
- Span item 7 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 8 equals Eight found Eight
- After expand, Span item 0 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 1 equals Hello there found Hello there
- After expand,Span item 2 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 3 equals Three found Three
- After expand,Span item 6 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 7 equals Seven found Seven
- After expand, Span item 7 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 8 equals Eight found Eight
- Span item 512 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 512 equals Five Twelve found Five Twelve
- Span item 4079 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 4079 equals Four Hundred Seventy Nine found Four Hundred Seventy Nine
- Span item 513 has type string TYPE_STRING_FIXED found TYPE_STRING_FIXED
- String 513 equals Five Thirteen found Five Thirteen
- mem: at 0 0b
SpanSetup
feature complete
This tests the setup for a variety of Span configurations.
- Span stride is 16, have 16
- Span idxStride is 16, have 16
- Span slab has allocated 128 bytes, have 128
- Span idxSlab has allocated 128 bytes, have 128
- Span needs 1 dims to index into 100, have 1
- Span only needs 2 dim to index into 2000, have 2
- Queue stride is 16, have 16
- Queue idxStride is 16, have 16
- Queue slab has allocated 256 bytes, have 256
- Queue idxSlab has allocated 256 bytes, have 256
- Queue needs 1 dims to index into 100, have 1
- Queue only needs 2 dim to index into 2000, have 2
- Mini stride is 4, have 4
- Mini idxStride is 16, have 16
- Mini slab has allocated 32 bytes, have 32
- Mini idxSlab has allocated 128 bytes, have 128
- Mini needs 2 dims to index into 100, have 2
- Mini only needs 3 dim to index into 2000, have 3
- SlabSpan stride is 512, have 512
- SlabSpan idxStride is 32, have 32
- SlabSpan slab has allocated 4096 bytes, have 4096
- SlabSpan idxSlab has allocated 512 bytes, have 512
- SlabSpan needs 0 dims to index into 100, have 0
- SlabSpan only needs 1 dim to index into 2000, have 1
- mem: at 0 0b
SpanInline
feature complete
Inline spans hold data directly in thier memory space, instead of storing pointers to data held elsewhere.
- Inline Span idx 0 match expected 12 have 12
- Inline Span idx 1 match expected 45 have 45
- Inline Span idx 45 match expected 72 have 72
- mem: at 0 0b
MemCtx Tests
feature complete
Testing the underlying memory manager to ensure leaks have not occured in specific cases..
making string 1
- All count and Stack count differ
- Stack count has one String size of difference from all count, have 248
- Total is the size of two mem slabs, have 8192
- Total is the size of one mem slabs after free temp, have 4096
- mem: at 0 0b
Hash
feature complete
Tests for the Hash object which used for table storage and comparison of a few Polymorphic data types.
- Expected hash to equal 4291084750259606489, found: 4291084750259606489
- mem: at 0 0b
Table
feature complete
Auto-scaling hash-table built on top of the Span object and Hash object.
- Expect strings to not be NULL from key:Alpha
- Expect strings to equal Apples from key:Alpha found Apples
- Expect strings to not be NULL from key:Bravo
- Expect strings to equal Bandits from key:Bravo found Bandits
- Expect strings to not be NULL from key:Charlie
- Expect strings to equal Carrots from key:Charlie found Carrots
- Expect strings to not be NULL from key:Delta
- Expect strings to equal DeadMan from key:Delta found DeadMan
- Expect strings to not be NULL from key:Echo
- Expect strings to equal Elevator from key:Echo found Elevator
- Expect strings to not be NULL from key:Foxtrot
- Expect strings to equal Five Minutes from key:Foxtrot found Five Minutes
- Expect strings to not be NULL from key:Golf
- Expect strings to equal Gophers Are Cool from key:Golf found Gophers Are Cool
- Expect strings to not be NULL from key:Hotel
- Expect strings to equal Happy Go Lucky from key:Hotel found Happy Go Lucky
- Expect strings to not be NULL from key:India
- Expect strings to equal Idio-syncratic from key:India found Idio-syncratic
- Expect strings to not be NULL from key:Juliet
- Expect strings to equal Jockey Rider from key:Juliet found Jockey Rider
- mem: at 0 0b
TableResize
feature complete
Resize features of the auto-scaling hash-table.
- Expect strings to not be NULL from key:Alpha
- Expect strings to equal Apples from key:Alpha found Apples
- Expect strings to not be NULL from key:Bravo
- Expect strings to equal Bandits from key:Bravo found Bandits
- Expect strings to not be NULL from key:Charlie
- Expect strings to equal Carrots from key:Charlie found Carrots
- Expect strings to not be NULL from key:Delta
- Expect strings to equal DeadMan from key:Delta found DeadMan
- Expect strings to not be NULL from key:Echo
- Expect strings to equal Elevator from key:Echo found Elevator
- Expect strings to not be NULL from key:Foxtrot
- Expect strings to equal Five Minutes from key:Foxtrot found Five Minutes
- Expect strings to not be NULL from key:Golf
- Expect strings to equal Gophers Are Cool from key:Golf found Gophers Are Cool
- Expect strings to not be NULL from key:Hotel
- Expect strings to equal Happy Go Lucky from key:Hotel found Happy Go Lucky
- Expect strings to not be NULL from key:India
- Expect strings to equal Idio-syncratic from key:India found Idio-syncratic
- Expect strings to not be NULL from key:Juliet
- Expect strings to equal Jockey Rider from key:Juliet found Jockey Rider
- Expect strings to not be NULL from key:Kilo
- Expect strings to equal Kangaroo from key:Kilo found Kangaroo
- Expect strings to not be NULL from key:Lima
- Expect strings to equal Lefties from key:Lima found Lefties
- Expect strings to not be NULL from key:Mike
- Expect strings to equal Mangoes from key:Mike found Mangoes
- Expect strings to not be NULL from key:November
- Expect strings to equal Neighbourhood Villan from key:November found Neighbourhood Villan
- Expect strings to not be NULL from key:Oscar
- Expect strings to equal Oasis of Gems from key:Oscar found Oasis of Gems
- Expect strings to not be NULL from key:Pappa
- Expect strings to equal Pinapple Ham from key:Pappa found Pinapple Ham
- Expect strings to not be NULL from key:Quebec
- Expect strings to equal Quarterly Report from key:Quebec found Quarterly Report
- Expect strings to not be NULL from key:Romeo
- Expect strings to equal Rooty Tooty from key:Romeo found Rooty Tooty
- Expect strings to not be NULL from key:Sierra
- Expect strings to equal Stainless Steel from key:Sierra found Stainless Steel
- mem: at 0 0b
TablePreKey
feature complete
Testing the ability to add a key and value to a hash table and disperate, yet sequential, times.
- Expect SetKey and SetValue to effect the same entry: strings to not be NULL from key:'PreKey'
- Expect SetKey and SetValue to effect the same entry: strings to equal 'After Value' from key:'PreKey' found 'After Value'
- mem: at 0 0b
IterStr
feature complete
Iter Strings are strings that contain arrays of other items.
- Expected (0) a and b matches, have 1/73451 vs 1/73451
- Expected (1) a and b matches, have 2/73452 vs 2/73452
- Expected (2) a and b matches, have 3/73453 vs 3/73453
- Expected (3) a and b matches, have 4/73454 vs 4/73454
- Expected (4) a and b matches, have 5/73455 vs 5/73455
- Expected (5) a and b matches, have 6/73456 vs 6/73456
- Expected (6) a and b matches, have 7/73457 vs 7/73457
- Expected (7) a and b matches, have 8/73458 vs 8/73458
- Expected (8) a and b matches, have 9/73459 vs 9/73459
- Expected (9) a and b matches, have 10/734510 vs 10/734510
- Expected (10) a and b matches, have 11/734511 vs 11/734511
- Expected (11) a and b matches, have 12/734512 vs 12/734512
- Expected (12) a and b matches, have 13/734513 vs 13/734513
- Expected (13) a and b matches, have 14/734514 vs 14/734514
- Expected (14) a and b matches, have 15/734515 vs 15/734515
- Expected (15) a and b matches, have 16/734516 vs 16/734516
- Expected (16) a and b matches, have 17/734517 vs 17/734517
- Expected (17) a and b matches, have 18/734518 vs 18/734518
- Expected (18) a and b matches, have 19/734519 vs 19/734519
- Expected (19) a and b matches, have 20/734520 vs 20/734520
- Expected (20) a and b matches, have 21/734521 vs 21/734521
- Expected (21) a and b matches, have 22/734522 vs 22/734522
- Expected (22) a and b matches, have 23/734523 vs 23/734523
- Expected (23) a and b matches, have 24/734524 vs 24/734524
- Expected (24) a and b matches, have 25/734525 vs 25/734525
- Expected (25) a and b matches, have 26/734526 vs 26/734526
- Expected (26) a and b matches, have 27/734527 vs 27/734527
- Expected (27) a and b matches, have 28/734528 vs 28/734528
- Expected (28) a and b matches, have 29/734529 vs 29/734529
- Expected (29) a and b matches, have 30/734530 vs 30/734530
- Expected (30) a and b matches, have 31/734531 vs 31/734531
- Expected (31) a and b matches, have 32/734532 vs 32/734532
- Expected (32) a and b matches, have 33/734533 vs 33/734533
- Expected (33) a and b matches, have 34/734534 vs 34/734534
- Expected (34) a and b matches, have 35/734535 vs 35/734535
- Expected (35) a and b matches, have 36/734536 vs 36/734536
- Expected (36) a and b matches, have 37/734537 vs 37/734537
- Expected (37) a and b matches, have 38/734538 vs 38/734538
- Expected (38) a and b matches, have 39/734539 vs 39/734539
- Expected (39) a and b matches, have 40/734540 vs 40/734540
- Expected (40) a and b matches, have 41/734541 vs 41/734541
- Expected (41) a and b matches, have 42/734542 vs 42/734542
- Expected (42) a and b matches, have 43/734543 vs 43/734543
- Expected (43) a and b matches, have 44/734544 vs 44/734544
- Expected (44) a and b matches, have 45/734545 vs 45/734545
- Expected (45) a and b matches, have 46/734546 vs 46/734546
- Expected (46) a and b matches, have 47/734547 vs 47/734547
- Expected (47) a and b matches, have 48/734548 vs 48/734548
- Expected (48) a and b matches, have 49/734549 vs 49/734549
- Expected (49) a and b matches, have 50/734550 vs 50/734550
- Expected (50) a and b matches, have 51/734551 vs 51/734551
- Expected (51) a and b matches, have 52/734552 vs 52/734552
- Expected (52) a and b matches, have 53/734553 vs 53/734553
- Expected (53) a and b matches, have 54/734554 vs 54/734554
- Expected (54) a and b matches, have 55/734555 vs 55/734555
- Expected (55) a and b matches, have 56/734556 vs 56/734556
- Expected (56) a and b matches, have 57/734557 vs 57/734557
- Expected (57) a and b matches, have 58/734558 vs 58/734558
- Expected (58) a and b matches, have 59/734559 vs 59/734559
- Expected (59) a and b matches, have 60/734560 vs 60/734560
- Expected (60) a and b matches, have 61/734561 vs 61/734561
- Expected (61) a and b matches, have 62/734562 vs 62/734562
- Expected (62) a and b matches, have 63/734563 vs 63/734563
- Expected (63) a and b matches, have 64/734564 vs 64/734564
- Expected (64) a and b matches, have 65/734565 vs 65/734565
- Expected (65) a and b matches, have 66/734566 vs 66/734566
- Expected (66) a and b matches, have 67/734567 vs 67/734567
- Expected (67) a and b matches, have 68/734568 vs 68/734568
- Expected (68) a and b matches, have 69/734569 vs 69/734569
- mem: at 0 0b
Roebling Parser
Match
feature complete
Character pattern matching system for the Roebling parser.
- Non match has unsuccessful state found NOOP,0=00000000
- Matching string has successful state found SUCCESS,0=00000000
- Matched length of string, less termMatching, expected 14 have 14
- mem: at 0 0b
MatchElastic
feature complete
Elastic, (length undetermined) match testing for character patterns of the Roebling parser.
- Has PROCESSING status PROCESSING,0=00000000
- On second pos, position is 0
- Tag -Stopped on the fourth character
- Tag -Found three chars
- Tag- Found SUCCESS have SUCCESS,4=00000100 <<10,
- Tag -At end
- Att - Found 4 chars, count is 4
- mem: at 0 0b
MatchKo
feature complete
Testing the knockout and content termination capabilities of the match system.
- Length matches for string that has no escape or closing quote 25
- Length matches for string minus escape cahrs that has two escapes in it, expecting 34, have 36
- Length matches for string that has a terminator quote in it, have 33
- Length matches for string that has a escaped terminator quote in it, have 40
- It took 10 counts to get to the end, have 9
- Terminator 'end' is omited from the count expecting 7, have 7
- terminator 'end' is omited and last punctuation as well, from the count, expecting 32, have 32
- counted first letter only, have 1
- mem: at 0 0b
StrSnip
feature complete
Test for snip ranges of strings to copy.
- Expected String without quotes, have 'You Be The "Best"'
- mem: at 0 0b
StrSnip Boundry
feature complete
Test for snip ranges of strings to copy in large strings.
- Expect SNS from match to equals expected SNS built manually
- Expected String without quotes or newlines, have 'The Brooklyn Bridge contains four main cables, which descend from the tops of the suspension towers and help support the deck. Two are located to the outside of the bridge's roadways, while two are in the median of the roadways.[7] Each main cable measures 15.75 inches (40.0 cm) in diameter and contains 5,282 parallel, galvanized steel wires wrapped closely together in a cylindrical shape.[6][46][47] These wires are bundled in 19 individual strands, with 278 wires to a strand.[46] This was the first use of bundling in a suspension bridge and took several months for workers to tie together.[48] Since the 2000s, the main cables have also supported a series of 24-watt LED lighting fixtures, referred to as "necklace lights" due to their shape.[49] In addition, either 1,088,[25] 1,096,[50] or 1,520 galvanized steel wire suspender cables hang downward from the main cables.[23] Another 400 cable stays extend diagonally from the towers. The vertical suspender cables and diagonal cable stays hold up the truss structure around the bridge deck.[23][25][50] The bridge's suspenders originally used wire rope, which was replaced in the 1980s with galvanized steel made by Bethlehem Steel.[23][51] The vertical suspender cables measure 8 to 130 feet (2.4 to 39.6 m) long, and the diagonal stays measure 138 to 449 feet (42 to 137 m) long.[50] '
- mem: at 0 0b
Roebling
feature complete
Tests for the Roebling character pattern matching parser, with programmable hooks and capture ranges.
- Roebling has four match values loaded up, have 4
- mem: at 0 0b
RoeblingRun
feature complete
Run state variables for the Roebling parser.
- Roebling has state ROEBLING_NEXT
- Content equals expected, have TWO
- Match Idx equals expected
- Roebling has captured the rest of the line, expected 'for the weekend', have 'for the weekend'
- Roebling has state ROEBLING_NEXT
- Roebling has state SUCCESS
- mem: at 0 0b
RoeblingMark
feature complete
Mark and jump behavior tests for the Roebling parser.
- Content equals TWO, have TWO
- Roebling has state ROEBLING_NEXT after 'TWO'
- Roebling has captured the rest of the line: 'for the weekend'
- Roebling has state ROEBLING_NEXT after 'for the weekend'
- Content equals ONE, have ONE
- Roebling has state ROEBLING_NEXT after 'ONE'
- Roebling has captured the rest of the line: 'for good measure'
- Roebling has state ROEBLING_NEXT
- Content equals THREE, have THREE
- Roebling has state ROEBLING_NEXT
- Roebling has captured the rest of the line: 'for all!'
- Roebling has state ROEBLING_NEXT
- Roebling has state SUCCESS SUCCESS,0=00000000
- mem: at 0 0b
RoeblingStartSop
feature complete
Pausable behavior for the Roebling parser, to be able to handle partial input, and resume when more input is added.
- String equals 'Hi how are you today?', have 'Hi how are you today?'
- mem: at 0 0b
Roebling Formats
XML
feature complete
Basic XML parsing implemented using the Roebling Parser
- Root node equals 'main' have 'main'
- Jump next to expected mark XML_ATTROUTE
- XmlCtx has state SUCCSS, have SUCCESS,0=00000000
- mem: at 0 0b
XMLNested
feature complete
Nested XML parsing implemented using the Roebling Parser
- Attribute has name 'type', have 'type'
- Attribute Value to be 'root', have 'root'
- Jump set to XML_START
- Body is not null
- Whitespace before tag added as body, have '\n '
- Expected att value: 'fancy-pants', have 'foo'
- Expected att value: 'fancy-pants', have ''
- Expected body value: 'Gotta Get It!', have 'Gotta Get It!'
- NodeName is 'alpha', have 'alpha'
- Second NodeName is 'alpha', have 'alpha'
- XML has state success
- mem: at 0 0b
XMLParser
feature complete
Fully featured XML parsing implemented using the Roebling Parser
- XML has state success
- XML node has expected body, have 'The World is Upside Down!'
- mem: at 0 104b 8k
XMLStringType
feature complete
Identify string types during parsing (NUM/CASH)
- String root is normal, no flags for 'root', have 0
- String is idendified as FLAG_STRING_IS_CASH for '${fancy}', have 2048
- String is idendified as FLAG_STRING_IS_NUM for '19', have 512
- String is idendified as FLAG_STRING_IS_NUM for '3', have 512
- String body is normal, no flags for 'Not a cash', have 0
- Sub-element body is idendified as FLAG_STRING_IS_CASH for '${body}', have 2048
- mem: at 0 232b 20k
Http
feature complete
HTTP protocol parsing using the Roebling Parser
- captureKey is as expected HTTP_METHOD, have 138/HTTP_METHOD
- Expected content 'GET', have 'GET'
- captureKey is as expected HTTP_PATH, have 144/HTTP_PATH
- Expected content '/path.html', have '/path.html'
- captureKey is as expected HTTP_PROTO, have 145/HTTP_PROTO
- Expected content 'HTTP/1.1', have 'HTTP/1.1'
- captureKey is as expected HTTP_HEADER, have 146/HTTP_HEADER
- Expected content 'Host', have 'Host'
- captureKey is as expected HTTP_HEADER_VALUE, have 147/HTTP_HEADER_VALUE
- Expected content 'localhost', have 'localhost'
- captureKey is as expected HTTP_HEADER, have 146/HTTP_HEADER
- Expected content 'User-Agent', have 'User-Agent'
- captureKey is as expected HTTP_HEADER_VALUE, have 147/HTTP_HEADER_VALUE
- Expected content 'Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0', have 'Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0'
- captureKey is as expected HTTP_HEADER, have 146/HTTP_HEADER
- Expected content 'Connection', have 'Connection'
- captureKey is as expected HTTP_HEADER_VALUE, have 147/HTTP_HEADER_VALUE
- Expected content 'keep-alive', have 'keep-alive'
- captureKey is as expected HTTP_HEADER, have 146/HTTP_HEADER
- Expected content 'Accept', have 'Accept'
- captureKey is as expected HTTP_HEADER_VALUE, have 147/HTTP_HEADER_VALUE
- Expected content 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8', have 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8'
- captureKey is as expected HTTP_END, have 148/HTTP_END
- Reached end of test captures, have 12
- Roebling HttpParser has state SUCCESS, have 'SUCCESS,0=00000000 '
- mem: at 0 232b 20k
TermIo - Roebling Format
feature complete
Digesting terminal output to consider control characters, such as color and motion.
- File loaded and without error
- First is empty text
- Then Command Mode '['
- Then the number '34'
- Then the color comand 'm'
- Followed by some text TERMIO_TEXT/'[Cleaning build]'
- Set mode
- Set no color (0)
- Set mode is color
- Text content for newline
- Set mode
- Color yellow (33)
- Set color cmd
- Have expected text TERMIO_TEXT/'Making Directory build/libcaneka'
- mem: at 0 232b 20k
Oset
feature complete
Oset serialization format tests (similar features to XML, JSON, or YAML).
- String equals expected, have 'there'
- mem: at 0 256b 24k
Scheduling
Queue
feature complete
Queue built on top of the Span storage architecture.
- six has replaed idx 1
- midwest has replaed idx 17
- mem: at 0 256b 24k
QueueNext
feature complete
Queue iteration behaviour, built on top of the Span storage architecture.
- Expect queue to have 67 values, have 67
- Expect first item to be zero_s, have zero
- Expect second item to be one_s, have one
- Expect item 2 to be from all109_s(two), have two
- Expect item 3 to be from all109_s(three), have three
- Expect item 4 to be from all109_s(four), have four
- Expect item 5 to be from all109_s(five), have five
- Expect item 6 to be from all109_s(six), have six
- Expect item 7 to be from all109_s(seven), have seven
- Expect item 8 to be from all109_s(eight), have eight
- Expect item 9 to be from all109_s(nine), have nine
- Expect item 10 to be from all109_s(ten), have ten
- Expect item 11 to be from all109_s(eleven), have eleven
- Expect item 12 to be from all109_s(twelve), have twelve
- Expect item 13 to be from all109_s(thirteen), have thirteen
- Expect item 14 to be from all109_s(fourteen), have fourteen
- Expect item 15 to be from all109_s(fifteen), have fifteen
- Expect item 16 to be from all109_s(sixteen), have sixteen
- Expect item 17 to be from all109_s(seventeen), have seventeen
- Expect item 18 to be from all109_s(eighteen), have eighteen
- Expect item 19 to be from all109_s(nineteen), have nineteen
- Expect item 20 to be from all109_s(twenty), have twenty
- Expect item 21 to be from all109_s(twentyOne), have twentyOne
- Expect item 22 to be from all109_s(twentyTwo), have twentyTwo
- Expect item 23 to be from all109_s(twentyThree), have twentyThree
- Expect item 24 to be from all109_s(twentyFour), have twentyFour
- Expect item 25 to be from all109_s(twentyFive), have twentyFive
- Expect item 26 to be from all109_s(twentySix), have twentySix
- Expect item 27 to be from all109_s(twentySeven), have twentySeven
- Expect item 28 to be from all109_s(twentyEight), have twentyEight
- Expect item 29 to be from all109_s(twentyNine), have twentyNine
- Expect item 30 to be from all109_s(thirty), have thirty
- Expect item 31 to be from all109_s(thirtyOne), have thirtyOne
- Expect item 32 to be from all109_s(thirtyTwo), have thirtyTwo
- Expect item 33 to be from all109_s(thirtyThree), have thirtyThree
- Expect item 34 to be from all109_s(thirtyFour), have thirtyFour
- Expect item 35 to be from all109_s(thirtyFive), have thirtyFive
- Expect item 36 to be from all109_s(thirtySix), have thirtySix
- Expect item 37 to be from all109_s(thirtySeven), have thirtySeven
- Expect item 38 to be from all109_s(thirtyEight), have thirtyEight
- Expect item 39 to be from all109_s(thirtyNine), have thirtyNine
- Expect item 40 to be from all109_s(fourty), have fourty
- Expect item 41 to be from all109_s(fourtyOne), have fourtyOne
- Expect item 42 to be from all109_s(fourtyTwo), have fourtyTwo
- Expect item 43 to be from all109_s(fourtyThree), have fourtyThree
- Expect item 44 to be from all109_s(fourtyFour), have fourtyFour
- Expect item 45 to be from all109_s(fourtyFive), have fourtyFive
- Expect item 46 to be from all109_s(fourtySix), have fourtySix
- Expect item 47 to be from all109_s(fourtySeven), have fourtySeven
- Expect item 48 to be from all109_s(fourtyEight), have fourtyEight
- Expect item 49 to be from all109_s(fourtyNine), have fourtyNine
- Expect item 50 to be from all109_s(fifty), have fifty
- Expect item 51 to be from all109_s(fiftyOne), have fiftyOne
- Expect item 52 to be from all109_s(fiftyTwo), have fiftyTwo
- Expect item 53 to be from all109_s(fiftyThree), have fiftyThree
- Expect item 54 to be from all109_s(fiftyFour), have fiftyFour
- Expect item 55 to be from all109_s(fiftyFive), have fiftyFive
- Expect item 56 to be from all109_s(fiftySix), have fiftySix
- Expect item 57 to be from all109_s(fiftySeven), have fiftySeven
- Expect item 58 to be from all109_s(fiftyEight), have fiftyEight
- Expect item 59 to be from all109_s(fiftyNine), have fiftyNine
- Expect item 60 to be from all109_s(sixty), have sixty
- Expect item 61 to be from all109_s(sixtyOne), have sixtyOne
- Expect item 62 to be from all109_s(sixtyTwo), have sixtyTwo
- Expect item 63 to be from all109_s(sixtyThree), have sixtyThree
- Expect item 64 to be from all109_s(sixtyFour), have sixtyFour
- Expect item 65 to be from all109_s(sixtyFive), have sixtyFive
- Expect item 66 to be from all109_s(sixtySix), have sixtySix
- Expect i to have reached the max, have 67
- mem: at 0 256b 24k
QueueMixed
feature complete
Queue iteration with a mix of items missing, built on top of the Span storage architecture.
- Expect queue to have 8 values, have 36
- Expect queue to have 23 values, have 23
- Expect item 0 to be from all109_s(zero), have zero
- Expect item 1 to be from all109_s(one), have one
- Expect item 2 to be from all109_s(two), have two
- Expect item 3 to be from all109_s(three), have three
- Expect item 4 to be from all109_s(four), have four
- Expect item 5 to be from all109_s(five), have five
- Expect item 6 to be from all109_s(six), have six
- Expect item 7 to be from all109_s(seven), have seven
- Expect item 21 to be from all109_s(twentyOne), have twentyOne
- Expect item 22 to be from all109_s(twentyTwo), have twentyTwo
- Expect item 23 to be from all109_s(twentyThree), have twentyThree
- Expect item 24 to be from all109_s(twentyFour), have twentyFour
- Expect item 25 to be from all109_s(twentyFive), have twentyFive
- Expect item 26 to be from all109_s(twentySix), have twentySix
- Expect item 27 to be from all109_s(twentySeven), have twentySeven
- Expect item 28 to be from all109_s(twentyEight), have twentyEight
- Expect item 29 to be from all109_s(twentyNine), have twentyNine
- Expect item 30 to be from all109_s(thirty), have thirty
- Expect item 31 to be from all109_s(thirtyOne), have thirtyOne
- Expect item 32 to be from all109_s(thirtyTwo), have thirtyTwo
- Expect item 33 to be from all109_s(thirtyThree), have thirtyThree
- Expect item 34 to be from all109_s(thirtyFour), have thirtyFour
- Expect item 35 to be from all109_s(thirtyFive), have thirtyFive
- Expect i to have reached the max, have 23
- mem: at 0 256b 24k
CycleServe IO Server
Serve
feature complete
Basic CycleServe network server initialization tests.
- mem: at 0 256b 24k
ServeHandle
feature complete
CycleServe network server request handling tests.
- active Req is not null
- Req has the second handler set
- Req Roebling has status of SUCCESS, have SUCCESS,0=00000000
- Proc 20213 existed with status 0
- mem: at 0 256b 24k
ServeChunked
feature complete
Chunked request (partial HTTP request sent in different requests) for CycleServe network server tests.
- active Req is not null
- Req has the second handler set
- Req Roebling does not have state SUCCESS yet, have PROCESSING,0=00000000
- Req Roebling has status of SUCCESS, have SUCCESS,0=00000000
- mem: at 0 256b 24k
ServeMultiple
feature complete
Concurrent request testing for CycleServe network server.
- Multiple count of 22 currently open, have 22
- All processes closed, count of 0 currently open, have 0
- Served all count of 22 requests, have 22
- mem: at 0 256b 24k
ServeCookieSession
previously working
Tests to use Roebling to open a session based on an HTTP Cookie Header using IoCtx and Crypto.
- mem: at 0 256b 24k
ServeScheduled
not started
Regularly scheduled activities in CycleServe using the Queue object.
- mem: at 0 256b 24k
Persistance and Storage
IoCtx
feature complete
File and storage persistance context tests.
- file length match, have 29
- String content matches, have: 'Test content here is a thing
'
- MemLocal value from ctx matches type, have 'TYPE_STRING_FIXED'
- MemLocal value from ctx has expected bytes , have 'value'
- File value from ctx matches type, have 'TYPE_FILE'
- File value from ctx has expected bytes in path , have 'file.one'
- dir destroyed /mnt/basic/caneka/tmp/one
- mem: at 0 520b 40k
MemLocal - To/From
feature complete
Calling To and From persistance functions for MemLocal.
- String type has been adjusted to local
- String type has been restored to local
- Original length is the same, indicating multiple string segment addresses, expected 573, have 573
- Type hashed has been changed
- Type hashed item has been changed
- Type hashed value has been changed
- Type hashed has been restored
- Type has been changed for span
- Type sting has been changed for span item one
- Type sting has been changed for span item two
- Type sting has been changed for span item three
- Type has been restored for span
- Type sting has been restored for span item one
- Type sting has been restored for span item two
- Type sting has been restored for span item three
- Type hashed has been changed for table
- Type string has been changed for table item one
- Type string has been changed for table item two
- Type string has been changed for table item three
- Type hashed has been restored for table
- Type string has been restored for table item one
- Type string has been restored for table item two
- Type string has been restored for table item three
- mem: at 0 520b 40k
MemLocal
feature complete
Calling save and restore MemLocal functions.
- MemLocal destroy has no errors
- Result string length matches
- Result key string matches
- mem: at 0 520b 40k
Programming Language and Tools
NestedD Flat
feature complete
NestedD is a stack based data store for lexical reslution of dataused for template langages templating (such as HTML), Flat scenario.
- Test if nested value is expected, have 1
- Test if nested second value is expected, have 0
- mem: at 0 520b 40k
NestedD With
feature complete
NestedD is a stack based data store for lexical reslution of dataused for template langages templating (such as HTML), With scenario.
- Name on main level is as expected, found 'SuppaSuppa'
- With session scid is as expected, found 'a87c782a'
- With session time is as expected, found '1709645616277122774'
- Title after outdent on main found 'Master Of It All'
- mem: at 0 520b 40k
NestedD For
feature complete
NestedD is a stack based data store for lexical reslution of dataused for template langages templating (such as HTML), For scenario.
- Name on main level is as expected, found SuppaSuppa
- Not yet done
- Nested FOR 'name' is as expected, found 'Heavy Metal'
- Nested FOR 'category' is as expected, found 'music'
- Nested FOR 'status' is as expected, found '2'
- Not yet done
- Nested FOR 'name' is as expected, found 'Knitting'
- Nested FOR 'category' is as expected, found 'sewing'
- Nested FOR 'status' is as expected, found '7'
- Not yet done
- Nested FOR 'name' is as expected, found 'Ramen'
- Nested FOR 'category' is as expected, found 'cooking'
- Nested FOR 'status' is as expected, found '99'
- Nested_Next is done
- mem: at 0 520b 40k
XML Templating
feature complete
XML templating for building web applications.
- XmlT created expected output from:
Session expires: 2024-03-05T13:33:36.277122774+00
Blue Sky
Look UpGrass
Walk barefootSun
Blooooooooooood
- mem: at 0 520b 40k
CanekaLang - Roebling Syntax
partial feature
Tests for the Roebling pattern match portion of Caneka syntax.
- ctx item is the root item which is the CNK_LANG_ROEBLING item
- Pattern hi-there produces expected C source code
- mem: at 0 520b 40k
Security
TextFilter
feature complete
Filter any non-visible character below 32 (dec)
- normal text is fine, ' Hi There
'
- normal text is fine, '\{3,21,31}Hello There\{2}'
- SUCCESS from adding valid chars have, ' Hi There
'
- ERROR from adding invalid chars have, ' Hi There
'
- Length unchanged from erronous bytes add request, have, ' Hi There
'
- mem: at 0 520b 40k
Crypto - Strings
feature complete
Generating Sha256 summaries of strings. And random data strings.
- Sha256 matches, have '68760b4a88c113b8ce4aed641911caf8ef01d5969754a20271e601698997881b'
- Random string length is expected, have 512
- mem: at 0 520b 40k
Crypto - Ecdsa
not started
Ecsda sugnatures for strings.
- mem: at 0 520b 40k
Crypto - Salty
partial feature
Bi-directional encryption with a variable sized key.
- Phrase is not null
- Test key added to key chain
- 'bogus' user is unable to access 'test' key
- 'test' user can access 'test' key, have, 'Tests are Fun Fun Fun!Tests are '
- Encoded matches from original to result
- Decoded matches from original to result
- Second decoded matches from original to result
- EncPair to oset string is equal, expected 'enc/3={key:s/4=test;enc:s/32=2bfc98b22fb8b02d33ffe258111e3438;length:i64/2=11;}', have 'enc/3={key:s/4=test;enc:s/32=2bfc98b22fb8b02d33ffe258111e3438;length:i64/2=11;}'
- mem: at 0 520b 40k
UserTests - PasswordFlow
partial feature
A Basic user password flow using CycleServe and IoCtx.
- Auth Oset has expected length, have 231
- Re-opened user table is not null
- Email from newly opened user table matches original, have 'me@example.com'
- User Delete has flag SUCCESS
- mem: at 0 928b 80k
Email
Smtp
previously working
SMTP (email) format parsing with the Roebling parser.
- mem: at 0 928b 80k
SmtpSend
not started
Email send flow tests with CycleServe and Roebling.
- mem: at 0 928b 80k