~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/tokudb/tests/vlq_test.cc

  • Committer: Package Import Robot
  • Author(s): James Page, Otto Kekäläinen
  • Date: 2014-02-17 16:51:52 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140217165152-k315d3175g865kkx
Tags: 5.5.35-1
[ Otto Kekäläinen ]
* New upstream release, fixing the following security issues:
  - Buffer overflow in client/mysql.cc (Closes: #737597).
    - CVE-2014-0001
  - http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
    - CVE-2013-5891
    - CVE-2013-5908
    - CVE-2014-0386
    - CVE-2014-0393
    - CVE-2014-0401
    - CVE-2014-0402
    - CVE-2014-0412
    - CVE-2014-0420
    - CVE-2014-0437
* Upstream https://mariadb.atlassian.net/browse/MDEV-4902
  fixes compatibility with Bison 3.0 (Closes: #733002)
* Updated Russian debconf translation (Closes: #734426)
* Updated Japanese debconf translation (Closes: #735284)
* Updated French debconf translation (Closes: #736480)
* Renamed SONAME properly (Closes: #732967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 
2
// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
 
3
#ident "$Id$"
 
4
/*
 
5
COPYING CONDITIONS NOTICE:
 
6
 
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of version 2 of the GNU General Public License as
 
9
  published by the Free Software Foundation, and provided that the
 
10
  following conditions are met:
 
11
 
 
12
      * Redistributions of source code must retain this COPYING
 
13
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
14
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
15
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
16
        GRANT (below).
 
17
 
 
18
      * Redistributions in binary form must reproduce this COPYING
 
19
        CONDITIONS NOTICE, the COPYRIGHT NOTICE (below), the
 
20
        DISCLAIMER (below), the UNIVERSITY PATENT NOTICE (below), the
 
21
        PATENT MARKING NOTICE (below), and the PATENT RIGHTS
 
22
        GRANT (below) in the documentation and/or other materials
 
23
        provided with the distribution.
 
24
 
 
25
  You should have received a copy of the GNU General Public License
 
26
  along with this program; if not, write to the Free Software
 
27
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
28
  02110-1301, USA.
 
29
 
 
30
COPYRIGHT NOTICE:
 
31
 
 
32
  TokuDB, Tokutek Fractal Tree Indexing Library.
 
33
  Copyright (C) 2007-2013 Tokutek, Inc.
 
34
 
 
35
DISCLAIMER:
 
36
 
 
37
  This program is distributed in the hope that it will be useful, but
 
38
  WITHOUT ANY WARRANTY; without even the implied warranty of
 
39
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
40
  General Public License for more details.
 
41
 
 
42
UNIVERSITY PATENT NOTICE:
 
43
 
 
44
  The technology is licensed by the Massachusetts Institute of
 
45
  Technology, Rutgers State University of New Jersey, and the Research
 
46
  Foundation of State University of New York at Stony Brook under
 
47
  United States of America Serial No. 11/760379 and to the patents
 
48
  and/or patent applications resulting from it.
 
49
 
 
50
PATENT MARKING NOTICE:
 
51
 
 
52
  This software is covered by US Patent No. 8,185,551.
 
53
  This software is covered by US Patent No. 8,489,638.
 
54
 
 
55
PATENT RIGHTS GRANT:
 
56
 
 
57
  "THIS IMPLEMENTATION" means the copyrightable works distributed by
 
58
  Tokutek as part of the Fractal Tree project.
 
59
 
 
60
  "PATENT CLAIMS" means the claims of patents that are owned or
 
61
  licensable by Tokutek, both currently or in the future; and that in
 
62
  the absence of this license would be infringed by THIS
 
63
  IMPLEMENTATION or by using or running THIS IMPLEMENTATION.
 
64
 
 
65
  "PATENT CHALLENGE" shall mean a challenge to the validity,
 
66
  patentability, enforceability and/or non-infringement of any of the
 
67
  PATENT CLAIMS or otherwise opposing any of the PATENT CLAIMS.
 
68
 
 
69
  Tokutek hereby grants to you, for the term and geographical scope of
 
70
  the PATENT CLAIMS, a non-exclusive, no-charge, royalty-free,
 
71
  irrevocable (except as stated in this section) patent license to
 
72
  make, have made, use, offer to sell, sell, import, transfer, and
 
73
  otherwise run, modify, and propagate the contents of THIS
 
74
  IMPLEMENTATION, where such license applies only to the PATENT
 
75
  CLAIMS.  This grant does not include claims that would be infringed
 
76
  only as a consequence of further modifications of THIS
 
77
  IMPLEMENTATION.  If you or your agent or licensee institute or order
 
78
  or agree to the institution of patent litigation against any entity
 
79
  (including a cross-claim or counterclaim in a lawsuit) alleging that
 
80
  THIS IMPLEMENTATION constitutes direct or contributory patent
 
81
  infringement, or inducement of patent infringement, then any rights
 
82
  granted to you under this License shall terminate as of the date
 
83
  such litigation is filed.  If you or your agent or exclusive
 
84
  licensee institute or order or agree to the institution of a PATENT
 
85
  CHALLENGE, then Tokutek may terminate any rights granted to you
 
86
  under this License.
 
87
*/
 
88
 
 
89
#ident "Copyright (c) 2007-2013 Tokutek Inc.  All rights reserved."
 
90
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
 
91
#include <stdio.h>
 
92
#include <stdlib.h>
 
93
#include <stdint.h>
 
94
#include <assert.h>
 
95
#include <tokudb_vlq.h>
 
96
 
 
97
namespace tokudb {
 
98
    template size_t vlq_encode_ui(uint32_t n, void *p, size_t s);
 
99
    template size_t vlq_decode_ui(uint32_t *np, void *p, size_t s);
 
100
    template size_t vlq_encode_ui(uint64_t n, void *p, size_t s);
 
101
    template size_t vlq_decode_ui(uint64_t *np, void *p, size_t s);
 
102
};
 
103
 
 
104
static void test_vlq_uint32_error(void) {
 
105
    uint32_t n;
 
106
    unsigned char b[5];
 
107
    size_t out_s, in_s;
 
108
 
 
109
    out_s = tokudb::vlq_encode_ui<uint32_t>(128, b, 0);
 
110
    assert(out_s == 0);
 
111
    out_s = tokudb::vlq_encode_ui<uint32_t>(128, b, 1);
 
112
    assert(out_s == 0);
 
113
    out_s = tokudb::vlq_encode_ui<uint32_t>(128, b, 2);
 
114
    assert(out_s == 2);
 
115
    in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, 0);
 
116
    assert(in_s == 0);
 
117
    in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, 1);
 
118
    assert(in_s == 0);
 
119
    in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, 2);
 
120
    assert(in_s == 2 && n == 128);
 
121
}
 
122
 
 
123
static void test_vlq_uint32(void) {
 
124
    uint32_t n;
 
125
    unsigned char b[5];
 
126
    size_t out_s, in_s;
 
127
 
 
128
    printf("%u\n", 0);
 
129
    for (uint32_t v = 0; v < (1<<7); v++) {
 
130
        out_s = tokudb::vlq_encode_ui<uint32_t>(v, b, sizeof b);
 
131
        assert(out_s == 1);
 
132
        in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, out_s);
 
133
        assert(in_s == 1 && n == v);
 
134
    }
 
135
 
 
136
    printf("%u\n", 1<<7);
 
137
    for (uint32_t v = (1<<7); v < (1<<14); v++) {
 
138
        out_s = tokudb::vlq_encode_ui<uint32_t>(v, b, sizeof b);
 
139
        assert(out_s == 2);
 
140
        in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, out_s);
 
141
        assert(in_s == 2 && n == v);
 
142
    }
 
143
 
 
144
    printf("%u\n", 1<<14);
 
145
    for (uint32_t v = (1<<14); v < (1<<21); v++) {
 
146
        out_s = tokudb::vlq_encode_ui<uint32_t>(v, b, sizeof b);
 
147
        assert(out_s == 3);
 
148
        in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, out_s);
 
149
        assert(in_s == 3 && n == v);
 
150
    }
 
151
 
 
152
    printf("%u\n", 1<<21);
 
153
    for (uint32_t v = (1<<21); v < (1<<28); v++) {
 
154
        out_s = tokudb::vlq_encode_ui<uint32_t>(v, b, sizeof b);
 
155
        assert(out_s == 4);
 
156
        in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, out_s);
 
157
        assert(in_s == 4 && n == v);
 
158
    }
 
