Skip to content

Instantly share code, notes, and snippets.

@viveksinghggits
Created September 9, 2020 09:00
Show Gist options
  • Save viveksinghggits/e2f32051f57f16c2bb02303404fbc559 to your computer and use it in GitHub Desktop.
Save viveksinghggits/e2f32051f57f16c2bb02303404fbc559 to your computer and use it in GitHub Desktop.
» make openshift-test ocp_version=4.4 vivek@workmachine
Running integration tests:
~/work/open-source/kanister/pkg/testing ~/work/open-source/kanister
=== RUN Test
INFO[2020-09-09T14:21:57.75353868+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=mysqldc testName=MysqlDBDepConfig4_4.TestRun
INFO[2020-09-09T14:21:57.757449443+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=postgresdepconf testName=PostgreSQLDepConfig4_4.TestRun
INFO[2020-09-09T14:21:57.760207261+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=mongodb testName=MongoDBDepConfig4_4.TestRun
INFO[2020-09-09T14:22:02.7134692+05:30] Waiting for application to be ready. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=191 app=mongodeploymentconfig
INFO[2020-09-09T14:22:02.758837127+05:30] Waiting for application to be ready. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=191 app=mysqldeploymentconfig
INFO[2020-09-09T14:22:03.106958196+05:30] Waiting for application to be ready. File=pkg/app/postgresql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*PostgreSQLDepConfig).IsReady" Line=117 app=postgresdepconf
INFO[2020-09-09T14:22:19.579983192+05:30] Application is ready File=pkg/app/postgresql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*PostgreSQLDepConfig).IsReady" Line=126 app=postgresdepconf
INFO[2020-09-09T14:22:19.950052908+05:30] Added blueprint postgres-bp-hs5ps File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:22:23.280069588+05:30] Connected to database. File=pkg/testing/integration_test.go Function=github.com/kanisterio/kanister/pkg/testing.pingAppAndWait.func1 Line=439 app=postgresdepconf
INFO[2020-09-09T14:22:34.523166461+05:30] Database reset successful! File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=209 app=postgresdepconf
INFO[2020-09-09T14:22:37.666046931+05:30] Inserted a row in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=214 app=postgresdepconf
INFO[2020-09-09T14:22:40.699546497+05:30] Inserted a row in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=214 app=postgresdepconf
INFO[2020-09-09T14:22:43.587068049+05:30] Inserted a row in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=214 app=postgresdepconf
INFO[2020-09-09T14:22:46.028978054+05:30] Counting rows in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=217 app=postgresdepconf count=3
INFO[2020-09-09T14:22:47.488245847+05:30] Executing action backup ActionSet=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:22:49.41282747+05:30] Created actionset and started executing actions ActionSet=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-q85rt
INFO[2020-09-09T14:22:49.412930479+05:30] Updated ActionSet Actionset=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:22:49.413012254+05:30] Updated ActionSet Actionset=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="pgDump->pending" Status=running
INFO[2020-09-09T14:22:49.412959564+05:30] Executing phase pgDump ActionSet=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pgDump
INFO[2020-09-09T14:23:10.363071854+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="###Phase-output###: {\"key\":\"backupLocation\",\"value\":\"pg_backups/postgresdepconf4-4-test/postgresql/2020-09-09T14:22:48+05:30/backup.sql.gz\"}"
INFO[2020-09-09T14:23:11.29668003+05:30] Application is ready File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).IsReady" Line=105 application=mysqldeploymentconfig
INFO[2020-09-09T14:23:11.542238872+05:30] Completed phase pgDump ActionSet=test-actionset-q85rt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pgDump
INFO[2020-09-09T14:23:11.763164383+05:30] Pinging the application File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Ping" Line=123 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:11.763661067+05:30] Added blueprint mysql-dep-config-blueprint-24ppg File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:23:12.465170122+05:30] Updated ActionSet 'test-actionset-q85rt' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:23:14.934079559+05:30] Ping to the application was successful. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Ping" Line=130
INFO[2020-09-09T14:23:14.934256952+05:30] Resetting the mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Reset" Line=167 app=mysql
INFO[2020-09-09T14:23:21.353730966+05:30] Application is ready File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).IsReady" Line=102 application=mongodeploymentconfig
INFO[2020-09-09T14:23:21.81560107+05:30] Added blueprint mongodb-blueprint-582f2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:23:21.81931924+05:30] Pinging the application File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Ping" Line=120 app=mongodeploymentconfig
INFO[2020-09-09T14:23:22.458806604+05:30] Reset of the application was successful. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Reset" Line=183 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:22.458976679+05:30] Inserting some records in mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=135 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:25.723699213+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"rs.slaveOk(); db\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:25.723834662+05:30] Ping to the application was successful. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Ping" Line=127
INFO[2020-09-09T14:23:25.723906919+05:30] Resetting the application. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Reset" Line=161 app=mongodeploymentconfig
INFO[2020-09-09T14:23:25.739624489+05:30] Successfully inserted record in the application. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=143 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:25.739745484+05:30] Inserting some records in mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=135 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:28.950796752+05:30] Successfully inserted record in the application. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=143 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:28.950940937+05:30] Inserting some records in mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=135 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:29.039660815+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"db.restaurants.drop()\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:29.039806178+05:30] Inserting documents into collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=132 app=mongodeploymentconfig
INFO[2020-09-09T14:23:31.251338246+05:30] Database reset successful! File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=259 app=postgresdepconf
INFO[2020-09-09T14:23:32.958554298+05:30] Successfully inserted record in the application. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Insert" Line=143 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:32.958772232+05:30] Counting the records from the mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=148 app=mysqldeploymentconfig
INFO[2020-09-09T14:23:33.515648553+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"db.restaurants.insert({'_id': 'b7160b71-c3b0-4507-91e8-93ebbc75e755','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:33.515866761+05:30] Insertion of documents into collection was successful. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=139 app=mongodeploymentconfig
INFO[2020-09-09T14:23:33.515988109+05:30] Inserting documents into collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=132 app=mongodeploymentconfig
INFO[2020-09-09T14:23:34.77986172+05:30] Counting rows in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=262 app=postgresdepconf count=0
INFO[2020-09-09T14:23:36.330763267+05:30] Count that we received from application is. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=162 app=mysqldeploymentconfig count=3
INFO[2020-09-09T14:23:37.064041116+05:30] Executing action restore ActionSet=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:23:37.321439676+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"db.restaurants.insert({'_id': '887d50fb-2fda-4aec-903d-652f294e1bd5','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:37.321694127+05:30] Insertion of documents into collection was successful. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=139 app=mongodeploymentconfig
INFO[2020-09-09T14:23:37.321820325+05:30] Inserting documents into collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=132 app=mongodeploymentconfig
INFO[2020-09-09T14:23:38.763713371+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-q85rt-v7f8r
INFO[2020-09-09T14:23:38.763895472+05:30] Executing phase pgRestore ActionSet=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pgRestore
INFO[2020-09-09T14:23:40.573138502+05:30] Executing action backup ActionSet=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:23:40.633279337+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"db.restaurants.insert({'_id': '9c73d71f-eb47-49e1-b14a-47ce9cc852a7','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:40.633543409+05:30] Insertion of documents into collection was successful. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Insert" Line=139 app=mongodeploymentconfig
INFO[2020-09-09T14:23:40.633634368+05:30] Counting documents of collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=144 app=mongodeploymentconfig
INFO[2020-09-09T14:23:43.032588385+05:30] Created actionset and started executing actions ActionSet=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-5plbl
INFO[2020-09-09T14:23:43.032791944+05:30] Updated ActionSet Actionset=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:23:43.032803757+05:30] Executing phase dumpToObjectStore ActionSet=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=dumpToObjectStore
INFO[2020-09-09T14:23:43.033003985+05:30] Updated ActionSet Actionset=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="pgRestore->pending" Status=running
INFO[2020-09-09T14:23:43.033208693+05:30] Updated ActionSet Actionset=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:23:43.033448974+05:30] Updated ActionSet Actionset=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="dumpToObjectStore->pending" Status=running
INFO[2020-09-09T14:23:44.306037652+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"rs.slaveOk(); db.restaurants.count()\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:23:44.306468722+05:30] Count that we are returning from count method is. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=156 app=mongodb count=3
INFO[2020-09-09T14:23:45.747036148+05:30] Executing action backup ActionSet=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:23:46.038863375+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="ERROR: current user cannot be dropped"
INFO[2020-09-09T14:23:46.043215194+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="ERROR: role \"postgres\" already exists"
INFO[2020-09-09T14:23:46.044187674+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.044318519+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.044415406+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:46.429424444+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.42949835+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.429548177+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:46.44334093+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.443452235+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.443521007+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:46.453712088+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.453839652+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.453919469+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:46.857859759+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.857973561+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.858047425+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:46.866609412+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:46.866710133+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:46.866912106+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:47.225825793+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:47.225864135+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:47.225877932+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:47.234815474+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:47.235557256+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:47.23559028+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:47.456281106+05:30] Created actionset and started executing actions ActionSet=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-wbzc9
INFO[2020-09-09T14:23:47.456460656+05:30] Executing phase mongoDump ActionSet=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=mongoDump
INFO[2020-09-09T14:23:47.456543593+05:30] Updated ActionSet Actionset=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:23:47.456743451+05:30] Updated ActionSet Actionset=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="mongoDump->pending" Status=running
INFO[2020-09-09T14:23:47.554480301+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=set_config
INFO[2020-09-09T14:23:47.554572376+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:23:47.554635485+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:47.579772798+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=setval
INFO[2020-09-09T14:23:47.579867627+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=--------
INFO[2020-09-09T14:23:47.579922989+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=3
INFO[2020-09-09T14:23:47.579965641+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="(1 row)"
INFO[2020-09-09T14:23:49.450563889+05:30] Completed phase pgRestore ActionSet=restore-test-actionset-q85rt-v7f8r File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pgRestore
INFO[2020-09-09T14:23:49.924642792+05:30] Updated ActionSet 'restore-test-actionset-q85rt-v7f8r' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:23:54.473673395+05:30] Connected to database. File=pkg/testing/integration_test.go Function=github.com/kanisterio/kanister/pkg/testing.pingAppAndWait.func1 Line=439 app=postgresdepconf
INFO[2020-09-09T14:23:57.195405407+05:30] Counting rows in test db. File=pkg/testing/integration_test.go Function="github.com/kanisterio/kanister/pkg/testing.(*IntegrationSuite).TestRun" Line=278 app=postgresdepconf count=3
INFO[2020-09-09T14:23:59.198408181+05:30] Executing action delete ActionSet=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:24:00.372033138+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-q85rt-zp5zw
INFO[2020-09-09T14:24:00.372271401+05:30] Executing phase deleteDump ActionSet=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteDump
INFO[2020-09-09T14:24:00.372367294+05:30] Updated ActionSet Actionset=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:24:00.372606126+05:30] Updated ActionSet Actionset=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="deleteDump->pending" Status=running
INFO[2020-09-09T14:24:07.253183762+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="mongodump --gzip --archive --host mongodb.mongodb4-4-test.svc.cluster.local -u admin -p secretpassword"
INFO[2020-09-09T14:24:07.25664699+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.550+0000\twriting admin.system.users to archive on stdout"
INFO[2020-09-09T14:24:07.256701232+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.560+0000\tdone dumping admin.system.users (2 documents)"
INFO[2020-09-09T14:24:07.25672393+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.560+0000\twriting admin.system.version to archive on stdout"
INFO[2020-09-09T14:24:07.25674949+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.564+0000\tdone dumping admin.system.version (2 documents)"
INFO[2020-09-09T14:24:07.256776166+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.564+0000\twriting admin.restaurants to archive on stdout"
INFO[2020-09-09T14:24:07.256793702+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:02.595+0000\tdone dumping admin.restaurants (3 documents)"
INFO[2020-09-09T14:24:08.132956326+05:30] Completed phase mongoDump ActionSet=test-actionset-wbzc9 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=mongoDump
INFO[2020-09-09T14:24:08.613399096+05:30] Updated ActionSet 'test-actionset-wbzc9' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:24:10.253681162+05:30] Resetting the application. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Reset" Line=161 app=mongodeploymentconfig
INFO[2020-09-09T14:24:11.403945724+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="mysqldump: [Warning] Using a password on the command line interface can be insecure."
INFO[2020-09-09T14:24:11.404024266+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="###Phase-output###: {\"key\":\"s3path\",\"value\":\"/mysql-backups/mysqldc4-4-test/mysql/2020-09-09T14-23-41/dump.sql.gz\"}"
INFO[2020-09-09T14:24:11.713051737+05:30] Completed phase deleteDump ActionSet=delete-test-actionset-q85rt-zp5zw File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteDump
INFO[2020-09-09T14:24:12.182398031+05:30] Completed phase dumpToObjectStore ActionSet=test-actionset-5plbl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=dumpToObjectStore
INFO[2020-09-09T14:24:12.189762793+05:30] Updated ActionSet 'delete-test-actionset-q85rt-zp5zw' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:24:12.657770706+05:30] Updated ActionSet 'test-actionset-5plbl' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:24:13.253758066+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"db.restaurants.drop()\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:24:13.253982513+05:30] Counting documents of collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=144 app=mongodeploymentconfig
INFO[2020-09-09T14:24:13.796748627+05:30] Resetting the mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Reset" Line=167 app=mysql
INFO[2020-09-09T14:24:16.224549552+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"rs.slaveOk(); db.restaurants.count()\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:24:16.22482494+05:30] Count that we are returning from count method is. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=156 app=mongodb count=0
INFO[2020-09-09T14:24:17.883717172+05:30] Executing action restore ActionSet=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:24:18.829647029+05:30] Reset of the application was successful. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Reset" Line=183 app=mysqldeploymentconfig
INFO[2020-09-09T14:24:18.829756308+05:30] Counting the records from the mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=148 app=mysqldeploymentconfig
INFO[2020-09-09T14:24:19.542933693+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-wbzc9-tw5k5
INFO[2020-09-09T14:24:19.543030687+05:30] Executing phase pullFromBlobStore ActionSet=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pullFromBlobStore
INFO[2020-09-09T14:24:19.543032857+05:30] Updated ActionSet Actionset=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:24:19.543191672+05:30] Updated ActionSet Actionset=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="pullFromBlobStore->pending" Status=running
INFO[2020-09-09T14:24:21.561547478+05:30] Count that we received from application is. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=162 app=mysqldeploymentconfig count=0
INFO[2020-09-09T14:24:23.217104757+05:30] Executing action restore ActionSet=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:24:24.980607498+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-5plbl-s8gb8
INFO[2020-09-09T14:24:24.980709864+05:30] Executing phase restoreFromBlobStore ActionSet=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=restoreFromBlobStore
INFO[2020-09-09T14:24:24.980970681+05:30] Updated ActionSet Actionset=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:24:24.981169969+05:30] Updated ActionSet Actionset=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="restoreFromBlobStore->pending" Status=running
INFO[2020-09-09T14:24:32.234711873+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.103+0000\tpreparing collections to restore from"
INFO[2020-09-09T14:24:32.282125215+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.154+0000\treading metadata for admin.restaurants from archive on stdin"
INFO[2020-09-09T14:24:32.305918971+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.174+0000\trestoring admin.restaurants from archive on stdin"
INFO[2020-09-09T14:24:32.350136347+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.188+0000\tno indexes to restore"
INFO[2020-09-09T14:24:32.35047687+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.188+0000\tfinished restoring admin.restaurants (3 documents)"
INFO[2020-09-09T14:24:32.350584373+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.188+0000\trestoring users from archive on stdin"
INFO[2020-09-09T14:24:32.385122618+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T08:54:32.258+0000\tdone"
INFO[2020-09-09T14:24:34.621822052+05:30] Completed phase pullFromBlobStore ActionSet=restore-test-actionset-wbzc9-tw5k5 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pullFromBlobStore
INFO[2020-09-09T14:24:35.105922638+05:30] Updated ActionSet 'restore-test-actionset-wbzc9-tw5k5' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:24:41.726510995+05:30] Pinging the application File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Ping" Line=120 app=mongodeploymentconfig
INFO[2020-09-09T14:24:45.939216315+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"rs.slaveOk(); db\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:24:45.939470438+05:30] Ping to the application was successful. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Ping" Line=127
INFO[2020-09-09T14:24:45.939573521+05:30] Counting documents of collection. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=144 app=mongodeploymentconfig
INFO[2020-09-09T14:24:49.507774223+05:30] Executing the command in pod and contianer File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).execCommand" Line=176 cmd="[bash -c mongo admin --authenticationDatabase admin -u admin -p $MONGODB_ADMIN_PASSWORD --quiet --eval \"rs.slaveOk(); db.restaurants.count()\"]" container=mongodb pod=mongodb-1-ck67r
INFO[2020-09-09T14:24:49.507968948+05:30] Count that we are returning from count method is. File=pkg/app/mongodb-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MongoDBDepConfig).Count" Line=156 app=mongodb count=3
INFO[2020-09-09T14:24:50.936482151+05:30] Executing action delete ActionSet=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:24:52.701893523+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-wbzc9-bdwkl
INFO[2020-09-09T14:24:52.702100977+05:30] Executing phase deleteFromBlobStore ActionSet=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteFromBlobStore
INFO[2020-09-09T14:24:52.702208273+05:30] Updated ActionSet Actionset=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:24:52.702433893+05:30] Updated ActionSet Actionset=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="deleteFromBlobStore->pending" Status=running
INFO[2020-09-09T14:25:05.346651928+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="mysql: [Warning] Using a password on the command line interface can be insecure."
INFO[2020-09-09T14:25:05.801664905+05:30] Completed phase deleteFromBlobStore ActionSet=delete-test-actionset-wbzc9-bdwkl File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteFromBlobStore
INFO[2020-09-09T14:25:06.254189315+05:30] Completed phase restoreFromBlobStore ActionSet=restore-test-actionset-5plbl-s8gb8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=restoreFromBlobStore
INFO[2020-09-09T14:25:06.281524632+05:30] Updated ActionSet 'delete-test-actionset-wbzc9-bdwkl' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:25:06.729519526+05:30] Updated ActionSet 'restore-test-actionset-5plbl-s8gb8' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:25:07.616032324+05:30] Pinging the application File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Ping" Line=123 app=mysqldeploymentconfig
INFO[2020-09-09T14:25:10.331947958+05:30] Ping to the application was successful. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Ping" Line=130
INFO[2020-09-09T14:25:10.332138214+05:30] Counting the records from the mysql instance. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=148 app=mysqldeploymentconfig
INFO[2020-09-09T14:25:13.019211982+05:30] Count that we received from application is. File=pkg/app/mysql-deploymentconfig.go Function="github.com/kanisterio/kanister/pkg/app.(*MysqlDepConfig).Count" Line=162 app=mysqldeploymentconfig count=3
INFO[2020-09-09T14:25:14.471761057+05:30] Executing action delete ActionSet=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:25:15.650091349+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-5plbl-9mvm8
INFO[2020-09-09T14:25:15.65042009+05:30] Executing phase deleteFromBlobStore ActionSet=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteFromBlobStore
INFO[2020-09-09T14:25:15.650500182+05:30] Updated ActionSet Actionset=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:25:15.650906839+05:30] Updated ActionSet Actionset=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=234 Phase="deleteFromBlobStore->pending" Status=running
INFO[2020-09-09T14:25:22.414279489+05:30] Completed phase deleteFromBlobStore ActionSet=delete-test-actionset-5plbl-9mvm8 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteFromBlobStore
INFO[2020-09-09T14:25:22.890080101+05:30] Updated ActionSet 'delete-test-actionset-5plbl-9mvm8' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
OK: 3 passed
--- PASS: Test (266.09s)
PASS
ok github.com/kanisterio/kanister/pkg/testing 266.113s
~/work/open-source/kanister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment