Skip to content

Commit

Permalink
Make the S3 E2E test a proper cluster test
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Nov 29, 2024
1 parent 514a4ea commit e7fd715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package endtoend
package s3_builtin

import (
"context"
Expand Down
4 changes: 2 additions & 2 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
"RetryMax": 1,
"Tags": []
},
"backup_integration_s3": {
"backup_s3": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/vt/mysqlctl/s3backupstorage/integration", "-timeout", "30m"],
"Args": ["vitess.io/vitess/go/test/endtoend/backup/s3_builtin", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "21",
Expand Down

0 comments on commit e7fd715

Please sign in to comment.