mirror of https://github.com/mongodb/mongo
Import wiredtiger: d4e0d2e5528b86f8a2a671070999b53e36eb0962 from branch mongodb-5.0 (#31607)
GitOrigin-RevId: d5537a7e13e88886944cf287f44de07f28b3b50b
This commit is contained in:
parent
1c4a65dc9f
commit
02a8fa0051
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"vendor": "wiredtiger",
|
"vendor": "wiredtiger",
|
||||||
"github": "wiredtiger/wiredtiger.git",
|
"github": "wiredtiger/wiredtiger",
|
||||||
"branch": "mongodb-5.0",
|
"branch": "mongodb-5.0",
|
||||||
"commit": "a4fa2572ac8c4f93ff85cebaced0d79c842761ed"
|
"commit": "d4e0d2e5528b86f8a2a671070999b53e36eb0962"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -652,7 +652,7 @@ OVERRIDE_METHOD(__wt_cursor, WT_CURSOR, search_near, (self))
|
||||||
metadata = PyBytes_FromStringAndSize(*$1, *$2);
|
metadata = PyBytes_FromStringAndSize(*$1, *$2);
|
||||||
$result = metadata;
|
$result = metadata;
|
||||||
data = PyBytes_FromStringAndSize(*$3, *$4);
|
data = PyBytes_FromStringAndSize(*$3, *$4);
|
||||||
$result = SWIG_Python_AppendOutput($result, data);
|
$result = SWIG_AppendOutput($result, data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ class test_eviction02(eviction_util):
|
||||||
nrows = 10000
|
nrows = 10000
|
||||||
prev_obsolete_tw_value = 0
|
prev_obsolete_tw_value = 0
|
||||||
# Stats may have a stale value, allow some buffer.
|
# Stats may have a stale value, allow some buffer.
|
||||||
threshold = self.obsolete_tw_max * 2
|
threshold = self.obsolete_tw_max * 2.5
|
||||||
uri = 'table:eviction02'
|
uri = 'table:eviction02'
|
||||||
value = 'k' * 1024
|
value = 'k' * 1024
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue