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

[MAINTENANCE] Remove external_sqldialect marker as test coverage marker. #8458

Merged
merged 11 commits into from Aug 1, 2023

Conversation

billdirks
Copy link
Contributor

@billdirks billdirks commented Jul 31, 2023

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses black + ruff)
  • Appropriate tests and docs have been updated

For more details, see our Contribution Checklist, Coding style guide, and Documentation style guide.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit c248d85
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/64c927de0007830008cc563c

@github-actions github-actions bot added the core label Jul 31, 2023

if TYPE_CHECKING:
from great_expectations.data_context import AbstractDataContext

FALSEY_VALUES = [None, [], False]


@pytest.fixture
def datetime_dataset(test_backend):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've deleted this fixture and the tests that use it since they are marked as xfail with the reason that get_dataset should no longer be called. This fixture sets up data via that call.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up @billdirks

@ghost
Copy link

ghost commented Jul 31, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

"aws_creds: mark all tests that require aws credentials",
"big: mark tests that don't have external dependencies but aren't unit tests",
"cli: mark all tests in the /cli directory.",
"cloud: mark test as being relevant to Great Expectations Cloud.",
"docs: mark a test as a docs test.",
"e2e: mark test as an E2E test.",
"external_sqldialect: mark test as requiring install of an external sql dialect.",
"google_creds: mark tests that require google creds",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I can't actually remove "external_sqldialect. We don't use it for our test markers but another pipeline uses it and I've left the marker in the tests.

@@ -511,13 +511,14 @@ filterwarnings = [
junit_family = "xunit2"
markers = [
"all_backends: mark tests that run against all execution engine backends",
"athena: mark tests that require pyathena",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Contributor

@Shinnnyshinshin Shinnnyshinshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great :)

@billdirks billdirks enabled auto-merge (squash) August 1, 2023 04:40
@billdirks billdirks disabled auto-merge August 1, 2023 15:01
@billdirks billdirks enabled auto-merge (squash) August 1, 2023 15:07
@billdirks billdirks merged commit 80a7c27 into develop Aug 1, 2023
66 checks passed
@billdirks billdirks deleted the m/_/external_sqldialect branch August 1, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants