Documentation
¶
Index ¶
- func TestConcurrentEdgeIterators(t *testing.T, g graph.Graph)
- func TestConcurrentLinkIterators(t *testing.T, g graph.Graph)
- func TestEdgeIteratorTimeFilter(t *testing.T, g graph.Graph)
- func TestFindLink(t *testing.T, g graph.Graph)
- func TestLinkIteratorTimeFilter(t *testing.T, g graph.Graph)
- func TestPartitionedEdgeIterators(t *testing.T, g graph.Graph)
- func TestPartitionedLinkIterators(t *testing.T, g graph.Graph)
- func TestRemoveStaleEdges(t *testing.T, g graph.Graph)
- func TestUpsertEdge(t *testing.T, g graph.Graph)
- func TestUpsertLink(t *testing.T, g graph.Graph)
- type Suite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestConcurrentEdgeIterators ¶
TestConcurrentEdgeIterators verifies that multiple clients can concurrently access the store.
func TestConcurrentLinkIterators ¶
TestConcurrentLinkIterators verifies that multiple clients can concurrently access the store.
func TestEdgeIteratorTimeFilter ¶
TestEdgeIteratorTimeFilter verifies that the time-based filtering of the edge iterator works as expected.
func TestFindLink ¶
TestFindLink verifies the link lookup logic.
func TestLinkIteratorTimeFilter ¶
TestLinkIteratorTimeFilter verifies that the time-based filtering of the link iterator works as expected.
func TestPartitionedEdgeIterators ¶
TestPartitionedEdgeIterators verifies that the graph partitioning logic works as expected even when partitions contain an uneven number of items.
func TestPartitionedLinkIterators ¶
TestPartitionedLinkIterators verifies that the graph partitioning logic works as expected even when partitions contain an uneven number of items.
func TestRemoveStaleEdges ¶
TestRemoveStaleEdges verifies that the edge deletion logic works as expected.
func TestUpsertEdge ¶
TestUpsertEdge verifies the edge upsert logic.