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

Destination MongoDB Strict Encrypt Failing Integration Test #14895

Closed
ryankfu opened this issue Jul 20, 2022 · 1 comment · Fixed by #15434
Closed

Destination MongoDB Strict Encrypt Failing Integration Test #14895

ryankfu opened this issue Jul 20, 2022 · 1 comment · Fixed by #15434
Assignees
Labels
type/bug Something isn't working

Comments

@ryankfu
Copy link
Contributor

ryankfu commented Jul 20, 2022

Environment

  • Airbyte version: example is 0.22.0-alpha
  • OS Version / Instance: N/A
  • Deployment: N/A
  • Source Connector and version: N/A
  • Destination Connector and version: MongoDB Strict Encrypt
  • Step where error happened: Integration test fails

Current Behavior

Process completed with exit code 1.

Expected Behavior

Zero exit code

Logs

> Task :airbyte-integrations:bases:standard-destination-test:compileJava FAILED /actions-runner/_work/airbyte/airbyte/airbyte-integrations/bases/standard-destination-test/src/main/java/io/airbyte/integrations/standardtest/destination/DestinationAcceptanceTest.java:1043: error: incompatible types: ConnectorJobOutput cannot be converted to ConnectorSpecification .run(new JobGetSpecConfig().withDockerImage(getImageName()), jobRoot);

https://github.com/airbytehq/airbyte/runs/7419226840?check_suite_focus=true

Steps to Reproduce

  1. Go to integration-test within Github actions tab
  2. On the right hand side, click Run workflow
  3. Within the Airbyte Connector field type in destination-mongodb-strict-encrypt
  4. Click the green Run workflow button to execute the integration test, be sure to note the test (#id_number) to verify the failure later

Are you willing to submit a PR?

No, will assign this to GL to review and see if there's a particular reason the failures exist

@ryankfu ryankfu added type/bug Something isn't working team/connectors-java labels Jul 20, 2022
@suhomud suhomud self-assigned this Jul 25, 2022
@suhomud
Copy link
Contributor

suhomud commented Jul 25, 2022

Tried to trigger the integration tests action
https://github.com/airbytehq/airbyte/runs/7496868550?check_suite_focus=true
It is failed but with not the same issue as was described in the ticket.
It looks like it is related to this closed issue:
#9962
I'll rewrite MongodbDestinationStrictEncryptAcceptanceTest to use testcontainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
2 participants