-
[OPIK-4632] find_experiments dataset_deleted Parameter Validation Error (#5676)
发布于
2026-03-16 15:03:16 +00:00 - [OPIK-4632] Allow nullable
datasetNamefor public read views inExperimentrecord code
- Updated
datasetNameto support nullability in public read views using@Schema(nullable = true, requiredMode = Schema.RequiredMode.NOT_REQUIRED). - Ensures compatibility with Python SDK when associated datasets are deleted.
- [OPIK-4722] Add enrichment tests for
ExperimentService
- Added tests for
ExperimentServiceto validate dataset name enrichment logic when the dataset is deleted or exists.
-
[OPIK-4722] Removed tests to solve merge conflicts
-
[OPIK-4632] Reinstalled tests back after merge.
-
[OPIK-4632] Fixed formatting issues in ExperimentServiceTest
-
[OPIK-4632] Fixed flaky test that dependent on the order of returned items.
- Replaced the three index-dependent assertions with two
anySatisfyblocks that verify each assertion result by name and expected values, regardless of the order returned by ClickHouse'sgroupUniqArray.
下载附件
- [OPIK-4632] Allow nullable