Megatest

Timeline
Login

50 events occurring around 174cb7049b4bb3f5.

More ↑
2023-01-17
12:41 New ticket [71bc1fd416] Shell and scheme are evaluated in comments. This is not proving useful. Please disable.. artifact: 4a47176673 user: matt
01:53 Edit [67b18cc991]: Move to branch v1.80-refactor. artifact: 00089c940a user: matt
2023-01-16
21:42
v1.80-notbetter Leaf check-in: 5287e50105 user: matt tags: v1.80-refactor
15:53
Most sqlite3: calls now prepared and cached. check-in: bcf8145611 user: matt tags: v1.80-refactor
14:09
Cleaned up prepared db statements handling. check-in: 2639de81a8 user: matt tags: v1.80-refactor
13:30 Edit [22f2c33711]: Add tag "v1.80-transport-cleanish". artifact: f082feeaa5 user: matt
12:17
last of overt connection issues addressed. TCP connections growing very slowly. However now the db issues are manifesting. check-in: 22f2c33711 user: matt tags: v1.80-transport-cleanish, v1.80-refactor
10:00
Major refactor/clean up of client connection stuff. Removed old crufty approach of having both client and server side calls in http-transport. Plan would be to eventually get rid of http-transport.

Open files slowly grows. bad argument type in http-transport. Line 285 (close-connection! fullurl) is wrong. check-in: 67b18cc991 user: matt tags: v1.80-refactor

04:20
Original call to close-connections! was correct check-in: 883ba16e82 user: matt tags: v1.80
03:32
Isolated fix from v1.80-disconnected-tests for TCP ports issue (not tested yet) check-in: da2bac2043 user: matt tags: v1.80
03:21
Merged v1.80 Leaf check-in: ccccfdb50a user: matt tags: v1.80-disconnect-tests
2023-01-15
21:45
Appear to have fixed the growing connections issue check-in: f78750d901 user: matt tags: v1.80-disconnect-tests
18:27
Disconnecting tests from servers where possible to save connections. check-in: cdac5f3909 user: matt tags: v1.80-disconnect-tests
2023-01-13
17:06 Edit [d310aee913]: Add tag "v1.8005". artifact: faa74ae625 user: mmgraham
17:06 Edit [95b6039c92]: Cancel tag "v1.8005". artifact: 31f91f12a1 user: mmgraham
13:37
I guess close-idle-connections is not available? don't get it but getting rid of it... check-in: d310aee913 user: mrwellan tags: v1.80, v1.8005
10:31 Edit [fb48802dd5]: Cancel tag "v1.8005". artifact: ae2e2ef7e8 user: mmgraham
10:30 Edit [95b6039c92]: Add tag "v1.8005". artifact: 69d60a339e user: mmgraham
08:22
Yet another db in transaction problem fixed. check-in: 95b6039c92 user: matt tags: v1.80
05:07
New logic on delaying when can't run more tests. One more case of dbstruct used inside transaction found and fixed. check-in: a67d8dbadb user: matt tags: v1.80
00:01 Edit [d461a68372]: Cancel tag "v1.8005". artifact: 37c92f668b user: mmgraham
00:00 Edit [fb48802dd5]: Add tag "v1.8005". artifact: 80aa9b1270 user: mmgraham
2023-01-12
21:49
Calling db:with-db inside a transaction was bad. Disallowed calling db:with-db with db and factored out few calls to take db. TCP connections seems stable. Fingers crossed. check-in: fb48802dd5 user: matt tags: v1.80
20:02
More close-connections fixes. check-in: 3e016c5af5 user: matt tags: v1.80
17:50 Edit [2ec14a566d]: Cancel tag "v1.8005". artifact: 174cb7049b user: mmgraham
17:50 Edit [d461a68372]: Add tag "v1.8005". artifact: bcac8dfa41 user: mmgraham
17:48
Added tasks_queue to db:sync-main-list to sync this table to NFS check-in: d461a68372 user: mmgraham tags: v1.80
10:32 Edit [3bce3576ea]: Cancel tag "v1.8005". artifact: 05649868fb user: mmgraham
10:31 Edit [2ec14a566d]: Add tag "v1.8005". artifact: b6c13d0894 user: mmgraham
07:26
Reduce noise check-in: 2ec14a566d user: matt tags: v1.80
07:11
Oops. Was setting conn to #f before cleaning up connections. Not 100% sure but suspect that was a bad thing. check-in: 0ee24d5747 user: matt tags: v1.80
2023-01-11
22:06 Edit [3bce3576ea]: Add tag "v1.8005". artifact: e14de186b1 user: mmgraham
22:06
Changed version to 1.8005 check-in: 3bce3576ea user: mmgraham tags: v1.80
22:05
removed periodic reverse sync check-in: 483f258c25 user: mmgraham tags: v1.80
16:11
Fix to sync, incorrect files (I think) were being compared check-in: dd0f572ca9 user: mrwellan tags: v1.80
07:14
Merged fork check-in: 43e394881f user: mrwellan tags: v1.80
06:20
Added cond-expand to mtargs so it can be chicken-5 and chicken-4 check-in: 4e5c67b31e user: matt tags: v1.80
05:52
Merged fork check-in: 74f81f69c1 user: matt tags: v1.80
2023-01-10
13:50
Merged earlier change check-in: 143fb8134e user: mrwellan tags: v1.80
2023-01-06
09:23
Synced mtargs with opensrc. Reduced noise in server output check-in: 7f6ea52b90 user: mrwellan tags: v1.80
2022-12-30
16:23 Edit [e506ed709e]: Add tag "v1.8004". artifact: 68cecfdc77 user: mmgraham
16:22
Changed version to 1.8004 check-in: e506ed709e user: mmgraham tags: v1.80, v1.8004
16:18
add wal and shm file times for sync time comparison. Added checking for existence of servers and db files. check-in: 999f3281a2 user: mmgraham tags: v1.80
2022-12-27
13:13 Edit [90c94db373]: Add tag "v1.7011". artifact: d42b08749e user: mmgraham
12:20
Changed version to 1.7011 check-in: 90c94db373 user: mmgraham tags: v1.70, v1.7011
2022-12-24
00:08
added in the wal and shm file times when deciding whether to sync check-in: 46be9f0c6f user: mmgraham tags: v1.70
2022-12-16
15:49
Corrected arg errors in calls to cautious-open-database, made choose-server wait 10 seconds after starting a server before starting another. Corrected busy server logic in keep-running. check-in: 047f95fcaf user: mmgraham tags: v1.80
2022-12-14
17:36
fixed a few crashes in the server log check-in: 5fd84cf5e2 user: mmgraham tags: v1.80
2022-12-13
11:22 New ticket [2223f4fd04] line ending in \ not working in scripts and # breaks scripts in testconfig. artifact: 065c7cb278 user: matt
2022-12-12
18:00 Edit [e09f8d91d0]: Cancel tag "v1.8003". artifact: 16f24e4751 user: mmgraham
More ↓