159
 
 
160
    printf("%u\n", 1<<28);
 
161
    for (uint32_t v = (1<<28); v != 0; v++) {
 
162
        out_s = tokudb::vlq_encode_ui<uint32_t>(v, b, sizeof b);
 
163
        assert(out_s == 5);
 
164
        in_s = tokudb::vlq_decode_ui<uint32_t>(&n, b, out_s);
 
165
        assert(in_s == 5 && n == v);
 
166
    }
 
167
}
 
168
 
 
169
static void test_vlq_uint64(void) {
 
170
    uint64_t n;
 
171
    unsigned char b[10];
 
172
    size_t out_s, in_s;
 
173
 
 
174
    printf("%u\n", 0);
 
175
    for (uint64_t v = 0; v < (1<<7); v++) {
 
176
        out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
177
        assert(out_s == 1);
 
178
        in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
179
        assert(in_s == 1 && n == v);
 
180
    }
 
181
 
 
182
    printf("%u\n", 1<<7);
 
183
    for (uint64_t v = (1<<7); v < (1<<14); v++) {
 
184
        out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
185
        assert(out_s == 2);
 
186
        in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
187
        assert(in_s == 2 && n == v);
 
188
    }
 
189
 
 
190
    printf("%u\n", 1<<14);
 
191
    for (uint64_t v = (1<<14); v < (1<<21); v++) {
 
192
        out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
193
        assert(out_s == 3);
 
194
        in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
195
        assert(in_s == 3 && n == v);
 
196
    }
 
197
 
 
198
    printf("%u\n", 1<<21);
 
199
    for (uint64_t v = (1<<21); v < (1<<28); v++) {
 
200
        out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
201
        assert(out_s == 4);
 
202
        in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
203
        assert(in_s == 4 && n == v);
 
204
    }
 
205
 
 
206
    printf("%u\n", 1<<28);
 
207
    for (uint64_t v = (1<<28); v < (1ULL<<35); v++) {
 
208
        out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
209
        assert(out_s == 5);
 
210
        in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
211
        assert(in_s == 5 && n == v);
 
212
    }
 
213
}
 
214
 
 
215
static void test_80000000(void) {
 
216
    uint64_t n;
 
217
    unsigned char b[10];
 
218
    size_t out_s, in_s;
 
219
    uint64_t v = 0x80000000;
 
220
    out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
221
    assert(out_s == 5);
 
222
    in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
223
    assert(in_s == 5 && n == v);
 
224
}
 
225
 
 
226
static void test_100000000(void) {
 
227
    uint64_t n;
 
228
    unsigned char b[10];
 
229
    size_t out_s, in_s;
 
230
    uint64_t v = 0x100000000;
 
231
    out_s = tokudb::vlq_encode_ui<uint64_t>(v, b, sizeof b);
 
232
    assert(out_s == 5);
 
233
    in_s = tokudb::vlq_decode_ui<uint64_t>(&n, b, out_s);
 
234
    assert(in_s == 5 && n == v);
 
235
}   
 
236
 
 
237
int main(void) {
 
238
    if (1) test_vlq_uint32_error();
 
239
    if (1) test_80000000();
 
240
    if (1) test_100000000();
 
241
    if (1) test_vlq_uint32();
 
242
    if (1) test_vlq_uint64();
 
243
    return 0;
 
244
}