clever-finland-7647
01/21/2022, 7:50 PMsteep-restaurant-60913
01/27/2022, 4:04 PMsuite.T().TempDir()
to generate the folder
How can I solve this? thankswonderful-army-44555
04/10/2022, 3:42 PMvictorious-orange-30293
05/19/2022, 2:07 PMvictorious-orange-30293
05/20/2022, 12:01 PMvictorious-orange-30293
05/20/2022, 12:41 PMsticky-shoe-36844
05/22/2022, 12:01 PMTransaction numbers are only allowed on a replica set member or mongos
Have tried this within my host machine and got it working: https://stackoverflow.com/questions/23210587/how-to-configure-a-replica-set-with-mongodb
I am trying to dockerize the above which goes on the lines of this unresolved SO question: https://stackoverflow.com/questions/62304954/how-to-run-mongodb-as-a-single-node-replica-set-using-the-official-mongo-docker
Would appreciate any help around this. Thanks!sticky-shoe-36844
05/24/2022, 5:45 AMdazzling-eve-8160
06/24/2022, 11:32 AM// user1 has access on dir1
dir1#access@user1
// Everyone with access to dir1 has access to file1. This would probably be defined
// through a subject set rewrite that defines this inherited relation globally.
// In this example, we define this tuple explicitly.
file1#access@(dir1#access)
there is no concept of directory in ORY.
Object only mean something / singular identified by unique ID in ORY.
Is there best practice, example where we used Keto for RBAC ?most-match-22345
07/28/2022, 10:08 AMBuildAndRunWithBuildOptions
and I expected it to cache previously built images but it appears to rebuild the same image each time I run my tests.most-match-22345
07/28/2022, 10:20 AMpanic: Could not start test db: : no such image
I get this error when I pass in my locally built image to dockertest.
pool.RunWithOptions(
&dockertest.RunOptions{
Tag: "v1.0.0",
Name: "dbtest-razorlead",
},
autoRemove,
)
gorgeous-umbrella-63851
07/29/2022, 10:02 AMmost-match-22345
08/01/2022, 2:11 PMmelodic-judge-99988
12/03/2022, 11:41 AMpackage main
import (
"<http://github.com/ory/dockertest/v3|github.com/ory/dockertest/v3>"
"log"
"testing"
)
func TestMain(m *testing.M) {
p, err := dockertest.NewPool("")
if err != nil {
log.Fatalf("Docker is not running %s", err)
}
log.Println("Error:", err) //debug
log.Println(p) //debug
}
Docker is definitely not running, docker ps
returns:
Cannot connect to the Docker daemon at unix:///Users/smbm/.docker/run/docker.sock. Is the docker daemon running?
But when I run the tests:
2022/12/03 11:40:07 Error: <nil>
2022/12/03 11:40:07 &{0x14000120370 0s}
ok myapp 0.273s
Everything passes, but I feel it should fail.
Am I missing something fundamental here? Or should I file a bug?hundreds-honey-26342
12/15/2022, 2:38 PMmagnificent-energy-493
02/04/2023, 9:06 AMgray-branch-78361
02/09/2023, 9:28 AM