mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
Some clean up, completely skip TestErrorIfDangling
This commit is contained in:
@@ -83,12 +83,7 @@ func (gcc *gcCopier) copyTablesToDir(ctx context.Context, tfp tableFilePersister
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// file already exists
|
||||
if exists {
|
||||
// TODO(taylor)
|
||||
// if gcc.writer.ContentLength() != uint64(tfp.ContentLength()) {
|
||||
// return nil, fmt.Errorf("'%s' already exists with different contents.", filename)
|
||||
// }
|
||||
return []tableSpec{
|
||||
{
|
||||
name: addr,
|
||||
|
||||
@@ -319,10 +319,8 @@ func TestPanicOnBadVersion(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestErrorIfDangling(t *testing.T) {
|
||||
t.Skip("WriteValue errors with dangling ref error")
|
||||
vs := newTestValueStore()
|
||||
if vs.Format() == Format_DOLT {
|
||||
t.Skip("WriteValue errors with dangling ref error")
|
||||
}
|
||||
|
||||
r, err := NewRef(Bool(true), vs.Format())
|
||||
require.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user