Skip to content

Integration test suite: Social network domain #14

@CaliLuke

Description

@CaliLuke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingIntegration tests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions