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

[improve][test] Move testAutoSchemaFunction and testAvroSchemaFunction to Java functions IT #17372

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

cbornet
Copy link
Contributor

@cbornet cbornet commented Aug 31, 2022

Motivation

Currently testAutoSchemaFunction and testAvroSchemaFunction are run for Go and Python tests.
But these tests only run on the Java runtime so it's useless to run them 3 times.
Moving them to Java function tests will save some precious CI resources.

Modifications

trivial

Verifying this change

  • Make sure that the change passes the CI checks.

This change is already covered by existing tests, such as testAutoSchemaFunction and testAvroSchemaFunction.

Does this pull request potentially affect one of the following parts:

no

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API: (yes / no)
  • The schema: (yes / no / don't know)
  • The default values of configurations: (yes / no)
  • The wire protocol: (yes / no)
  • The rest endpoints: (yes / no)
  • The admin cli options: (yes / no)
  • Anything that affects deployment: (yes / no / don't know)

Documentation

Check the box below or label this PR directly.

Need to update docs?

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    test

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Aug 31, 2022
@cbornet cbornet changed the title Move testAutoSchemaFunction and testAvroSchemaFunction to Java functions IT [improve][test] Move testAutoSchemaFunction and testAvroSchemaFunction to Java functions IT Aug 31, 2022
@Technoboy- Technoboy- added this to the 2.12.0 milestone Sep 1, 2022
@nicoloboschi
Copy link
Contributor

@cbornet checksyle fails

@cbornet cbornet force-pushed the move-testAutoSchemaFunction branch from 81f40c2 to 79a6010 Compare September 1, 2022 12:45
@cbornet
Copy link
Contributor Author

cbornet commented Sep 1, 2022

@cbornet checksyle fails

fixed, PTAL again.

@cbornet cbornet force-pushed the move-testAutoSchemaFunction branch 2 times, most recently from 5f82ee4 to 76a6f1c Compare September 6, 2022 08:53
@cbornet cbornet closed this Sep 6, 2022
@cbornet cbornet reopened this Sep 6, 2022
@cbornet
Copy link
Contributor Author

cbornet commented Sep 7, 2022

/pulsarbot run-failure-checks

1 similar comment
@cbornet
Copy link
Contributor Author

cbornet commented Sep 7, 2022

/pulsarbot run-failure-checks

@cbornet cbornet force-pushed the move-testAutoSchemaFunction branch from 76a6f1c to 0a4abe4 Compare September 8, 2022 09:00
@cbornet cbornet force-pushed the move-testAutoSchemaFunction branch from 0a4abe4 to 81939be Compare September 8, 2022 19:53
Copy link
Contributor

@k2la k2la left a comment

Choose a reason for hiding this comment

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

LGTM

@eolivelli eolivelli merged commit c50a1e4 into apache:master Sep 13, 2022
@cbornet cbornet deleted the move-testAutoSchemaFunction branch September 13, 2022 16:14
tisonkun pushed a commit to tisonkun/pulsar that referenced this pull request Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants