test(targetTime): add E2E for PITR with targetTime specified in RFC3339 format#8981
test(targetTime): add E2E for PITR with targetTime specified in RFC3339 format#8981
Conversation
|
❗ By default, the pull request is configured to backport to all release branches.
|
|
/test feature_type=snapshot test_level=4 |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18881663420 |
|
Systematic failure for the PITR recovery with timestamp in RFC3339. We're probably doing something wrong in |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18901583886 |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18902898569 |
|
Changing the trailing |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18904209250 |
|
Changing the trailing Z from an RFC3339 stamp to +00, and the separating space to |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18905402935 |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18970112508 |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/20616619827 |
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/20662695925 |
1835c9e to
d97d62a
Compare
|
/test depth=push test_level=4 feature_type=snapshot |
|
@jsilvela, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/21589251538 |
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
d97d62a to
927ad52
Compare
Exercises the machinery fix (cloudnative-pg/machinery#168) that allows RFC3339 timestamps in recovery_target_time. The existing PITR snapshot test is extended to also restore with an RFC3339-formatted targetTime, ensuring both formats work end-to-end.
Ref: #8937, cloudnative-pg/machinery#167