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

Added CLI acceptance tests for occ encryption command #39217

Merged
merged 2 commits into from
Oct 22, 2021
Merged

Conversation

kiranparajuli589
Copy link
Contributor

Description

  • added cli acceptance tests for occ encryption command

Related Issue

How Has This Been Tested?

  • 🤖

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@update-docs
Copy link

update-docs bot commented Sep 13, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@kiranparajuli589 kiranparajuli589 self-assigned this Sep 14, 2021
@kiranparajuli589 kiranparajuli589 force-pushed the cli-encryption branch 3 times, most recently from 8101869 to cd29fbc Compare September 14, 2021 10:22
@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32340/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32346/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32350/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32477/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32478/5/1

@kiranparajuli589
Copy link
Contributor Author

skipped owncloud/encryption#303

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32533/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32588/122/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/32592/122/1

* @return void
*/
public function theAdministratorRunsEncryptionDecryptAllUsingTheOccCommand():void {
\system("echo 'root' | sudo -S www-data ./occ encryption:decrypt-all -c yes", $status);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

what is the password for the drone root user?
Screenshot from 2021-10-01 15-44-52
https://drone.owncloud.com/owncloud/core/32806/122/13

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33191/123/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33195/123/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33202/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33209/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33221/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33222/4/1

@kiranparajuli589 kiranparajuli589 force-pushed the cli-encryption branch 2 times, most recently from 6c49b9b to 1b76a01 Compare October 21, 2021 11:05
@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33231/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33232/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33234/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33235/4/1

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-mariadb10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/33236/4/1

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis phil-davis merged commit 1bd007d into master Oct 22, 2021
@delete-merged-branch delete-merged-branch bot deleted the cli-encryption branch October 22, 2021 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add cli acceptance tests for occ encryption command
5 participants