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

fix last modified comparison in resolve file test #436

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

mattseddon
Copy link
Contributor

No description provided.

Copy link

cloudflare-workers-and-pages bot commented Sep 12, 2024

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1db7334
Status: ✅  Deploy successful!
Preview URL: https://848133ac.datachain-documentation.pages.dev
Branch Preview URL: https://fix-resolve-file-test.datachain-documentation.pages.dev

View logs

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.27%. Comparing base (b9e6b8e) to head (1db7334).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #436   +/-   ##
=======================================
  Coverage   87.27%   87.27%           
=======================================
  Files          92       92           
  Lines        9954     9954           
  Branches     2048     2048           
=======================================
  Hits         8687     8687           
  Misses        913      913           
  Partials      354      354           
Flag Coverage Δ
datachain 87.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mattseddon mattseddon force-pushed the fix-resolve-file-test branch from 232cc49 to 1db7334 Compare September 12, 2024 23:38
@mattseddon mattseddon changed the title fix timezone of last modified in resolve file test fix last modified comparison in resolve file test Sep 12, 2024
@mattseddon mattseddon marked this pull request as ready for review September 12, 2024 23:49
@@ -327,11 +329,21 @@ def test_read_text(tmp_path, catalog):
def test_resolve_file(cloud_test_catalog):
ctc = cloud_test_catalog

is_sqlite = isinstance(cloud_test_catalog.catalog.warehouse, SQLiteWarehouse)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

there is a similar strategy in test_from_storage_check_rows

@mattseddon mattseddon merged commit 944defc into main Sep 12, 2024
38 checks passed
@mattseddon mattseddon deleted the fix-resolve-file-test branch September 12, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants