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

draw_timeline_dir: draw branch points and gc cutoff lines #7657

Merged
merged 1 commit into from
May 10, 2024

Conversation

koivunej
Copy link
Contributor

@koivunej koivunej commented May 8, 2024

in addition to layer names, expand the input vocabulary to recognize lines in the form of:

${kind}:${lsn}

where:

  • kind in gc_cutoff or branch
  • lsn is accepted in Lsn display format (x/y) or hex (as used in layer names)

gc_cutoff and branch have different colors.

in addition to layer names, expand the input vocabulary to recognize
lines in the form of:

    ${kind}:${lsn}

which is, kind in gc_cutoff or branch. Lsn is accepted in Lsn display
format (x/y) or hex (as used in layer names).

gc_cutoff and branch have different colors.
@koivunej koivunej requested a review from a team as a code owner May 8, 2024 14:05
@koivunej koivunej requested a review from petuhovskiy May 8, 2024 14:05
Copy link

github-actions bot commented May 8, 2024

3048 tests run: 2915 passed, 0 failed, 133 skipped (full report)


Flaky tests (2)

Postgres 16

  • test_vm_bit_clear_on_heap_lock: debug

Postgres 15

  • test_vm_bit_clear_on_heap_lock: debug

Code coverage* (full report)

  • functions: 31.6% (6335 of 20069 functions)
  • lines: 47.3% (47656 of 100696 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
79795ed at 2024-05-08T15:53:10.739Z :recycle:

Copy link
Member

@petuhovskiy petuhovskiy left a comment

Choose a reason for hiding this comment

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

LGTM. Would be nice to see some svg examples

@koivunej
Copy link
Contributor Author

koivunej commented May 8, 2024

There are (too) many examples on this thread: https://neondb.slack.com/archives/C06UEMLK7FE/p1714028169884359 (spot checking), most of them though only have min and max branch points (green).

@koivunej koivunej merged commit d7f34bc into main May 10, 2024
54 checks passed
@koivunej koivunej deleted the joonas/draw_timeline_dir_lines branch May 10, 2024 14:41
a-masterov pushed a commit that referenced this pull request May 20, 2024
in addition to layer names, expand the input vocabulary to recognize
lines in the form of:

    ${kind}:${lsn}

where:
- kind in `gc_cutoff` or `branch`
- lsn is accepted in Lsn display format (x/y) or hex (as used in layer
names)

gc_cutoff and branch have different colors.
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.

None yet

2 participants