Jane Xing

Results 11 issues of Jane Xing

We should validate the zone config extension set by the user won't affect certain existing multi-region primitives. As suggested in https://github.com/cockroachdb/cockroach/pull/83605#pullrequestreview-1044433593, we may want to add the following validation: 1....

C-enhancement
T-sql-experience

Fixes https://github.com/cockroachdb/efcore.pg/issues/1

After replacing `--logtostderr` to `--log="{file-defaults: {dir: tmp/dir/to/log}, sinks: {stderr: {filter: NONE}}}"` , the "cockroach" command does not generate the `listen-url` file in the tmp directory when running tests from `testserver_test.go`....

I got this [flaky test](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelEssentialCi/9027231?showRootCauses=true&expandBuildProblemsSection=true&expandBuildTestsSection=true) (internal link for ci) with `panic: empty connection string` error. It's hard to know why this happened as the server should be in `stateRunning`. If...

- OS: Mac M1 - Image: `container-registry.oracle.com/database/express:21.3.0-xe` - Docker Driver: Podman (in shell commands below, `docker` is alias of `podman`) I'm aware that as mentioned in https://github.com/oracle/docker-images/issues/2709 that it's recommended...

When setting a count flag, the default value setting is not supported -- `FlagSet.CountVarP()` or `FlagSet.CountVar()` only takes `name` and `usage` as parameters. Weirdly, it is noted in the comment...

OS: Mac M1 Arm Docker image: `container-registry.oracle.com/database/enterprise:19.19.0.0` Docker start command: ``` docker run -d --name oracle -p 1521:1521 -p 5500:5500 -v ./docker/oracle-init/oracle-init.sql:/docker-entrypoint-initdb.d/setup/oracle-init.sql -v ./oracle-data:/opt/oracle/oradata -e ORACLE_PWD=password container-registry.oracle.com/database/enterprise:19.19.0.0 ``` I'm following...

- OS: Mac M1 - Image: container-registry.oracle.com/database/enterprise:19.19.0.0 - Docker Driver: Podman (in shell commands below, docker is alias of podman) Currently, `Unified Auditing` is not enabled. ``` SQL> SELECT VALUE...

WIP!!! - - - This change is [](https://reviewable.io/reviews/cockroachdb/replicator/1014)

We assume the value part of the sql stmts that oracle log miner provides is always evaluated true datums, but there could be cases where it is actually an expression,...

enhancement
oracle