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

[MATLAB] Create the test guideline document for MATLAB interface to arrow #38310

Closed
leihou6116 opened this issue Oct 17, 2023 · 1 comment · Fixed by #38459
Closed

[MATLAB] Create the test guideline document for MATLAB interface to arrow #38310

leihou6116 opened this issue Oct 17, 2023 · 1 comment · Fixed by #38459

Comments

@leihou6116
Copy link
Contributor

leihou6116 commented Oct 17, 2023

Describe the enhancement requested

We need a tutorial document about test organization, testing guidelines, "must to have" test cases and other testing related information. This document is useful when people help contribute to the matlab directory in the apache/arrow repository.

Component(s)

Documentation, MATLAB

@leihou6116
Copy link
Contributor Author

take

@leihou6116 leihou6116 changed the title [MATLAB] Create the test procedure document for MATLAB interface to arrow [MATLAB] Create the test guideline document for MATLAB interface to arrow Oct 24, 2023
kevingurney pushed a commit that referenced this issue Oct 30, 2023
…MATLAB interface (#38459)

### Rationale for this change

This document is aimed at coaching people on how to write and run tests for the MATLAB interface. This document is helpful to reproduce and address test failures in GitHub Actions CI, and is also helpful to maintain the good quality of MATLAB interface.

### What changes are included in this PR?

Created a markdown page under arrow/matlab/doc.

### Are these changes tested?

No test needed.

### Are there any user-facing changes?

No software change.
* Closes: #38310

Authored-by: Lei Hou <leihou@mathworks.com>
Signed-off-by: Kevin Gurney <kgurney@mathworks.com>
@kevingurney kevingurney added this to the 15.0.0 milestone Oct 30, 2023
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…sting MATLAB interface (apache#38459)

### Rationale for this change

This document is aimed at coaching people on how to write and run tests for the MATLAB interface. This document is helpful to reproduce and address test failures in GitHub Actions CI, and is also helpful to maintain the good quality of MATLAB interface.

### What changes are included in this PR?

Created a markdown page under arrow/matlab/doc.

### Are these changes tested?

No test needed.

### Are there any user-facing changes?

No software change.
* Closes: apache#38310

Authored-by: Lei Hou <leihou@mathworks.com>
Signed-off-by: Kevin Gurney <kgurney@mathworks.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…sting MATLAB interface (apache#38459)

### Rationale for this change

This document is aimed at coaching people on how to write and run tests for the MATLAB interface. This document is helpful to reproduce and address test failures in GitHub Actions CI, and is also helpful to maintain the good quality of MATLAB interface.

### What changes are included in this PR?

Created a markdown page under arrow/matlab/doc.

### Are these changes tested?

No test needed.

### Are there any user-facing changes?

No software change.
* Closes: apache#38310

Authored-by: Lei Hou <leihou@mathworks.com>
Signed-off-by: Kevin Gurney <kgurney@mathworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment