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 user journey test to delete old environment #787

Conversation

peytondmurray
Copy link
Contributor

Fixes #670.

Description

This PR creates a user journey test for checking that an admin can delete an environment.

Pull request checklist

  • Did you test this change locally?
  • Did you update the documentation (if required)?
  • Did you add/update relevant tests for this change (if required)?

How to test

Wait for CI to run, or start the conda-store server in a docker container and do pytest -m user_journey.

Copy link

netlify bot commented Mar 19, 2024

Deploy Preview for kaleidoscopic-dango-0cf31d canceled.

Name Link
🔨 Latest commit 469b124
🔍 Latest deploy log https://app.netlify.com/sites/kaleidoscopic-dango-0cf31d/deploys/65f8fde4a917ec0008205058

@peytondmurray peytondmurray force-pushed the test-admin-login-delete-old-env-670 branch from c481642 to 22bcfd2 Compare March 19, 2024 02:52
Copy link
Contributor

@dcmcand dcmcand left a comment

Choose a reason for hiding this comment

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

🚀

@peytondmurray
Copy link
Contributor Author

Test issue is unrelated:

Checking /tmp/baipp/dist/conda_store_server-2024.3.1-py3-none-any.whl: ERROR    InvalidDistribution: Metadata is missing required fields: Name,        
         Version.                                                               
         Make sure the distribution includes the files where those fields are   
         specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2,   
         2.0, 2.1, 2.2.                                     

@peytondmurray peytondmurray merged commit 7a83246 into conda-incubator:main Mar 28, 2024
17 of 19 checks passed
@peytondmurray peytondmurray deleted the test-admin-login-delete-old-env-670 branch March 28, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done 💪🏾
Development

Successfully merging this pull request may close these issues.

Integration Test: Admin Login and delete old environment
2 participants