neon icon indicating copy to clipboard operation
neon copied to clipboard

Implement archival_config timeline endpoint in the storage controller

Open arpad-m opened this issue 1 year ago • 3 comments

Implement the timeline specific archival_config endpoint also in the storage controller.

It's mostly a copy-paste of the detach handler: the task is the same: do the same operation on all shards.

Part of #8088.

arpad-m avatar Aug 09 '24 13:08 arpad-m

3808 tests run: 3702 passed, 0 failed, 106 skipped (full report)


Flaky tests (3)

Postgres 16

Postgres 15

Code coverage* (full report)

  • functions: 32.4% (7416 of 22863 functions)
  • lines: 50.6% (60051 of 118779 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
d315d665c118a5c85d606b1c892d93d1fafe33cf at 2024-09-02T10:49:47.732Z :recycle:

github-actions[bot] avatar Aug 09 '24 14:08 github-actions[bot]

Can you update existing tests to invoke the API via the storage controller instead of directly on the pageserver, so that we have some coverage of this?

jcsp avatar Aug 19 '24 12:08 jcsp

There haven't been any tests so I wrote #8824 to address that.

arpad-m avatar Aug 24 '24 12:08 arpad-m