Skip to content

Commit

Permalink
Merge pull request #8530 from neondatabase/releases/2024-07-26-comput…
Browse files Browse the repository at this point in the history
…e-only-sk

Compute release 2024-06-26
  • Loading branch information
kelvich authored Jul 26, 2024
2 parents dbcfc01 + 3a0ee16 commit 6026cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-image-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ files:
x::text as duration_seconds,
neon.approximate_working_set_size_seconds(x) as size
from
(select generate_series * 60 as x from generate_series(1, 60));
(select generate_series * 60 as x from generate_series(1, 60)) as t (x);
build: |
# Build cgroup-tools
#
Expand Down

1 comment on commit 6026cbf

@github-actions
Copy link

Choose a reason for hiding this comment

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

3138 tests run: 3017 passed, 0 failed, 121 skipped (full report)


Flaky tests (4)

Postgres 16

  • test_sharding_split_compaction[compact-shard-ancestors-persistent]: debug
  • test_scrubber_physical_gc_ancestors[None]: debug

Postgres 15

  • test_sharding_split_compaction[compact-shard-ancestors-persistent]: debug

Postgres 14

  • test_scrubber_physical_gc_ancestors[2]: debug

Code coverage* (full report)

  • functions: 32.6% (7000 of 21474 functions)
  • lines: 50.0% (55254 of 110492 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
6026cbf at 2024-07-26T17:24:14.594Z :recycle:

Please sign in to comment.