Commit 851fe67
committed
tests: add test_execute_message_v5_skip_meta_sets_flag
Before this PR, _SKIP_METADATA_FLAG was never written to the wire — the skip_meta
field existed on _QueryMessage but _write_query_params did not use it. The PR
activates it for the first time for all protocol versions.
The new test pins the v5 wire encoding: skip_meta=True must produce a 4-byte
flags word of 0x00000003 (VALUES_FLAG | SKIP_METADATA_FLAG), alongside the
always-present result_metadata_id sentinel for v5.1 parent 72100cb commit 851fe67
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
85 | 111 | | |
86 | 112 | | |
87 | 113 | | |
| |||
0 commit comments