You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(network): M12.14/15 wire-bridge end-to-end test
Adds a single 5-subcase test that round-trips every M12.14 and
M12.15 ABI bridge over a real tcp:// AdsConnect60 + AdsOpenTable
session against an in-process Server:
* field metadata: GetNumFields, GetFieldName(1), GetFieldType,
GetFieldLength, GetFieldDecimals
* cursor state: AtBOF, GetRecordNum, IsRecordDeleted,
GotoBottom
* info: GetTableType, GetRecordLength, GetNumIndexes
* lock + maintenance: LockTable, UnlockTable, LockRecord,
UnlockRecord, RefreshRecord, FlushFileBuffers
* AOF over wire: SetAOF("TAG='BBBB'"), GetAOFOptLevel, walk
confirms only recno=2 is visible, ClearAOF restores walk
368 / 368 tests, +67 assertions; verifies all 17 newly-bridged
entry points actually round-trip correctly via the wire layer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments