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

make ddltest block forever #19607

Closed
lysu opened this issue Aug 31, 2020 · 3 comments
Closed

make ddltest block forever #19607

lysu opened this issue Aug 31, 2020 · 3 comments
Assignees
Projects

Comments

@lysu
Copy link
Contributor

lysu commented Aug 31, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

run-ddl-integration-test in master

2. What did you expect to see? (Required)

pass

3. What did you see instead (Required)

https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/tidb_ghpr_integration_ddl_test/detail/tidb_ghpr_integration_ddl_test/16917/pipeline/

[2020-08-31T05:58:28.575Z] + mkdir -p /go/pkg/mod

[2020-08-31T05:58:29.138Z] + mkdir -p /home/jenkins/agent/workspace/tidb_ghpr_integration_ddl_test/go/pkg

[2020-08-31T05:58:29.394Z] + ln -sf /go/pkg/mod /home/jenkins/agent/workspace/tidb_ghpr_integration_ddl_test/go/pkg/mod

[2020-08-31T05:58:29.394Z] ++ grep -E '^ddltest:' Makefile

[2020-08-31T05:58:29.394Z] + '[' ddltest: ']'

[2020-08-31T05:58:29.394Z] + GOPATH=/home/jenkins/agent/workspace/tidb_ghpr_integration_ddl_test/go

[2020-08-31T05:58:29.394Z] + make ddltest

[2020-08-31T06:02:21.149Z] + ls bin

[2020-08-31T06:02:21.149Z] ddltest
[2020-08-31T06:02:21.149Z] importer
[2020-08-31T06:02:21.149Z] tidb-server
[2020-08-31T06:02:21.149Z] tidb-server-check
[2020-08-31T06:02:21.149Z] + rm -rf bin/tidb-server-check
[2020-08-31T06:02:21.149Z] + cd ..
[2020-08-31T06:02:21.149Z] + tar -cf tidb-server.tar tidb
[2020-08-31T06:03:24.607Z] Sending interrupt signal to process
[2020-08-31T06:03:24.608Z] Killing processes
[2020-08-31T06:03:25.441Z] sh: line 1: 17652 Terminated              JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/tidb_ghpr_integration_ddl_test/go/src/github.com/pingcap/tidb@tmp/durable-73a4413f/script.sh' > '/home/jenkins/agent/workspace/tidb_ghpr_integration_ddl_test/go/src/github.com/pingcap/tidb@tmp/durable-73a4413f/jenkins-log.txt' 2>&1
[2020-08-31T06:03:26.636Z] kill finished with exit code 0
[2020-08-31T06:03:28.907Z] script returned exit code 143

4. What is your TiDB version? (Required)

master

@lysu lysu added type/bug This issue is a bug. component/test labels Aug 31, 2020
@github-actions github-actions bot added this to TODO/Help Wanted in Robust test Aug 31, 2020
@lysu
Copy link
Contributor Author

lysu commented Aug 31, 2020

it seems caused by #19581

@XuHuaiyu PTAL

@XuHuaiyu
Copy link
Contributor

XuHuaiyu commented Nov 4, 2020

Not a problem for now.

@XuHuaiyu XuHuaiyu closed this as completed Nov 4, 2020
Robust test automation moved this from TODO/Help Wanted to Done (This Week) Nov 4, 2020
@ti-srebot
Copy link
Contributor

Please edit this comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Robust test
  
Done
Development

No branches or pull requests

4 participants