-
Many times you want to add and delete data from a data repository in a single commit.
**What is the goal / desired outcome?**
It would be good to have a "sync" feature where a pachyderm repositor…
-
```
--- FAIL: TestSpout (103.06s)
--- PASS: TestSpout/SpoutBasic (20.72s)
--- PASS: TestSpout/SpoutOverwrite (19.45s)
--- PASS: TestSpout/SpoutProvenance (41.78s)
--- PASS: TestSp…
-
I seem to be getting auth errors in Travis when `./src/server/pfs/cmds` runs:
```
go test -v -count=1 ./src/server/pfs/cmds -timeout 3600s
=== RUN TestCommit
error authenticating (must log in to…
-
Currently, we have 'make docker-build' implemented in a variety of ways in these places (at least):
- `/` (i.e. `github.com/pachyderm/pachyderm` has a root-level Makefile that builds pachd and worker…
-
```
--- FAIL: TestS3SkippedDatums (177.27s)
--- FAIL: TestS3SkippedDatums/S3Inputs (70.92s)
s3g_sidecar_test.go:653: Not equal: "foo" (expected)
!= "bar" (actual)
…
-
**What happened?**:
Starting pachd with a fresh etcd and postgres, the pachd pod hangs and crashes on the first run, then restarts:
```
panic: pollPipelinePods blocked for over a minute after c…
-
```
goroutine 183 [running]:
github.com/pachyderm/pachyderm/src/server/pps/server.(*apiServer).ServeSidecarS3G(0xc0001d2360)
/pachyderm/src/server/pps/server/s3g_sidecar.go:56 +0x420
creat…
-
**What is the goal / desired outcome?**
Discussion issue where we list the features that we'd like to include in the next rev of spouts.
Current Candidates:
1. Spouts API/SDK: https://github.…
-
created a pipeline, seemingly successfully:
```
$ pachctl list-pipeline
NAME INPUT OUTPUT CREATED STATE
estimate_pi estimate_pi_co…
-
@svekars ran into these errors when trying to test `src/client`. I'm not sure if the new version of `go` catches errors that our containerized version is missing, but I wanted to document these becaus…