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

[bug] intergration not support to record error case msg in result file #611

Closed
hustjieke opened this issue Apr 14, 2020 · 0 comments
Closed
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@hustjieke
Copy link
Contributor

We should add support when error case is executed and the error msg should be recorded into result file.
The format like:

create table integrate_test.t(a int key, b int) ENGINE=InnoDB DEFAULT CHARSET=utf8;
select c from integrate_test.t;
ERROR 1054 (42S22): Unknown column 'c' in 'field list'
@hustjieke hustjieke added the type: bug Something isn't working label Apr 14, 2020
@hustjieke hustjieke self-assigned this Apr 14, 2020
@hustjieke hustjieke added this to the v1.1.0 milestone Apr 14, 2020
hustjieke added a commit to hustjieke/radon that referenced this issue Apr 14, 2020
…radondb#611

[summary]
Add support for recording error case in result test file, e.g.:

create table integrate_test.t(a int key, b int) ENGINE=InnoDB DEFAULT CHARSET=utf8;
select c from integrate_test.t;
ERROR 1054 (42S22): Unknown column 'c' in 'field list'

[test case]
N/A
[patch codecov]
N/A
@hustjieke hustjieke changed the title Fix bug for intergration not support error case [bug] intergration not support to record error case msg in result file Apr 14, 2020
@BohuTANG BohuTANG modified the milestones: v1.1.0, next Apr 15, 2020
@BohuTANG BohuTANG modified the milestones: next, v1.1.0 Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants