Skip to content

Commit

Permalink
s3tr: Import metrics to results database
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Lauhoff <[email protected]>
  • Loading branch information
Marcel Lauhoff committed Sep 1, 2023
1 parent ab0833d commit 6f3c4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/s3tests/to_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def make_full_results_database(results, pytest_markers, db_path):
group by results.test
""",
)
db["results"].enable_fts(["out", "log_container"])
db["results"].enable_fts(["out", "log_container", "metrics"])
db["results"].create_index(["result"])
db["results_keywords"].create_index(["keyword"])
db["results_keywords"].create_index(["test"])
Expand Down

0 comments on commit 6f3c4b6

Please sign in to comment.