Skip to content

Commit

Permalink
Revert "skip tests"
Browse files Browse the repository at this point in the history
This reverts commit d004ec2.
  • Loading branch information
sethsaperstein-lyft committed May 3, 2023
1 parent cdc027b commit d2cfc6d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions integ/blue_green_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func WaitForUpdate(c *C, s *IntegSuite, name string, updateFn func(app *v1beta1.FlinkApplication), phase v1beta1.FlinkApplicationPhase, failurePhase v1beta1.FlinkApplicationPhase) *v1beta1.FlinkApplication {
c.Skip("local")

// update with new image.
app, err := s.Util.Update(name, updateFn)
Expand All @@ -34,8 +33,6 @@ func WaitForUpdate(c *C, s *IntegSuite, name string, updateFn func(app *v1beta1.
}

func (s *IntegSuite) TestUpdateWithBlueGreenDeploymentMode(c *C) {
c.Skip("local")

log.Info("Starting test TestUpdateWithBlueGreenDeploymentMode")

testName := "bluegreenupdate"
Expand Down
2 changes: 0 additions & 2 deletions integ/checkpoint_failure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func (s *IntegSuite) TestJobWithTaskFailures(c *C) {

// Tests that we correctly handle updating a job with a checkpoint timeout
func (s *IntegSuite) TestCheckpointTimeout(c *C) {
c.Skip("local")
log.Info("Starting test TestCheckpointTimeout")

failingJobTest(s, c, "checkpointtimeout", func() {
Expand All @@ -89,7 +88,6 @@ func (s *IntegSuite) TestCheckpointTimeout(c *C) {
}

func (s *IntegSuite) TestSavepointCheckpointFailureFallback(c *C) {
c.Skip("local")
log.Info("Starting test TestSavepointCheckpointFailureFallback")
// create a Flink app
testName := "recoveryfallback"
Expand Down
6 changes: 0 additions & 6 deletions integ/job_cancellation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func WaitUpdateAndValidate(c *C, s *IntegSuite, name string, updateFn func(app *

// tests the workflow of job cancellation without savepoint
func (s *IntegSuite) TestJobCancellationWithoutSavepoint(c *C) {
c.Skip("local")

log.Info("Starting test TestJobCancellationWithoutSavepoint")
testName := "cancelsuccess"
const finalizer = "simple.finalizers.test.com"
Expand Down Expand Up @@ -139,8 +137,6 @@ func (s *IntegSuite) TestJobCancellationWithoutSavepoint(c *C) {
// tests a job update with the existing job already in cancelled state.
// here, the new submitted job starts without a savepoint.
func (s *IntegSuite) TestCancelledJobWithoutSavepoint(c *C) {
c.Skip("local")

log.Info("Starting test TestCancelledJobWithoutSavepoint")

testName := "invalidcancel"
Expand Down Expand Up @@ -217,8 +213,6 @@ func (s *IntegSuite) TestCancelledJobWithoutSavepoint(c *C) {

// tests the recovery workflow of the job when savepoint is disabled.
func (s *IntegSuite) TestJobRecoveryWithoutSavepoint(c *C) {
c.Skip("local")

log.Info("Starting test TestJobRecoveryWithoutSavepoint")

const finalizer = "simple.finalizers.test.com"
Expand Down
4 changes: 0 additions & 4 deletions integ/simple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ func updateAndValidate(c *C, s *IntegSuite, name string, updateFn func(app *v1be

// Tests job submission, upgrade, rollback, and deletion
func (s *IntegSuite) TestSimple(c *C) {
c.Skip("local")

log.Info("Starting test TestSimple")

const finalizer = "simple.finalizers.test.com"
Expand Down Expand Up @@ -268,8 +266,6 @@ func (s *IntegSuite) TestSimple(c *C) {
}

func (s *IntegSuite) TestRecovery(c *C) {
c.Skip("local")

log.Info("Starting test TestRecovery")

config, err := s.Util.ReadFlinkApplication("test_app.yaml")
Expand Down

0 comments on commit d2cfc6d

Please sign in to comment.