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

feat: describe taxonomy #842

Merged
merged 7 commits into from
Mar 11, 2025
Merged

feat: describe taxonomy #842

merged 7 commits into from
Mar 11, 2025

Conversation

MicBun
Copy link
Contributor

@MicBun MicBun commented Mar 10, 2025

Best reviewed after: #841

Description

This pull request introduces significant changes to the taxonomy management system and enhances the query testing framework. The key updates include modifications to the database schema, new actions for handling taxonomies, and additional test setups for composed streams.

Database Schema and Actions:

Testing Enhancements:

  • tests/streams/query/query_test.go: Introduced new constants and a helper function WithComposedQueryTestSetup to set up the test environment for composed streams. Added a new test testAGGR03_ComposedStreamWithWeights to validate the taxonomy definition and its period of validity. [1] [2] [3] [4]

Utility Functions:

Related Problem

resolves: #839

How Has This Been Tested?

Run test for WithComposedQueryTestSetup(testAGGR03_ComposedStreamWithWeights(t))

@MicBun MicBun added the type: feat New feature or request label Mar 10, 2025
@MicBun MicBun self-assigned this Mar 10, 2025
@MicBun MicBun force-pushed the feat/describeTaxonomy branch from 8ce3c08 to 119e728 Compare March 10, 2025 23:40
@MicBun MicBun requested a review from outerlook March 10, 2025 23:40
@MicBun MicBun force-pushed the feat/describeTaxonomy branch from 119e728 to d306725 Compare March 10, 2025 23:47
@MicBun MicBun marked this pull request as ready for review March 10, 2025 23:48
@MicBun MicBun linked an issue Mar 11, 2025 that may be closed by this pull request
@MicBun MicBun requested review from outerlook and removed request for outerlook March 11, 2025 11:24
@outerlook outerlook merged commit 39e11a4 into refactor/node-2.0 Mar 11, 2025
3 of 5 checks passed
Copy link

@outerlook
⚠️⚠️⚠️
You must submit the time spent on this PR.
⚠️⚠️⚠️

@outerlook outerlook deleted the feat/describeTaxonomy branch March 11, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem: can't describe composed stream taxonomies
2 participants