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

[Search] Fix test resource deployment #29599

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dgetu
Copy link
Member

@dgetu dgetu commented May 7, 2024

Packages impacted by this PR

@azure/search-documents

Issues associated with this PR

Describe the problem that is addressed by this PR

Live test resource deployment hasn't been working correctly. This aims to fix that, enable semantic search for semantic search tests, and allow for easier deployment of test resources.

Designed to be reviewed on a per-commit basis.

Fixes #24531
Fixes #26490
Fixes #27400
Fixes #27669

Checklists

  • Added impacted package name to the issue description

@github-actions github-actions bot added the Search label May 7, 2024
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch 3 times, most recently from 79ded77 to 94cabd6 Compare May 7, 2024 06:25
@dgetu dgetu marked this pull request as ready for review May 7, 2024 07:04
@dgetu dgetu requested a review from a team as a code owner May 7, 2024 07:04
@dgetu
Copy link
Member Author

dgetu commented May 7, 2024

/azp run js - search - tests

Copy link

No pipelines are associated with this pull request.

@dgetu
Copy link
Member Author

dgetu commented May 7, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch from 94cabd6 to 9cfc489 Compare May 7, 2024 07:28
@dgetu
Copy link
Member Author

dgetu commented May 7, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch from 9cfc489 to 2673a9f Compare May 7, 2024 08:28
@dgetu
Copy link
Member Author

dgetu commented May 7, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch from 2673a9f to 186d9ee Compare May 7, 2024 09:37
Copy link
Member

@maorleger maorleger left a comment

Choose a reason for hiding this comment

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

Seems like a good set of changes - I like the move to bicep as well. Skipped over anything that looked like it was already part of another PR assuming it's the same but let me know if that's not the case!

@@ -0,0 +1,8 @@
using './test-resources.bicep'
Copy link
Member

Choose a reason for hiding this comment

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

woah I have not seen this bicepparam file yet - what is it used for?

Copy link
Member Author

Choose a reason for hiding this comment

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

I was having trouble using the New-TestResources.ps1 script, so this file is a template for contributors to use to deploy test resources.

Copy link
Contributor

@jeremymeng jeremymeng left a comment

Choose a reason for hiding this comment

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

LGTM!

@dgetu dgetu mentioned this pull request May 8, 2024
1 task
@dgetu
Copy link
Member Author

dgetu commented May 8, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch 2 times, most recently from 9d10c29 to 225f363 Compare May 9, 2024 06:38
@dgetu
Copy link
Member Author

dgetu commented May 9, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch from 225f363 to 5b99c25 Compare May 9, 2024 08:22
@dgetu
Copy link
Member Author

dgetu commented May 9, 2024

/azp run js - search-documents - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dgetu dgetu force-pushed the search/fix-test-resource-deployment branch from 5b99c25 to 1ced2d5 Compare May 9, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
4 participants