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

[NOT FOR MERGE] Kafka to pub sub e2e run actual pipeline #9

Closed
wants to merge 16 commits into from

Commits on Dec 28, 2020

  1. Add E2E test with kafka and pubsub emulators

    daria-malkova committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    abda0ae View commit details
    Browse the repository at this point in the history
  2. add dependencies

    daria-malkova committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6eaca3e View commit details
    Browse the repository at this point in the history
  3. add more dependencies

    daria-malkova committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    70109d6 View commit details
    Browse the repository at this point in the history
  4. add more and more dependencies

    daria-malkova committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d03aaee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baf0aaa View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. - added testcontainers gcloud dependency

    - updated TestPubsubSignal to be compatible with PubSub emulator
    - KafkaToPubsubTest refactoring
    ramazan-yapparov committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3928c47 View commit details
    Browse the repository at this point in the history
  2. - reverted unnecessary changes

    - changed logging to throwing errors
    ramazan-yapparov committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    e591083 View commit details
    Browse the repository at this point in the history
  3. - moved RunKafkaContainer to utils package

    - moved E2E test to separate test class
    ramazan-yapparov committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    9cea89e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. - reverted unnecessary changes

    - added newline at the end of file
    ramazan-yapparov committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fd8fda7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dcac86 View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    ramazan-yapparov committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    bc7b38a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    4cf50bf View commit details
    Browse the repository at this point in the history
  2. - changed manual containers execution to using @ClassRule

    - removed RunKafkaContainer class completely
    - sending kafka message directly in test instead of using a scheduler
    ramazan-yapparov committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7798b35 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. - updates test so it now runs actual pipeline instead of building it …

    …manually
    
    - added new property to KafkaToPubsubOptions for kafka consumer configuration
    ramazan-yapparov committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ccb082e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea9b6f View commit details
    Browse the repository at this point in the history
  3. - increased message waiting duration to 1 minute

    - reverted unnecessary change in TestPubsubSignal
    - minor fixes
    ramazan-yapparov committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e150fab View commit details
    Browse the repository at this point in the history