daria-malkova commented on a change in pull request #16477:
URL: https://github.com/apache/beam/pull/16477#discussion_r783223963
##########
File path: playground/backend/internal/code_processing/code_processing_test.go
##########
@@ -532,64 +526,7 @@ func TestGetLastIndex(t *testing.T) {
}
}
-func Test_setJavaExecutableFile(t *testing.T) {
Review comment:
Done
##########
File path: playground/backend/internal/fs_tool/java_fs.go
##########
@@ -36,8 +36,7 @@ func newJavaLifeCycle(pipelineId uuid.UUID, pipelinesFolder
string) *LifeCycle {
}
// executableName returns name that should be executed (HelloWorld for
HelloWorld.class for java SDK)
-func executableName(pipelineId uuid.UUID, pipelinesFolder string) (string,
error) {
- baseFileFolder := filepath.Join(pipelinesFolder, pipelineId.String())
+func executableName(baseFileFolder string) (string, error) {
binFileFolder := filepath.Join(baseFileFolder, compiledFolderName)
dirEntries, err := os.ReadDir(binFileFolder)
Review comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]