~contact-philipashmore/treedb/master

« back to all changes in this revision

Viewing changes to treedb/3-comet/wordset-test-2-16.sh

  • Committer: Philip Ashmore
  • Date: 2012-04-23 11:21:58 UTC
  • Revision ID: git-v1:a4d250853bcac4efcd3e21f8393cba10930c850c
Version 1.3.1-01

The "bucky-ball" release.

* Added "-o kernel_cache" flags inside treedb-malloc-daemon
  Don't wait for the data to hit the disk, otherwise it crawls.

* Fixed treedb-malloc.c
  You haven't lived until you've tracked down a memory problem caused by
  (unintentionally) mapping the same page onto two different addresses!

* Added eTreedbHeapNoRuntime to the TreedbHeapStatus enum
  It means the runtime structures weren't set up (correctly).
  This is an interface change, hence the version bump.

* Added v3c_treedb_allocator_abort
  It's er, an abort function in case a treedb check fails, and it's
  defined in treedb-static.h and referenced in treedb-impl.h.

  It's invoked through the TREEDB_ALLOC_set_errno which you can redefine
  if you want to call another function.

* Moved the tests to their own "tests" directories
  It's hopefully clearer that way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# Copyright (C) 2010  Philip Ashmore (contact@philipashmore.com)
3
 
# License: LGPLv3.  See LICENSE.txt for the full license.
4
 
 
5
 
# wordset-test-2-16.sh
6
 
 
7
 
./wordset-test-2-16 < $srcdir/wordset-test.cpp || {
8
 
        echo "wordset-test-2-16 failed ($?)."
9
 
        exit 1
10
 
}