- 06 Apr, 2015 2 commits
- 04 Apr, 2015 2 commits
-
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 02 Apr, 2015 1 commit
-
-
Christian Couder authored
-
- 01 Apr, 2015 3 commits
-
-
Christian Couder authored
As `ipfs version` and `ipfs help` are basic commands it is ok to test them online in t0060. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Konstantin Koroviev authored
-
Christian Couder authored
It looks like some tests that were expected failures are now always succeeding, so let's mark them as such. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 31 Mar, 2015 1 commit
-
-
Ho-Sheng Hsiao authored
- Modified Godeps/Godeps.json by hand - [TEST] Updated welcome docs hash to sharness - [TEST] Updated contact doc - [TEST] disabled breaking test (t0080-repo refs local)
-
- 29 Mar, 2015 2 commits
-
-
Christian Couder authored
To do that the current tests are move inside a test_object_cmd() function. This function is then first called before running the daemon for offline tests and then after starting the daemon for online tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
To do that the current tests are move inside a test_ls_cmd() function. This function is then first called before running the daemon for offline tests and then after starting the daemon for online tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 21 Mar, 2015 2 commits
-
-
Christian Couder authored
See issue #906 (sharness test command coverage) that discussed this. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
To do that the current tests are move inside a test_get_cmd() function. This function is then first called before running the daemon for offline tests and then after starting the daemon for online tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 20 Mar, 2015 1 commit
-
-
Henry authored
- added tests for 'ipfs ls --headers' - comments from CR (opts) - sharness: fix ls test whitespace
-
- 19 Mar, 2015 2 commits
-
-
Konstantin Koroviev authored
-
Jeromy authored
-
- 18 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 17 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
the test cases were failing for me on osx. Removing /s fixes them. It should be fine not to check the /s.
-
- 16 Mar, 2015 1 commit
-
-
Christian Couder authored
It looks like there were two problems: - "read" command probably needs the name of the variable it reads into - [[ didn't work This might be because on Linux /bin/sh is sometimes not bash. For example on Ubuntu it is a symlink to dash. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 15 Mar, 2015 1 commit
-
-
Christian Couder authored
Fix indentation and use > instead of >> to create an expected file. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 14 Mar, 2015 1 commit
-
-
Tommi Virtanen authored
Nobody calls At without immediately calling Open. First step, a mechanical transformation. Cleanups will follow.
-
- 10 Mar, 2015 4 commits
-
-
Henry authored
-
Christian Couder authored
Tests in this script had been deactivated because there was no good way to wait until the daemon was ready. Now that we can use pollEndpoint for that it's time to reactivate the tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
Add information from the discussion of PR #891. While at it, suggest using -v and -i options to debug one test. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 08 Mar, 2015 1 commit
-
-
Christian Couder authored
This removes the dependency on wget, and, while at it, cleanups a bit. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 07 Mar, 2015 2 commits
-
-
Christian Couder authored
This makes the following changes: - remove some superfluous \ at the end of some lines - use `cat <<-\EOF >expected` to ignore the starting tabs in the here document - add missing && after some `cat` - use test_cmp to compare files License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Henry authored
-
- 04 Mar, 2015 9 commits
-
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
this is ugly. ideally would seed using date, but unclear what a portable datetime is. date '+%s' doesnt work on osx.
-
Juan Batiz-Benet authored
ideally this port would be a randomly picked unused port. for now we just pick a different port than t0110-gateway.
-
Juan Batiz-Benet authored
we have a problem where initializing daemons with the same api port often fails-- it hangs indefinitely. The proper solution is to make ipfs pick an unused port for the api on startup, and then use that. Unfortunately, ipfs doesnt yet know how to do this-- the api port must be specified. Until ipfs learns how to do this, we must use specific port numbers, which may still fail but less frequently if we at least use different ones.
-
Juan Batiz-Benet authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
- 02 Mar, 2015 2 commits
- 01 Mar, 2015 1 commit
-
-
Henry authored
-