-
Notifications
You must be signed in to change notification settings - Fork 114
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
[Workspace] add tests for data source association and dissociation #1646
Conversation
Signed-off-by: tygao <[email protected]>
let dataSourceId2; | ||
if ( | ||
Cypress.env('WORKSPACE_ENABLED') && | ||
Cypress.env('SECURITY_ENABLED') && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need security enabled for testing data source association?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean we don't need this verification?
cy.deleteWorkspaceById(workspaceId); | ||
}); | ||
|
||
it('should associate and dissociate data source successfully', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add test cases for associating DQC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have related infra of this type data source for now, may need to figure out a way to create this type data source with related team first.
Signed-off-by: tygao <[email protected]>
…1646) * add tests for data source association and dissociation Signed-off-by: tygao <[email protected]> * remove security verification Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> (cherry picked from commit 7003895)
…1646) (#1655) * add tests for data source association and dissociation Signed-off-by: tygao <[email protected]> * remove security verification Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> (cherry picked from commit 7003895) Co-authored-by: Tianyu Gao <[email protected]>
Description
add tests for data source association and dissociation
Screenshot
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.