Changes In Branch v2.0001-ulex-testing-jm Excluding Merge-Ins
This is equivalent to a diff from b4ff9e2f1d to 4faf3cbddf
2022-01-14
| ||
16:24 | Added some testing scripts for ulex and standalone tcp-server Leaf check-in: 4faf3cbddf user: jmoon18 tags: v2.0001-ulex-testing-jm | |
05:49 | Move close-output-port to right after sending serialize data Leaf check-in: ec82c7ffc8 user: matt tags: v2.0001-blocking-fix | |
2022-01-12
| ||
16:40 | wip, misc cleanup and reduce some messages. check-in: 20b4054f76 user: matt tags: v2.0001 | |
12:23 | Added additional cleanup for ulex-tests check-in: f012b3cc77 user: jmoon18 tags: v2.0001 | |
2022-01-11
| ||
09:00 | Go back to single log for a server. The splitting of the logs was not proving useful check-in: b4ff9e2f1d user: matt tags: v2.0001 | |
2022-01-10
| ||
17:46 | Just randomly tried mailbox/mailbox and it seems to be working pretty well. Wierd. check-in: 3d29ed0bb1 user: matt tags: v2.0001 | |
Modified megatest.scm from [b7fe71f476] to [b63a7b05a0].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; (declare (uses dbi)) (declare (uses pkts)) (declare (uses stml2)) (declare (uses cookie)) (declare (uses csv-xml)) |
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | srfi-98 srfi-69 ;; local modules autoload adjutant csv-xml |
︙ |
Modified ulex-trials/Makefile from [cec464a43d] to [e184d26602].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | + + + | ulex-test : ulex-test.scm ../ulex/ulex.scm csc ulex-test.scm ab : a b ../ulex/ulex.scm csc a.scm csc b.scm test : ulex-test for x in $$(seq 9);do export NBFAKE_LOG=NBFAKE_$$x;sleep 1;nbfake ./ulex-test run 828$$x;echo $$cmd;$$cmd;done clean : rm -f .runners/* NBFAKE* |
Added ulex-trials/a.scm version [4280e836f1].