Skip to content

cdc: Fix cdc/bank roachtest#31905

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
mrtracy:mtracy/cdc_fix_bank_rt
Oct 29, 2018
Merged

cdc: Fix cdc/bank roachtest#31905
craig[bot] merged 1 commit intocockroachdb:masterfrom
mrtracy:mtracy/cdc_fix_bank_rt

Conversation

@mrtracy
Copy link
Copy Markdown
Contributor

@mrtracy mrtracy commented Oct 25, 2018

Fix a bug introduced by #31774; the test was creating a fingerprint
validator which requires a table name, but in this case needed the fully
qualified name with the database (bank.bank instead of bank).

Also fixed a nil reference that occurred when exiting the test early
from the command line.

Resolves #31903

Release note: None

Fix a bug introduced by cockroachdb#31774; the test was creating a fingerprint
validator which requires a table name, but in this case needed the fully
qualified name with the database (`bank.bank` instead of `bank`).

Also fixed a nil reference that occurred when exiting the test early
from the command line.

Resolves cockroachdb#31903

Release note: None
@mrtracy mrtracy requested a review from danhhz October 25, 2018 23:31
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@danhhz
Copy link
Copy Markdown
Contributor

danhhz commented Oct 29, 2018

Is this ready to go? This test has been failing all weekend

@mrtracy
Copy link
Copy Markdown
Contributor Author

mrtracy commented Oct 29, 2018

Bleh, sorry. Forgot to bors it.

@mrtracy
Copy link
Copy Markdown
Contributor Author

mrtracy commented Oct 29, 2018

bors r=danhhz

craig bot pushed a commit that referenced this pull request Oct 29, 2018
31905: cdc: Fix cdc/bank roachtest r=danhhz a=mrtracy

Fix a bug introduced by #31774; the test was creating a fingerprint
validator which requires a table name, but in this case needed the fully
qualified name with the database (`bank.bank` instead of `bank`).

Also fixed a nil reference that occurred when exiting the test early
from the command line.

Resolves #31903

Release note: None

Co-authored-by: Matt Tracy <matt@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Oct 29, 2018

Build succeeded

@craig craig bot merged commit 2dd4179 into cockroachdb:master Oct 29, 2018
@mrtracy mrtracy deleted the mtracy/cdc_fix_bank_rt branch October 29, 2018 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

roachtest: cdc/bank failed

3 participants