[
https://issues.apache.org/jira/browse/BEAM-13695?focusedWorklogId=756721&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756721
]
ASF GitHub Bot logged work on BEAM-13695:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Apr/22 21:32
Start Date: 13/Apr/22 21:32
Worklog Time Spent: 10m
Work Description: kileys commented on code in PR #17178:
URL: https://github.com/apache/beam/pull/17178#discussion_r849915978
##########
sdks/java/container/boot_test.go:
##########
@@ -0,0 +1,73 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements. See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// boot is the boot code for the Java SDK harness container. It is responsible
+// for retrieving staged files and invoking the JVM correctly.
+package main
+
+import (
+ "reflect"
+ "testing"
+)
+
+func TestBuildOptionsEmpty(t *testing.T) {
+ metaOptions, err := LoadMetaOptions("test/empty")
+ if metaOptions != nil {
+ t.Errorf("Got %v for meta options, but expected nil", metaOptions)
+ }
+ if err != nil {
+ t.Errorf("Got error %v running LoadMetaOptions", err)
+ }
Review Comment:
Makes sense. Thanks!
Issue Time Tracking
-------------------
Worklog Id: (was: 756721)
Time Spent: 4h 20m (was: 4h 10m)
> Provide more accurate size estimates for cache objects in Java 17
> -----------------------------------------------------------------
>
> Key: BEAM-13695
> URL: https://issues.apache.org/jira/browse/BEAM-13695
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-harness
> Reporter: Kiley Sok
> Assignee: Kiley Sok
> Priority: P2
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)