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

fix value in integration test #953

Closed
wants to merge 1 commit into from
Closed

Conversation

HaoYang0000
Copy link
Collaborator

The value is not setup correctly so we see error in the integration test:
kubectl patch vdb vertica-db --type='json' -p='[{

"op": "add",
"path": "/status/conditions/-",
"value": {"type": "SaveRestorePointNeeded", "status": "True"}
}]' --subresource='status'
The VerticaDB "vertica-db" is invalid:

  • conditions[3].lastTransitionTime: Required value
  • conditions[3].message: Required value
  • conditions[3].reason: Required value

We need to add value for the missing attribute.

@HaoYang0000
Copy link
Collaborator Author

Duplicate with #952, closing

@HaoYang0000 HaoYang0000 closed this Oct 9, 2024
@HaoYang0000 HaoYang0000 deleted the debug_save_restore_point branch October 9, 2024 13:41
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.

1 participant