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

[tests-only][full-ci] add test to download files and folders as archive by ocm user #10740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prashant-gurung899
Copy link
Contributor

@prashant-gurung899 prashant-gurung899 commented Dec 6, 2024

Description

This PR adds test to download files and folders as archive by OCM user

Scenario: federated user downloads multiple files and folders as archive

Related Issue

Motivation and Context

How Has This Been Tested?

  • locally
  • CI

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • 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:

@prashant-gurung899 prashant-gurung899 force-pushed the tests-ocm-download-archive branch 2 times, most recently from 1864229 to 1e950ed Compare December 6, 2024 04:20
@prashant-gurung899 prashant-gurung899 self-assigned this Dec 6, 2024
@prashant-gurung899 prashant-gurung899 force-pushed the tests-ocm-download-archive branch 9 times, most recently from 3a7bb60 to 9015416 Compare December 10, 2024 04:04
@prashant-gurung899 prashant-gurung899 marked this pull request as ready for review December 10, 2024 04:47
@prashant-gurung899 prashant-gurung899 force-pushed the tests-ocm-download-archive branch 3 times, most recently from 1f21a57 to bcf5157 Compare December 11, 2024 05:43
@prashant-gurung899 prashant-gurung899 force-pushed the tests-ocm-download-archive branch from bcf5157 to b2eca08 Compare December 11, 2024 06:21
Copy link

sonarcloud bot commented Dec 11, 2024

Copy link
Contributor

@PrajwolAmatya PrajwolAmatya left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1229,3 +1229,54 @@ Feature: an user shares resources using ScienceMesh application
}
}
"""

@issue-10272
Scenario: federated user downloads multiple files and folders as archive
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Scenario: federated user downloads multiple files and folders as archive
Scenario: federated user downloads shared files and folders as an archive

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Scenario: federated user downloads multiple files and folders as archive
Scenario: federated user downloads shared resources as an archive

And using server "LOCAL"
And "Alice" has accepted invitation
And user "Alice" has uploaded file with content "some data" to "textfile0.txt"
And user "Alice" has uploaded file with content "other data" to "textfile1.txt"
Copy link
Contributor

Choose a reason for hiding this comment

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

can we upload images here?

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.

4 participants