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

[SPARK-45231][INFRA] Remove unrecognized and meaningless command about Ammonite from the GA testing workflow. #42993

Closed
wants to merge 2 commits into from

Conversation

panbingkun
Copy link
Contributor

@panbingkun panbingkun commented Sep 19, 2023

What changes were proposed in this pull request?

The pr aims to remove unrecognized and meaningless command about amm from the GA testing workflow.

Why are the changes needed?

  • When I observed GA's logs, I found the following logs:
Run # Fix for TTY related issues when launching the Ammonite REPL in tests.
sh: 1: amm: not found

eg:
https://github.com/apache/spark/actions/runs/6243934856/job/16950117287#step:10:21
https://github.com/panbingkun/spark/actions/runs/6232228999/job/16924063382#step:10:22

Obviously, amm did not recognize it. Through trial and error, it was found that the above command do not need to be executed in our GA.

  • Enhance maintainability and reduce misunderstandings.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass GA.

Was this patch authored or co-authored using generative AI tooling?

No.

@panbingkun panbingkun marked this pull request as draft September 19, 2023 11:38
@github-actions github-actions bot added the INFRA label Sep 19, 2023
@panbingkun panbingkun changed the title remove amm test [SPARK-45231][INFRA] Remove unrecognized and meaningless command about amm from the GA testing workflow. Sep 20, 2023
@panbingkun panbingkun marked this pull request as ready for review September 20, 2023 07:35
@panbingkun
Copy link
Contributor Author

cc @vicennial @dongjoon-hyun

@panbingkun panbingkun changed the title [SPARK-45231][INFRA] Remove unrecognized and meaningless command about amm from the GA testing workflow. [SPARK-45231][INFRA] Remove unrecognized and meaningless command about Ammonite from the GA testing workflow. Sep 20, 2023
Copy link
Contributor

@vicennial vicennial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for removing the bloat!

@dongjoon-hyun
Copy link
Member

cc @hvanhovell

Copy link
Contributor

@hvanhovell hvanhovell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hvanhovell
Copy link
Contributor

Merged to master.

@hvanhovell hvanhovell closed this in 5446f54 Oct 5, 2023
LuciferYang pushed a commit to LuciferYang/spark that referenced this pull request Oct 7, 2023
…t `Ammonite` from the GA testing workflow

### What changes were proposed in this pull request?
The pr aims to remove unrecognized and meaningless command about `amm` from the GA testing workflow.

### Why are the changes needed?
- When I observed GA's logs, I found the following logs:
```
Run # Fix for TTY related issues when launching the Ammonite REPL in tests.
sh: 1: amm: not found
```
eg:
   https://github.com/apache/spark/actions/runs/6243934856/job/16950117287#step:10:21
   https://github.com/panbingkun/spark/actions/runs/6232228999/job/16924063382#step:10:22

   Obviously, `amm` did not recognize it. Through trial and error, it was found that the above command do not need to be executed in our GA.
- Enhance maintainability and reduce misunderstandings.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#42993 from panbingkun/remove_amm_test.

Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Herman van Hovell <herman@databricks.com>
dongjoon-hyun pushed a commit that referenced this pull request Dec 23, 2023
…mmand about Ammonite from the GA testing workflow

### What changes were proposed in this pull request?
The pr is followup #42993

### Why are the changes needed?
Remove unrecognized and meaningless command about Ammonite from the GA testing workflow.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #44386 from panbingkun/SPARK-45231_FOLLOWUP.

Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants