Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various fixes #490

Merged
merged 28 commits into from
Jan 5, 2015
Merged

various fixes #490

merged 28 commits into from
Jan 5, 2015

Commits on Jan 5, 2015

  1. dockertest: logging niceness

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    e3223a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b63503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ce192 View commit details
    Browse the repository at this point in the history
  4. bitswap: add self peer.ID

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    7629ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5639042 View commit details
    Browse the repository at this point in the history
  6. prefix logger

    this commit adds a logger with prefixes
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    6236258 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c100390 View commit details
    Browse the repository at this point in the history
  8. bitswap debug logging

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    d357b0a View commit details
    Browse the repository at this point in the history
  9. bitswap net: always close

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    71ada46 View commit details
    Browse the repository at this point in the history
  10. merkledag: LONG timeout on Get

    we shouldn't use an arbitrary timeout here. since Get
    doesnt take in a context yet, we give a large upper bound.
    think of an http request. we want it to go on as long as
    the client requests it.
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    bb8886f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c6228d View commit details
    Browse the repository at this point in the history
  12. disable utp

    utp is BROKEN!! it causes tests to fail.
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    64cb32d View commit details
    Browse the repository at this point in the history
  13. fix(bitswap/network): return when context is done

    @jbenet @whyrusleeping
    
    This bug (missing return) could tie up the client worker and cause
    operations to come to a halt.
    Brian Tiger Chow authored and jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    05d8c80 View commit details
    Browse the repository at this point in the history
  14. fix: force clean test results directory

    Without `-f`, `make clean` fails on machines that don't have the dir.
    
    cc @jbenet
    Brian Tiger Chow authored and jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    a8127a2 View commit details
    Browse the repository at this point in the history
  15. core/mock: use mock routing

    this fixes a failing ipns test which didnt have
    a "working" routing system
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    b599e28 View commit details
    Browse the repository at this point in the history
  16. dht: extend duration of TestGetFailures

    TestGetFailures may just be operating very slowly, instead
    of completely failing. Right now it gets caught on travis
    often. not sure if its actually wrong.
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    b4be7c5 View commit details
    Browse the repository at this point in the history
  17. ext_test: bitten by mocknet ordering

    mocknet indeterminism screwed this test up. that's twice
    it's bitten us. let's not let it do it a third time.
    
    cc @briantigerchow omg.
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    ce367ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9d0736b View commit details
    Browse the repository at this point in the history
  19. dht: key without record validator func

    This is causing test failures because tests don't usually
    have "/-/-" format. we can decide whether or not to allow
    keys without validators, but for now removing.
    
    cc @whyrusleeping
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    032b35b View commit details
    Browse the repository at this point in the history
  20. make test now runs expensive tests.

    We use make test as the measure of correctness.
    This laxity has let bugs creep into several systems.
    This commit changes our target to always run expensive
    tests, unless one specifically runs `make test_short`
    
    (we would do well to remove most if not all timing--
    that's usually what makes tests take a long time.)
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    f6def11 View commit details
    Browse the repository at this point in the history
  21. bitswap: remove DialPeer from interface

    Bitswap doesn't usually care about dialing. the underlying
    network adapter can make sure of that.
    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    aeb2e07 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    10072c1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    09a2e1f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f25dfb6 View commit details
    Browse the repository at this point in the history
  25. dht: even more logging.

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    1728017 View commit details
    Browse the repository at this point in the history
  26. dht test skips

    jbenet committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    41af4f4 View commit details
    Browse the repository at this point in the history
  27. 1 Configuration menu
    Copy the full SHA
    1ab9588 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    919e9be View commit details
    Browse the repository at this point in the history