Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teamcity: failed test: TestDefaultColumns #39286

Closed
cockroach-teamcity opened this issue Aug 3, 2019 · 1 comment
Closed

teamcity: failed test: TestDefaultColumns #39286

cockroach-teamcity opened this issue Aug 3, 2019 · 1 comment
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

The following tests appear to have failed on master (testrace): TestDefaultColumns

You may want to check for open issues.

#1420074:

TestDefaultColumns
...47761 5266 sql/backfill.go:141  [n1,client=127.0.0.1:36276,user=root,scExec] Running backfill for "a", v=324, m=108
I190803 05:17:21.103616 5266 sql/sqlbase/structured.go:1372  [n1,client=127.0.0.1:36276,user=root,scExec] publish: descID=53 (a) version=325 mtime=2019-08-03 05:17:21.101858179 +0000 UTC
I190803 05:17:21.172029 5266 sql/event_log.go:130  [n1,client=127.0.0.1:36276,user=root,scExec] Event: "finish_schema_change", target: 53, info: {MutationID:108}
I190803 05:17:21.220998 4677 gossip/gossip.go:559  [n1] gossip status (ok, 1 node)
gossip client (0/3 cur/max conns)
gossip server (0/3 cur/max conns, infos 0/0 sent/received, bytes 0B/0B sent/received)
gossip connectivity
  n1 [sentinel];
I190803 05:17:21.254700 4680 server/status/runtime.go:498  [n1] runtime stats: 913 MiB RSS, 204 goroutines, 94 MiB/17 MiB/138 MiB GO alloc/idle/total, 39 MiB/75 MiB CGO alloc/total, 1707.2 CGO/sec, 97.3/7.5 %(u/s)time, 0.0 %gc (2x), 1.3 MiB/1.3 MiB (r/w)net
I190803 05:17:21.324208 5266 sql/sqlbase/structured.go:1372  [n1,client=127.0.0.1:36276,user=root] publish: descID=53 (a) version=326 mtime=2019-08-03 05:17:21.22939942 +0000 UTC
I190803 05:17:21.473772 5266 sql/event_log.go:130  [n1,client=127.0.0.1:36276,user=root] Event: "alter_table", target: 53, info: {TableName:t.public.a Statement:ALTER TABLE t.a ADD COLUMN c109 INT8 User:root MutationID:109 CascadeDroppedViews:[]}
I190803 05:17:21.726601 5266 sql/sqlbase/structured.go:1372  [n1,client=127.0.0.1:36276,user=root,scExec] publish: descID=53 (a) version=327 mtime=2019-08-03 05:17:21.725064102 +0000 UTC
I190803 05:17:21.905647 34443 sql/lease.go:916  new lease: 53("a") ver=327:1564809736.902500461,0, refcount=0
I190803 05:17:21.919158 5266 sql/lease.go:327  [n1,client=127.0.0.1:36276,user=root,scExec] waiting for 1 leases to expire: desc=[{a 53 326}]
I190803 05:17:21.994737 5266 sql/backfill.go:141  [n1,client=127.0.0.1:36276,user=root,scExec] Running backfill for "a", v=327, m=109
I190803 05:17:22.069602 5266 sql/sqlbase/structured.go:1372  [n1,client=127.0.0.1:36276,user=root,scExec] publish: descID=53 (a) version=328 mtime=2019-08-03 05:17:22.067724783 +0000 UTC
I190803 05:17:22.244216 5266 sql/event_log.go:130  [n1,client=127.0.0.1:36276,user=root,scExec] Event: "finish_schema_change", target: 53, info: {MutationID:109}
I190803 05:17:22.316467 5266 sql/lease.go:327  [n1,client=127.0.0.1:36276,user=root,scExec] waiting for 1 leases to expire: desc=[{a 53 327}]
I190803 05:17:22.323286 34518 sql/lease.go:916  new lease: 53("a") ver=328:1564809736.903500461,0, refcount=0
I190803 05:17:29.064927 4500 util/stop/stopper.go:542  quiescing; tasks left:
1      [async] transport racer
1      [async] storage.IntentResolver: cleanup txn records
1      [async] intent_resolver_ir_batcher
1      [async] intent_resolver_gc_batcher
1      [async] closedts-rangefeed-subscriber
W190803 05:17:29.065216 35006 storage/intentresolver/intent_resolver.go:818  failed to gc transaction record: could not GC completed transaction anchored at /Table/20/1/53/474280895318261761/0: node unavailable; try another peer
I190803 05:17:29.065592 4500 util/stop/stopper.go:542  quiescing; tasks left:
1      [async] transport racer
1      [async] intent_resolver_ir_batcher
1      [async] intent_resolver_gc_batcher
1      [async] closedts-rangefeed-subscriber
I190803 05:17:29.065889 4500 util/stop/stopper.go:542  quiescing; tasks left:
1      [async] transport racer
1      [async] intent_resolver_ir_batcher
1      [async] closedts-rangefeed-subscriber
I190803 05:17:29.064979 4519 kv/transport_race.go:108  transport race promotion: ran 105 iterations on up to 18445 requests
I190803 05:17:29.066167 4500 util/stop/stopper.go:542  quiescing; tasks left:
1      [async] closedts-rangefeed-subscriber
    automatic_stats_test.go:433: query 'SELECT count(*) FROM [SHOW STATISTICS FOR TABLE t.a] WHERE statistics_name = 's'': expected:
        101
        
        got:
        41
        




Please assign, take a look and update the issue accordingly.

@cockroach-teamcity cockroach-teamcity added this to the 19.2 milestone Aug 3, 2019
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Aug 3, 2019
@RaduBerinde
Copy link
Member

Dup of #38572.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

3 participants