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

Misc test cleanup #8979

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Misc test cleanup #8979

merged 4 commits into from
Sep 11, 2024

Conversation

hlinnaka
Copy link
Contributor

See commit messages for details

It has been unused since commit 8712e18, when it stopped creating
the initial timeline.
The tenant ID was not actually generated here but in NeonEnvBuilder.
And the "neon_local init" command hasn't been able to generate the
initial tenant since 8712e18 anyway.
Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Copy link

github-actions bot commented Sep 11, 2024

3857 tests run: 3743 passed, 0 failed, 114 skipped (full report)


Flaky tests (1)

Postgres 15

Code coverage* (full report)

  • functions: 31.7% (7353 of 23179 functions)
  • lines: 50.0% (59533 of 119144 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
fdc1766 at 2024-09-11T12:50:20.893Z :recycle:

@hlinnaka hlinnaka requested review from a team September 11, 2024 09:36
Makes it consistent with the "timeline create" and "timeline import"
commands, which allowed you to pass the timeline id as argument. This
also makes it unnecessary to parse the timeline ID from the output in
the python function that calls it.
It feels wrong to me to start() from the builder object. Surely the
thing you start is the environment itself, not its configuration.
@hlinnaka hlinnaka enabled auto-merge (rebase) September 11, 2024 22:00
@hlinnaka hlinnaka merged commit 8dc0690 into main Sep 11, 2024
73 checks passed
@hlinnaka hlinnaka deleted the misc-test-cleanup branch September 11, 2024 22:28
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.

3 participants