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

Create rpm package test plan #4041

Closed
2 tasks done
Tyriar opened this issue Mar 11, 2016 · 7 comments
Closed
2 tasks done

Create rpm package test plan #4041

Tyriar opened this issue Mar 11, 2016 · 7 comments
Labels
testplan-item verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 11, 2016

#4214 Issue: #3595

Assignees:

Details:

Test the rpm package install and uninstall

  1. Setup VM/machine
  2. Download .rpm package from https://vscode-builds.azurewebsites.net/alpha
  3. Install by opening .rpm package though the GUI (double click the file)
  4. Ensure it installed correctly:
    • Opening "Code" through the launcher works
    • Running code-alpha through the terminal launches code
  5. Uninstall: sudo yum remove visual-studio-code-alpha
  6. Ensure it uninstalled correctly:
    • /usr/bin/code-alpha should not exist
    • /usr/share/code-alpha should not exist
  7. Install via command line: sudo yum localinstall vscode-x86_64.rpm
  8. Repeat steps 4-6.
@Tyriar Tyriar self-assigned this Mar 11, 2016
@Tyriar Tyriar added this to the March 2016 milestone Mar 11, 2016
@egamma egamma mentioned this issue Mar 13, 2016
82 tasks
@dbaeumer
Copy link
Member

I could only test the UI since the CentOS installation didn't except any sudo commands. Not sure what is wrong with the installation. @Tyriar any hint

@dbaeumer
Copy link
Member

@Tyriar I fixed the sudo issue, however my CentOS default install doesn't have apt-get either. Are these steps supposed to be working?

@sofianhn
Copy link

@Tyriar I am blocked too. I am able to install and verify that 1-4 runs nicely. But then Fedora does not have apt-get by default. I tried to install it and then use it to remove VSCode that did not work. Tried to use DNF as well and this does not work. Is this supposed to work?

@isidorn
Copy link
Contributor

isidorn commented Mar 15, 2016

@sofianhn @Tyriar I fixed typo in step 5, can you please re-test

@sofianhn
Copy link

I verified with dnf.

@dbaeumer
Copy link
Member

Finish testing. Closing.

@Tyriar
Copy link
Member Author

Tyriar commented Mar 16, 2016

Sorry about no response guys, I've been completely offline for the last 2 days. apt-get is a Debian thing, you should use yum to test (I thought I changed it from apt-get to yum when copying the .deb test over).

@Tyriar Tyriar added the verified Verification succeeded label Mar 23, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
@Tyriar Tyriar removed their assignment Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testplan-item verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants