-
Notifications
You must be signed in to change notification settings - Fork 359
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
WX-1595 Port more tests from papi-common to the GCP Batch backend #7413
Conversation
@@ -46,6 +46,7 @@ case class GcpBatchWorkflowPaths(workflowDescriptor: BackendWorkflowDescriptor, | |||
|
|||
private val workflowOptions: WorkflowOptions = workflowDescriptor.workflowOptions | |||
|
|||
// TODO: Do we actually need this? it seems to be used only by tests |
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.
I wonder if anyone can comment on this, this method seems unnecessary because its only used by the tests, the same occurs in PAPI.
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.
Looks like completely dead code in Batch, fine to remove IMO. IntelliJ doesn't even find any references in tests.
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.
Yes, I skipped porting these tests but I wanted to double check before removing the code.
Thanks for looking into it.
@@ -46,6 +46,7 @@ case class GcpBatchWorkflowPaths(workflowDescriptor: BackendWorkflowDescriptor, | |||
|
|||
private val workflowOptions: WorkflowOptions = workflowDescriptor.workflowOptions | |||
|
|||
// TODO: Do we actually need this? it seems to be used only by tests |
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.
Looks like completely dead code in Batch, fine to remove IMO. IntelliJ doesn't even find any references in tests.
Follows up from #7410