Created
October 15, 2017 09:44
-
-
Save piskvorky/1ae399373524ee6dc5640fe15e2076da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kofola3@kofola3:~/workspace/bounter] (master)$ python setup.py test | |
running test | |
running egg_info | |
writing bounter.egg-info/PKG-INFO | |
writing top-level names to bounter.egg-info/top_level.txt | |
writing dependency_links to bounter.egg-info/dependency_links.txt | |
writing pbr to bounter.egg-info/pbr.json | |
reading manifest file 'bounter.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'bounter.egg-info/SOURCES.txt' | |
running build_ext | |
copying build/lib.macosx-10.11-intel-2.7/bounter_cmsc.so -> | |
copying build/lib.macosx-10.11-intel-2.7/bounter_htc.so -> | |
test_cardinality (bounter.tests.cms.test_cms_basic.CountMinSketchSanityConservativeTest) ... ok | |
test_get_increment_empty_string (bounter.tests.cms.test_cms_basic.CountMinSketchSanityConservativeTest) ... ok | |
test_get_increment_long_string (bounter.tests.cms.test_cms_basic.CountMinSketchSanityConservativeTest) ... ok | |
test_get_increment_non_ascii_string (bounter.tests.cms.test_cms_basic.CountMinSketchSanityConservativeTest) ... ok | |
test_get_increment_non_ascii_unicode (bounter.tests.cms.test_cms_basic.CountMinSketchSanityConservativeTest) ... Segmentation fault: 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment