forked from portworx/torpedo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding ssie events for longevity (#1929) #1
Open
lsrinivas-pure
wants to merge
540
commits into
Rohit-PX:stats_driver
Choose a base branch
from
portworx:master
base: stats_driver
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Adding libraries to access FB blades and do GET Operations
…ate (#2352) * [PTX-20557] Added test scenarios for testing sources option in ha-update * [PTX-20557] Added test scenarios for testing sources option in ha-update * [PTX-20557] Addressed comments * [PTX-20557] added aggregation level to the volume creation * [PTX-20557] added aggregation level to the volume creation * [PTX-20557] removed the function in common.go file * [PTX-20557] Added aggr_level and repl_level * [PTX-20557] Added a new logic to obtain * [PTX-20557] removed repetititve logs
Co-authored-by: nbhattacharya_pure <[email protected]>
* rename pure.go to purefa.go, adding more functions to support REST APIs , few nit picks
* PTX-24370: Add test for ha update case Signed-off-by: pnookala-px <[email protected]> * host detach before returning Signed-off-by: pnookala-px <[email protected]> * Add Degraded volume test Signed-off-by: pnookala-px <[email protected]> * Add Out of Quorum volume test Signed-off-by: pnookala-px <[email protected]> * In outofquorum test, pick a ready node for issuing pxctl Signed-off-by: pnookala-px <[email protected]> * use go fmt and increase timeout to 30 minutes for out of quorum test Signed-off-by: pnookala-px <[email protected]> * fix migrate call. move validateapps to defer block Signed-off-by: pnookala-px <[email protected]> * incorpoorate review comments Signed-off-by: pnookala-px <[email protected]> * add missing task retry Signed-off-by: pnookala-px <[email protected]> * wait for driver down Signed-off-by: pnookala-px <[email protected]> --------- Signed-off-by: pnookala-px <[email protected]>
* Updating Functionality to fetch PVC Names * Updating Functions for Modify and Delete Filesystems in FB
* [PTX-13001] Fix EKS perZoneCount in Scale * [PTX-13001] Implement SetASGClusterSize [PTX-13001] Implement GetASGName [PTX-13001] Refactor GetASGClusterSize
…es to before migration (#2411) Signed-off-by: pnookala-px <[email protected]>
* Increase FBDA Time from 5 min to 15 min
* add support to run cmd in pod instead of ssh * testing a fix * fixing lsblk cmd * fixing command path * trying out original method * Changing method * testing a fix * testing without md5sum fixes * testing hot add fix * fixing vm spec * fixing boot pvc spec * fixing run command method * fixing sc in vm spec * fixing few other tests * fixing ha increase decrease tests * fixing px kill after tc * testing keeping template separate * fixing a bug * parallel execution * adding 5 mins retry loop for VM check status * fixing few final minor things * fixing minor issue --------- Co-authored-by: Dhruv Bhatnagar <[email protected]> Co-authored-by: Dhruv Bhatnagar <[email protected]>
Signed-off-by: Rohit-PX <[email protected]> Co-authored-by: Rohit-PX <[email protected]>
* Ingore check for purefile
*[TC Automation] PTX-21440 Add test case VolAttachFAPxRestart,VolAttachSameFAPxRestart
…2406) * Adding cloud create and s3 bucket deletion function for cloudsnaps * Adding bucket cleanup as part of cloudsnap tests --------- Co-authored-by: Leela Srinivas Siripurapu <[email protected]>
…ioner (#2418) * PB-6789:Create an app/vm in specific namespace * Added snapclass creation
* Added logic for PVC cleanup validation
* Trigger vol resize on all volumes at once
* PTX-23652: be resilient to failures of GetVolumes() call Signed-off-by: pnookala-px <[email protected]> * move total computation to before settting migration Signed-off-by: pnookala-px <[email protected]> * Retry GetVolumes() call Signed-off-by: pnookala-px <[email protected]> --------- Signed-off-by: pnookala-px <[email protected]>
…tomation (#2421) Signed-off-by: Smit Jain <[email protected]>
Co-authored-by: Leela Srinivas Siripurapu <[email protected]>
…we stop px pods <PTX-24859> (#2685) * Fixed error * Fixed error * changing namespace name * test run 1 * test run 1 * test run 1 * negative testing * negative testing * negative testing * negative testing * negative testing * negative testing * negative testing * negative testing * Adding testcase testrailid 87311294 * Automated testcase to verify no PX process restart after px pod kill * Worked on reviwed comments * Worked on reviwed comments * Worked on reviwed comments * Worked on reviwed comments * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on all review coment * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on review comment 1.Identifying ns for px pod 2.Stopping px pod from storage_storageless node * Worked on review comments * Worked on review comments * Worked on review comments * Worked on review comments * Worked on review comments
) Co-authored-by: Dhruv Bhatnagar <[email protected]>
Co-authored-by: snigdha-px <[email protected]>
* [PTX-25417] Resolve Panic Due to errChan Closure in Longevity * Increase elasticsearch-storage to 200Gi
#2716) * [PTX-25477] Update deploy-ssh.sh to Overwrite Existing Kubernetes Resources * [PTX-25589] Fix TriggerRestartKvdbVolDriver
Signed-off-by: nikolaypopov <[email protected]>
* Vendor in latest px-backup cluster share api * updated to 2.8.0 branch
Signed-off-by: nikolaypopov <[email protected]>
* Add Max Unavailable option for OCP surge upgrades * Add MCP update validation
* Validate volume quorum for cluster and PX upgrade * PTX-25073: add more logs for quorum validation * correct variable name error * Validate runtime status of volumes along with volume status * modify log message * check runtime status of volumes * validate volume quorum for PX >= 3.1.2 * address review comments * address review comments * change log type to InfoD * do not fail the test if runtime state of healthy node is resync * validate volume quorum error during kubernetes upgrade * PWX-36514: Adding validation for node PDB during k8s upgrade (#2665) * adding validation for nodePDB * adding case for providing minAvailable * adding validation for nodePDB * adding case for providing minAvailable * merging PTX-25073 for complete pdb testing * do not fail the test if runtime state of healthy node is resync * adding validation for nodePDB * adding case for providing minAvailable * adding validation for nodePDB * using a new error variable after upgradeScheduler call * Fail when unable to get px version * minor changes * allow redirecting for OCP download * redirect flag in fetching ocp tar * adding more logs to debug issues --------- Co-authored-by: Nikita Bhatia <[email protected]> --------- Co-authored-by: Swarupa Vijaykumar <[email protected]>
…p delete (#2731) * Increase timeout for validateCRCleanup and added go routine while backup delete Please enter the commit message for your changes. Lines starting * Delete tests/ttt
… required for our test cases to run successfully (#2750) Signed-off-by: kgarg-px <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.