Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue 5920][pulsar-io] Adds integration test for RabbitMQ. #6033

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

fantapsody
Copy link
Contributor

Fixes #5920

Motivation

The current RabbitMQ connector lacks an integration test.

Modifications

Adds an integration test for the RabbitMQ connector(both source and sink):

  • A container definition using rabbitmq:3.8-management as suggested.
  • A RabbitMQ source tester, which provides configurations for the RabbitMQ source connector and publishes messages to the RabbitMQ.
  • A RabbitMQ sink tester, which provides configurations for the RabbitMQ sink connector and consumes messages from the RabbitMQ for verification.
  • A test case that invokes the testers with the current test framework.

Verifying this change

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for the RabbitMQ connector

@jiazhai
Copy link
Member

jiazhai commented Jan 12, 2020

@tuteng Would you please help review this?

@sijie
Copy link
Member

sijie commented Jan 13, 2020

run java8 tests
run integration tests

@sijie sijie added this to the 2.6.0 milestone Jan 13, 2020
@sijie sijie merged commit 4cfb952 into apache:master Jan 13, 2020
@tuteng
Copy link
Member

tuteng commented Apr 13, 2020

Add label release/2.5.1

tuteng pushed a commit that referenced this pull request Apr 13, 2020
Fixes #5920

### Motivation

The current RabbitMQ connector lacks an integration test.

### Modifications

Adds an integration test for the RabbitMQ connector(both source and sink):
- A container definition using `rabbitmq:3.8-management` as suggested.
- A RabbitMQ source tester, which provides configurations for the RabbitMQ source connector and publishes messages to the RabbitMQ.
- A RabbitMQ sink tester, which provides configurations for the RabbitMQ sink connector and consumes messages from the RabbitMQ for verification.
- A test case that invokes the testers with the current test framework.


### Verifying this change

This change added tests and can be verified as follows:

*(example:)*
  - *Added integration tests for the RabbitMQ connector*

(cherry picked from commit 4cfb952)
jiazhai pushed a commit to jiazhai/pulsar that referenced this pull request May 18, 2020
Fixes apache#5920

### Motivation

The current RabbitMQ connector lacks an integration test.

### Modifications

Adds an integration test for the RabbitMQ connector(both source and sink):
- A container definition using `rabbitmq:3.8-management` as suggested.
- A RabbitMQ source tester, which provides configurations for the RabbitMQ source connector and publishes messages to the RabbitMQ.
- A RabbitMQ sink tester, which provides configurations for the RabbitMQ sink connector and consumes messages from the RabbitMQ for verification.
- A test case that invokes the testers with the current test framework.

### Verifying this change

This change added tests and can be verified as follows:

*(example:)*
  - *Added integration tests for the RabbitMQ connector*
(cherry picked from commit 4cfb952)
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
Fixes apache#5920

### Motivation

The current RabbitMQ connector lacks an integration test.

### Modifications

Adds an integration test for the RabbitMQ connector(both source and sink):
- A container definition using `rabbitmq:3.8-management` as suggested.
- A RabbitMQ source tester, which provides configurations for the RabbitMQ source connector and publishes messages to the RabbitMQ.
- A RabbitMQ sink tester, which provides configurations for the RabbitMQ sink connector and consumes messages from the RabbitMQ for verification.
- A test case that invokes the testers with the current test framework.


### Verifying this change

This change added tests and can be verified as follows:

*(example:)*
  - *Added integration tests for the RabbitMQ connector*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Pulsar IO]Add an integration test for rabbitmq source
4 participants