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

Move publish tests to main_test #1885

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Move publish tests to main_test #1885

merged 1 commit into from
Dec 30, 2024

Conversation

Ekrekr
Copy link
Contributor

@Ekrekr Ekrekr commented Dec 30, 2024

Individual fields under publish are already tested by the config parameters test, e.g.

fileContents: `publish ("name", ${tableConfig}).query(ctx => \`\n\nSELECT 1\`)`
.

This avoids us type locking in session the publish method - which allows updating the interface, and is safe because it's not officially supported yet #1168. Directly hooking in with session isn't really something we document.

This unblocks #1780.

@Ekrekr Ekrekr requested a review from a team as a code owner December 30, 2024 11:43
@Ekrekr Ekrekr requested review from Ceridan, a team, Tuseeq1 and diasdauletov and removed request for a team, Ceridan and Tuseeq1 December 30, 2024 11:43
@Ekrekr
Copy link
Contributor Author

Ekrekr commented Dec 30, 2024

Tests passing manually, CI still broken

@Ekrekr Ekrekr merged commit 64d04a9 into main Dec 30, 2024
3 of 4 checks passed
@Ekrekr Ekrekr deleted the move-publish-tests-main branch December 30, 2024 14:33
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