Documentation ¶ Index ¶ func CheckChunkNotFound(c *bee.Cluster, o Options) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckChunkNotFound ¶ func CheckChunkNotFound(c *bee.Cluster, o Options) error CheckChunkNotFound uploads a single chunk to a node, then uploads a lot of other chunks to see that it has been purged with gc Types ¶ type Options ¶ type Options struct { NodeGroup string StoreSize int // size of the node's localstore in chunks StoreSizeDivisor int // divide store size by how much when uploading bytes Seed int64 Wait int } Options represents localpinning check options Source Files ¶ View all Source files chunk_notfound.go Click to show internal directories. Click to hide internal directories.