Test a server-side move if possible, or the backup path if not
(t *testing.T)
| 1907 | |
| 1908 | // Test a server-side move if possible, or the backup path if not |
| 1909 | func TestServerSideMove(t *testing.T) { |
| 1910 | ctx := context.Background() |
| 1911 | r := fstest.NewRun(t) |
| 1912 | testServerSideMove(ctx, t, r, false, false) |
| 1913 | } |
| 1914 | |
| 1915 | // Test a server-side move if possible, or the backup path if not |
| 1916 | func TestServerSideMoveWithFilter(t *testing.T) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…