Projects STRLCPY dolt Commits 1c3fcbe5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    go/libraries/doltcore/sqle/enginetest/dolt_engine_test.go
    skipped 972 lines
    973 973   }
    974 974  }
    975 975   
    976  -// TODO: This does not work because `db.chunkStore().(nbs.TableFileStore)`
    977  -// returns not ok in PruneTableFiles
    978  -// func TestDoltGC(t *testing.T) {
    979  -// for _, script := range DoltGC {
    980  -// enginetest.TestScript(t, newDoltHarness(t), script)
    981  -// }
    982  -// }
     976 +func TestDoltGC(t *testing.T) {
     977 + // TODO: This does not work because `db.chunkStore().(nbs.TableFileStore)`
     978 + // returns not ok in PruneTableFiles
     979 + t.Skip()
     980 + for _, script := range DoltGC {
     981 + enginetest.TestScript(t, newDoltHarness(t), script)
     982 + }
     983 +}
    983 984   
    984 985  func TestDoltBranch(t *testing.T) {
    985 986   for _, script := range DoltBranchScripts {
    skipped 721 lines
Please wait...
Page is in error, reload to recover