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

CBL-5720 : Enable vector search tests on macOS, linux, and windows #533

Merged
merged 3 commits into from
May 18, 2024

Conversation

pasin
Copy link
Contributor

@pasin pasin commented May 15, 2024

  • Enabled vector search tests on macOS, linux, and Windows.
  • Use Vector Search Build 29.
  • Fixed Android PR Validation on Github Action.
  • Used a newer windows agent that supports AVX2 required by Vector Search Extension.
  • Disabled PQ 12-bits test as the tranining size error was fixed after beta-2.

@pasin pasin force-pushed the CBL-5720 branch 7 times, most recently from ec3837c to ae1812a Compare May 15, 2024 17:29
@cbl-bot
Copy link

cbl-bot commented May 15, 2024

Code Coverage Results:

Branches Functions Instantiations Lines Regions
77.07 93.7 45.67 90.06 85.87

@pasin pasin force-pushed the CBL-5720 branch 21 times, most recently from bcb190b to ffbb2c5 Compare May 16, 2024 20:28
@pasin pasin changed the title WIP CBL-5720 : Enable vector search tests on macOS, linux, and windows May 16, 2024
@pasin pasin requested a review from velicuvlad May 16, 2024 21:17
@@ -25,6 +25,7 @@ jobs:

- name: Setup Android SDK
run: |
java -version
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is for knowing what Java version is used.

@@ -16,7 +16,7 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to explicitly use macos as the latest mac has a new version of Java that doesn't work with android SDK sdkmanager.

* Enabled vector search tests on macOS, linux, and Windows.
* Use Vector Search Build 29.
* Fixed Android PR Validation on Github Action.
@pasin
Copy link
Contributor Author

pasin commented May 16, 2024

The submodule check will be fixed once C has release/3.2 branch.

@pasin pasin merged commit 6872e06 into master May 18, 2024
6 of 7 checks passed
@pasin pasin deleted the CBL-5720 branch May 18, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants