Git Product home page Git Product logo

ffindex's People

Contributors

ahcm avatar andypapa99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ffindex's Issues

When I use make test, it returns me errors

Make will not generate any errors. But when I use make test, this return me some errors

$ sudo make test
rm -f /tmp/test.data /tmp/test.ffindex
LD_LIBRARY_PATH=".:" ./ffindex_build -s /tmp/test.data /tmp/test.ffindex ../test/data ../test/data2
LD_LIBRARY_PATH=".:" ./ffindex_get  /tmp/test.data /tmp/test.ffindex a b foo | tee /tmp/test.out
a
bb
fooo
fooo
LD_LIBRARY_PATH=".:" ./ffindex_modify -u /tmp/test.ffindex b
LD_LIBRARY_PATH=".:" ./ffindex_get  /tmp/test.data /tmp/test.ffindex a b foo | tee /tmp/test-unlink.out
ffindex_get.c:148 ffindex_get key not found in index: b: No such file or directory
a
fooo
fooo
LD_LIBRARY_PATH=".:" ./ffindex_build -a -s /tmp/test.data /tmp/test.ffindex ../test/testfile
======== compare results =========
diff /tmp/test.out test.should
diff /tmp/test-unlink.out test-unlink.should
======== error handling ==========

LD_LIBRARY_PATH=".:" ./ffindex_get  /tmp/test.data /tmp/test.ffindex nonexistquery b foo || echo
ffindex_get.c:148 ffindex_get key not found in index: nonexistquery: No such file or directory
ffindex_get.c:148 ffindex_get key not found in index: b: No such file or directory
fooo
fooo
LD_LIBRARY_PATH=".:" ./ffindex_get  /nonexist/data /tmp/test.ffindex a foo || echo
/nonexist/data: No such file or directory
ffindex_get.c:76 ffindex_index_db_open failed: ./ffindex_get: No such file or directory

LD_LIBRARY_PATH=".:" ./ffindex_get  /tmp/test.data /nonexist/index a foo || echo
/nonexist/index: No such file or directory
ffindex_get.c:76 ffindex_index_db_open failed: ./ffindex_get: No such file or directory

Please add release tags

Hi,
there is some confusion about ffindex releases as you can see here in another project called ffindex which is attached to HH suite. To make things more obvious for users it would be helpful if you tag the code available here with a release number.
Kind regards, Andreas.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.