Skip to content

feat(queue/consumer): add per-partition isolation integration tests#111

Merged
behinddwalls merged 1 commit into
mainfrom
preetam/queue
Mar 6, 2026
Merged

feat(queue/consumer): add per-partition isolation integration tests#111
behinddwalls merged 1 commit into
mainfrom
preetam/queue

Conversation

@behinddwalls
Copy link
Copy Markdown
Collaborator

@behinddwalls behinddwalls commented Mar 3, 2026

Summary

  • Add subscriber-level isolation tests (TestSubscriberPerPartitionIsolation, TestSubscriberPartitionOrderPreserved) to the existing queue integration suite
  • Add a new consumer-level integration test suite (test/integration/consumer/) with TestConsumerPerPartitionIsolation, TestConsumerPartitionOrdering, and TestConsumerMultiPartitionThroughput
  • Add integration-test-consumer Makefile target

Test plan

bazel test //test/integration/...

@behinddwalls behinddwalls requested review from a team and sbalabanov as code owners March 3, 2026 07:44
@behinddwalls behinddwalls changed the title feat(test): add per-partition isolation integration tests feat(queue/consumer): add per-partition isolation integration tests Mar 3, 2026
@behinddwalls behinddwalls enabled auto-merge March 3, 2026 08:15
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
@sbalabanov
Copy link
Copy Markdown
Contributor

Ok to land this as long as timeouts are not hardcoded but moved to a separate place as constants. But we need to discuss the strategy later on how to approach this more holistically for integration/e2e.

Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/core/consumer/consumer_test.go Outdated
Comment thread test/integration/extension/queue/mysql/queue_test.go Outdated
@behinddwalls behinddwalls added this pull request to the merge queue Mar 6, 2026
Merged via the queue into main with commit 71a9cff Mar 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants