Skip to content

Commit

Permalink
Merge the rest of hsfs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 5, 2024
1 parent 8e7e211 commit 570b0b3
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 150 deletions.
76 changes: 0 additions & 76 deletions hsfs/python/tests/fixtures/backend_fixtures.py

This file was deleted.

25 changes: 0 additions & 25 deletions hsfs/python/tests/fixtures/tag_fixtures.json

This file was deleted.

43 changes: 0 additions & 43 deletions hsfs/python/tests/test_tag.py

This file was deleted.

51 changes: 45 additions & 6 deletions python/tests/fixtures/backend_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,54 @@
FIXTURES_DIR = os.path.dirname(os.path.abspath(__file__))

FIXTURES = [
"tag",
"execution",
"expectation_suite",
"external_feature_group",
"external_feature_group_alias",
"feature",
"feature_descriptive_statistics",
"feature_group",
"feature_group_commit",
"feature_monitoring_config",
"feature_monitoring_result",
"feature_store",
"feature_view",
"filter",
"fs_query",
"ge_expectation",
"ge_validation_result",
"hudi_feature_group_alias",
"inference_batcher",
"inference_endpoint",
"inference_logger",
"ingestion_job",
"inode",
"job",
"join",
"kafka_topic",
"logic",
"model",
"predictor",
"prepared_statement_parameter",
"query",
"resources",
"rondb_server",
"serving_keys",
"serving_prepared_statement",
"spine_group",
"split_statistics",
"statistics",
"statistics_config",
"storage_connector",
"tag",
"training_dataset",
"training_dataset_feature",
"training_dataset_split",
"transformation_function",
"transformation_function_attached",
"transformer",
"predictor",
"kafka_topic",
"inference_logger",
"inference_batcher",
"inference_endpoint",
"user",
"validation_report",
]

backend_fixtures_json = {}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 570b0b3

Please sign in to comment.