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

Failing test_generate_source_include_database_property test #138

Closed
5 tasks
dbeatty10 opened this issue Aug 2, 2023 · 0 comments · Fixed by #139
Closed
5 tasks

Failing test_generate_source_include_database_property test #138

dbeatty10 opened this issue Aug 2, 2023 · 0 comments · Fixed by #139
Labels
bug Something isn't working

Comments

@dbeatty10
Copy link
Contributor

Describe the bug

There's a test failing in CI. Here's the diff between the actual and the expected:

2c2
<     Actual:
---
>     Expected:
9,10c9,10
<     database: circle_test
<     schema: codegen_integration_tests_postgres_raw_data
---
>     database: analytics
>     schema: codegen_integration_tests_snowflake_raw_data

Steps to reproduce

Run the test_generate_source_include_database_property test in CI.

Screenshots and log output

13:37:02  15 of 21 FAIL 1 test_generate_source_include_database_property ................. [FAIL 1 in 0.03s]
13:37:02  16 of 21 START test test_generate_source_include_schema_property ............... [RUN]
13:37:02  version: 2
13:37:02  Completed with 2 errors and 0 warnings:
13:37:02  
13:37:02  Failure in test test_generate_source_all_args (tests/test_generate_source_all_args.sql)
13:37:02    Got 1 result, configured to fail if != 0
13:37:02  
13:37:02    compiled Code at target/compiled/codegen_integration_tests/tests/test_generate_source_all_args.sql
13:37:02  
13:37:02  Failure in test test_generate_source_include_database_property (tests/test_generate_source_include_database_property.sql)
13:37:02    Got 1 result, configured to fail if != 0
13:37:02  
13:37:02    compiled Code at target/compiled/codegen_integration_tests/tests/test_generate_source_include_database_property.sql
13:37:02  
13:37:02  Done. PASS=19 WARN=0 ERROR=2 SKIP=0 TOTAL=21

Exited with code exit status 1

System information

The contents of your packages.yml file:

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: ____________)

The output of dbt --version:

<output goes here>

The operating system you're using:

The output of python --version:

Additional context

Are you interested in contributing the fix?

@dbeatty10 dbeatty10 added bug Something isn't working triage and removed triage labels Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant