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

Move velox_aggregation_fuzzer_test and spark_aggregation_fuzzer_test to the fuzzer directory #8007

Closed
wants to merge 1 commit into from

Conversation

kagamiori
Copy link
Contributor

Summary:
This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of #7754.

Differential Revision: D52106081

Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit fa6c9f8
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/658108042f5e7b0008f043f1

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 13, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 13, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: D52106081

fbshipit-source-id: 1d91c8a5c017b185b2d194184f90a8ca435d093c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 13, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: D52106081

fbshipit-source-id: aa97ff57497da00409c3b65802c104301dbc9cb2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 13, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: D52106081

fbshipit-source-id: 74341a37c42303739fce2df28d00e1158117dadc
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: https://internalfb.com/D52106081

fbshipit-source-id: 542862734bf27e9f14799d5c52a03007599244e0
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: https://internalfb.com/D52106081

fbshipit-source-id: 351955bf622baeef398d704cc49328522ca5e056
@kagamiori kagamiori requested a review from kgpai December 14, 2023 17:51
@kagamiori
Copy link
Contributor Author

Hi @kgpai, I'm moving the target of velox_aggregation_fuzzer_test and spark_aggregation_fuzzer_test in this PR. I updated dist_compile.yml and scheduled.yml to use the new paths. But the CI job failed with the following error (https://github.com/facebookincubator/velox/actions/runs/7202009747/job/19620662750?pr=8007)

Run actions/download-artifact@v3
Starting download for aggregation
Error: Unable to find an artifact with the name: aggregation

Do you know what I'm missing here?

@@ -86,6 +86,7 @@ endif()
if(${VELOX_BUILD_TESTING})
add_subdirectory(tests)
add_subdirectory(coverage)
add_subdirectory(fuzzer)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be in the functions cmake file and not prestosql..

Copy link
Contributor

Choose a reason for hiding this comment

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

NVM, this path seems correct.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: D52106081

fbshipit-source-id: b48fb7b5fd35e00c0edd7e5e8034216224e42ea3
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: D52106081

fbshipit-source-id: c319f2461912769f1cf7a5a792d93b38a67cb552
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: https://internalfb.com/D52106081

fbshipit-source-id: cc68f293dc4e0124e81cf9f31357c49cd4e7bebe
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: https://internalfb.com/D52106081

fbshipit-source-id: 3d79095ff76085f72abe08490ceb2ebd7e33db89
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 14, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:
Pull Request resolved: facebookincubator#8007

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Differential Revision: https://internalfb.com/D52106081

fbshipit-source-id: 8e102318af76b323e07ce7b9677dd53bfcf414b4
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 15, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 15, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 15, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 15, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52106081

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 19, 2023
…to the fuzzer directory (facebookincubator#8007)

Summary:

This diff moves velox_aggregation_fuzzer_test to velox/functions/prestosql/fuzzer and moves spark_aggregation_fuzzer_test to velox/functions/sparksql/fuzzer.

This is part of facebookincubator#7754.

Reviewed By: mbasmanova

Differential Revision: D52106081
@kagamiori
Copy link
Contributor Author

kagamiori commented Dec 19, 2023

Scheduled aggregation fuzzer jobs failed because they incorrectly check out the main branch instead of my branch. Join fuzzer, benchmark, and linux-build failed due to irrelevant errors.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 0f32527.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants