-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
table_config instead of table_metadata #2257
Conversation
Two failing tests (locally):
The It's a The other one seems to be intermittent? I'll fix it after this first one |
Yeah Line 377 in 52a1dac
Which is part of Note that this has moved to |
Running that failing test on its own passes:
|
Now I get these two failures locally:
|
This seems bad: specifying those tests individually causes them to pass. I'm worried I've got some state leaking between tests somehow. |
I bet it's because |
source = copy.deepcopy(source) | ||
destination = copy.deepcopy(destination) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit worried about the performance overhead of this - not on Datasette itself (it only starts up once) but on the Datasette test suite which might call this hundreds of times.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to ignore this problem in the interest of getting this release done.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2257 +/- ##
==========================================
+ Coverage 92.46% 92.53% +0.07%
==========================================
Files 42 42
Lines 6290 6310 +20
==========================================
+ Hits 5816 5839 +23
+ Misses 474 471 -3 ☔ View full report in Codecov by Sentry. |
Refs:
📚 Documentation preview 📚: https://datasette--2257.org.readthedocs.build/en/2257/