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

New E2E plan file validation #2651

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

adreed-msft
Copy link
Member

Base: #2630

Merge that one first, then this.

This PR implements some basic testing of AzCopy plan files and solves a variety of other issues with the E2E framework, such as early exits and false positives.

@adreed-msft adreed-msft force-pushed the adreed/new-e2e-plan-file-validation branch from bcd83a9 to d38956b Compare May 7, 2024 22:01
@adreed-msft adreed-msft force-pushed the adreed/new-e2e-plan-file-validation branch 2 times, most recently from 3c931d5 to 13f2475 Compare May 8, 2024 16:02
@@ -273,13 +273,24 @@ func (u *blobFSSenderBase) SetFolderProperties() error {

func (u *blobFSSenderBase) DirUrlToString() string {
directoryURL := u.getDirectoryClient().DFSURL()
rawURL, err := url.Parse(directoryURL)
//rawURL, err := url.Parse(directoryURL)
Copy link
Member

Choose a reason for hiding this comment

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

nit: we can remove this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants