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

Export Map and Directory Fuzz Models #23754

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

anthony-murphy
Copy link
Contributor

This change follows the same pattern used for merge tree to export test only utilities from the map package. The utilities that are exported are the base fuzz testing model for map and directory. Exporting the base model will allow their reuse in other testing contexts. In order to export these models, they have to be put into another file, fuzzUtils.ts, as exporting from a test file (*.spec.ts) results in the test running in that file re-running where anything is imported from it, which is not something we want.

The in-progress PR shows the expected usages of these imports: #23701

@Copilot Copilot bot review requested due to automatic review settings February 3, 2025 17:41
@github-actions github-actions bot added base: main PRs targeted against main branch area: dds Issues related to distributed data structures labels Feb 3, 2025

Choose a reason for hiding this comment

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

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • packages/dds/map/package.json: Language not supported
  • packages/dds/map/src/test/tsconfig.json: Language not supported
@anthony-murphy anthony-murphy enabled auto-merge (squash) February 3, 2025 19:24
@anthony-murphy anthony-murphy merged commit 1e1c258 into microsoft:main Feb 3, 2025
31 checks passed
@anthony-murphy anthony-murphy deleted the expose-map-model branch February 3, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants