Gogul Balakrishnan

Results 4 issues of Gogul Balakrishnan

The following tests are flaky: - [x] `//javatests/arcs/android/storage/database:DatabaseImplTest` (times out) ([EXAMPLE BUILD](https://pantheon.corp.google.com/cloud-build/builds/b9e022a1-82b3-4cc1-9775-87ff9821f9d4;step=3?project=arcs-265404)) - [ ] `//src/wasm/tests:wasm-api-test` ([EXAMPLE BUILD](https://pantheon.corp.google.com/cloud-build/builds/94fd0f76-f274-4ec3-bf65-82cac3643b25?project=arcs-265404)) - [x] `//javatests/arcs/android/host:AndroidEntityHandleManagerTest` (`kotlinx.coroutines.test.UncompletedCoroutinesError`) ([EXAMPLE BUILD](https://pantheon.corp.google.com/cloud-build/builds/344f3412-4879-4b65-ab1a-75fcc5b35ad8?project=arcs-265404)) - [ ] `//javatests/arcs/core/util/performance:FiboPerformanceStatisticsTest`

Currently, it is duplicated in multiple places: - https://github.com/project-oak/oak/blob/main/oak_echo_linux_init/src/init.rs - https://github.com/project-oak/oak/blob/main/oak_hello_world_linux_init/src/init.rs - https://github.com/project-oak/oak/blob/main/oak_docker_linux_init/src/init.rs - https://github.com/project-oak/oak/blob/main/oak_minirootfs_linux_init/init The logic in the above implementations are quite minimal. We should investigate what the responsibilities...