Port/create a social network domain integration test suite similar to Python's test_social_network_queries.py.
Schema: users, posts, comments, follows, likes with relations (friendship, follows, authored, liked, commented-on).
Test coverage:
- Friend-of-friend queries (2-hop traversal)
- Mutual connections
- Feed generation patterns (posts from followed users)
- Engagement aggregations (likes/comments per post)
- Self-referential relations (user follows user)
File: gotype/integ_social_test.go
Build tag: //go:build cgo && typedb && integration
Port/create a social network domain integration test suite similar to Python's
test_social_network_queries.py.Schema: users, posts, comments, follows, likes with relations (friendship, follows, authored, liked, commented-on).
Test coverage:
File:
gotype/integ_social_test.goBuild tag:
//go:build cgo && typedb && integration