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

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/ft/tests/cachetable-unpin-and-remove-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
 
 
91
#include "test.h"
 
92
 
 
93
static int
 
94
fetch (CACHEFILE f        __attribute__((__unused__)),
 
95
       PAIR UU(p),
 
96
       int UU(fd),
 
97
       CACHEKEY k         __attribute__((__unused__)),
 
98
       uint32_t fullhash __attribute__((__unused__)),
 
99
       void **value       __attribute__((__unused__)),
 
100
       void** UU(dd),
 
101
       PAIR_ATTR *sizep        __attribute__((__unused__)),
 
102
       int  *dirtyp       __attribute__((__unused__)),
 
103
       void *extraargs    __attribute__((__unused__))
 
104
       ) {
 
105
    *dirtyp = 0;
 
106
    *sizep = make_pair_attr(0);
 
107
    return 0;
 
108
}
 
109
 
 
110
// test simple unpin and remove
 
111
static void
 
112
cachetable_unpin_and_remove_test (int n) {
 
113
    if (verbose) printf("%s %d\n", __FUNCTION__, n);
 
114
    const int table_limit = 2*n;
 
115
    int r;
 
116
    int i;
 
117
 
 
118
    CACHETABLE ct;
 
119
    toku_cachetable_create(&ct, table_limit, ZERO_LSN, NULL_LOGGER);
 
120
    const char *fname1 = TOKU_TEST_FILENAME;
 
121
    unlink(fname1);
 
122
    CACHEFILE f1;
 
123
    r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, 0777); assert(r == 0);
 
124
    CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL);
 
125
 
 
126
    // generate some random keys
 
127
    CACHEKEY keys[n]; int nkeys = n;
 
128
    for (i=0; i<n; i++) {
 
129
        keys[i].b = random();
 
130
    }
 
131
 
 
132
    // put the keys into the cachetable
 
133
    for (i=0; i<n; i++) {
 
134
        uint32_t hi = toku_cachetable_hash(f1, make_blocknum(keys[i].b));
 
135
        toku_cachetable_put(f1, make_blocknum(keys[i].b), hi, (void *)(long) keys[i].b, make_pair_attr(1),wc, put_callback_nop);
 
136
    }
 
137
    
 
138
    // unpin and remove
 
139
    CACHEKEY testkeys[n];
 
140
    for (i=0; i<n; i++) testkeys[i] = keys[i];
 
141
    while (nkeys > 0) {
 
142
        i = random() % nkeys;
 
143
        uint32_t hi = toku_cachetable_hash(f1, make_blocknum(testkeys[i].b));
 
144
        r = toku_test_cachetable_unpin_and_remove(f1, testkeys[i], NULL, NULL);
 
145
        assert(r == 0);
 
146
 
 
147
        toku_cachefile_verify(f1);
 
148
 
 
149
        // verify that k is removed
 
150
        void *v;
 
151
        r = toku_cachetable_maybe_get_and_pin(f1, make_blocknum(testkeys[i].b), hi, PL_WRITE_EXPENSIVE, &v);
 
152
        assert(r != 0);
 
153
 
 
154
        testkeys[i] = testkeys[nkeys-1]; nkeys -= 1;
 
155
    }
 
156
 
 
157
    // verify that the cachtable is empty
 
158
    int nentries;
 
159
    toku_cachetable_get_state(ct, &nentries, NULL, NULL, NULL);
 
160
    assert(nentries == 0);
 
161
 
 
162
    toku_cachefile_close(&f1, false, ZERO_LSN);
 
163
    toku_cachetable_close(&ct);
 
164
}
 
165
 
 
166
// test remove when the pair in being written
 
167
static void
 
168
cachetable_put_evict_remove_test (int n) {
 
169
    if (verbose) printf("%s %d\n", __FUNCTION__, n);
 
170
    const int table_limit = n-1;
 
171
    int r;
 
172
    int i;
 
173
 
 
174
    CACHETABLE ct;
 
175
    toku_cachetable_create(&ct, table_limit, ZERO_LSN, NULL_LOGGER);
 
176
    const char *fname1 = TOKU_TEST_FILENAME;
 
177
    unlink(fname1);
 
178
    CACHEFILE f1;
 
179
    r = toku_cachetable_openf(&f1, ct, fname1, O_RDWR|O_CREAT, 0777); assert(r == 0);
 
180
    CACHETABLE_WRITE_CALLBACK wc = def_write_callback(NULL);
 
181
 
 
182
    uint32_t hi[n];
 
183
    for (i=0; i<n; i++)
 
184
        hi[i] = toku_cachetable_hash(f1, make_blocknum(i));
 
185
 
 
186
    // put 0, 1, 2, ... should evict 0
 
187
    for (i=0; i<n; i++) {
 
188
        toku_cachetable_put(f1, make_blocknum(i), hi[i], (void *)(long)i, make_pair_attr(1), wc, put_callback_nop);
 
189
        r = toku_test_cachetable_unpin(f1, make_blocknum(i), hi[i], CACHETABLE_CLEAN, make_pair_attr(1));
 
190
        assert(r == 0);
 
191
    }
 
192
 
 
193
    // get 0
 
194
    void *v; long s;
 
195
    r = toku_cachetable_get_and_pin(f1, make_blocknum(0), hi[0], &v, &s, wc, fetch, def_pf_req_callback, def_pf_callback, true, 0);
 
196
    assert(r == 0);
 
197
        
 
198
    // remove 0
 
199
    r = toku_test_cachetable_unpin_and_remove(f1, make_blocknum(0), NULL, NULL);
 
200
    assert(r == 0);
 
201
 
 
202
    toku_cachefile_close(&f1, false, ZERO_LSN);
 
203
    toku_cachetable_close(&ct);
 
204
}
 
205
 
 
206
int
 
207
test_main(int argc, const char *argv[]) {
 
208
    default_parse_args(argc, argv);
 
209
    cachetable_unpin_and_remove_test(8);
 
210
    cachetable_put_evict_remove_test(4);
 
211
    return 0;
 
212
}