Dominic Kim
Dominic Kim
## Environment details: * FPCScheduler ## Steps to reproduce the issue: The watcher service uses `watchAllKeys` method to initialize the watcher. ```scala private val watcher = etcdClient.watchAllKeys { res: WatchUpdate...
## Description This is to guarantee the main execution flows with system tests. ## Related issue and scope - [ ] I opened an issue to propose and discuss this...
## Steps to reproduce the issue: It's not easy to reproduce it as it occasionally happens. But what we observed is as follows. 1. Queue endpoints are suddenly removed at...
## Description This is to persist configurations for CouchDB. The configuration directory is configurable. ## Related issue and scope - [ ] I opened an issue to propose and discuss...
## Environment details: * Travis VM ## Steps to reproduce the issue: Some of the performance tests are being failed. We need to migrate the environment for performance tests to...
As this PR gets merged: https://github.com/apache/openwhisk/pull/4963, we have different options for `ArtifactStore`. Users can use different DBs for different artifact stores. For example, an operator can choose CouchDB as his...
The Travis job complains about the deprecated APIs. Currently, they are just warnings, but we need to upgrade deprecated APIs. ## Environment details: * Travis ## Steps to reproduce the...
It's not easy to navigate to the failed tests to see what happens. It would be great to add functionality to navigate to failed tests or simply just print the...
## Description This is to enable the scheduler by default. It is necessary to release the next version of OpenWhisk Core. ## Related issue and scope - [ ] I...
## Description Upgrade the version of ngrok to v3. It is required to run the on-demand workflow to debug CI tests. ## Related issue and scope - [ ] I...