dolthub / dolthub/dolt

Support `dolt_test_run()` on arbitrary refs

Open
#10,045 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
24.4k
Forks
873
Avg merge
1d 5h
Merged PRs (30d)
108

Description

It would be useful if you could call `dolt_test_run()` on an arbitrary ref. This would allow you to run tests on branches other than the one currently checked out. Also, if you could run tests on any commit, you'd effectively be able to query for historical test run data.

For instance:
```sql
SELECT * FROM DOLT_TEST_RUN() AS OF 'some_other_ref'

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.