Skip to content

Instantly share code, notes, and snippets.

@viveksinghggits
Created September 9, 2020 09:18
Show Gist options
  • Save viveksinghggits/d5a013590d2d8be32ae5548197215a91 to your computer and use it in GitHub Desktop.
Save viveksinghggits/d5a013590d2d8be32ae5548197215a91 to your computer and use it in GitHub Desktop.
» make openshift-test ocp_version=3.11 vivek@workmachine
Running integration tests:
~/work/open-source/kanister/pkg/testing ~/work/open-source/kanister
=== RUN Test
INFO[2020-09-09T14:31:41.578686967+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=mysqldc testName=MysqlDBDepConfig.TestRun
INFO[2020-09-09T14:31:41.578688117+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=postgresdepconf testName=PostgreSQLDepConfig.TestRun
INFO[2020-09-09T14:31:41.582103259+05:30] Running e2e integration test. File=reflect/value.go Function=reflect.Value.call Line=460 app=mongodb testName=MongoDBDepConfig.TestRun
INFO[2020-09-09T14:31:57.54182371+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:31:57.652170838+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:31:57.832263568+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:32:23.723271027+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:32:23.724323048+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:32:24.117190558+05:30] Added blueprint postgres-bp-shcs2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:32:24.117710621+05:30] Added blueprint mongodb-blueprint-vst4w File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:32:24.118000281+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:32:27.81990946+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:32:27.840229754+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-thtjj
INFO[2020-09-09T14:32:27.840366911+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:32:27.840440368+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:32:30.895671541+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-thtjj
INFO[2020-09-09T14:32:30.89585952+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:32:33.378707358+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:32:33.649896535+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:32:33.650184455+05:30] Added blueprint mysql-dep-config-blueprint-rg9lt File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddBlueprint" Line=212
INFO[2020-09-09T14:32:33.864301583+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': '238f9277-9a71-44c1-b663-bb0f6e72f39c','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-thtjj
INFO[2020-09-09T14:32:33.864527+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:32:33.864643488+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:32:36.603971843+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:32:36.604134632+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:32:36.816778766+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': 'fd91c54e-259b-4f70-8a6c-4ed6a73790e7','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-thtjj
INFO[2020-09-09T14:32:36.816971903+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:32:36.817060515+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:32:37.05363897+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:32:39.777032265+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': '86fe4986-0f87-43e2-9d4d-faa2c2f567f3','name' : 'Tom', 'cuisine' : 'Hawaiian', 'id' : '8675309'})\"]" container=mongodb pod=mongodb-1-thtjj
INFO[2020-09-09T14:32:39.777281905+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:32:39.777395898+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:32:39.98631883+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:32:42.607066106+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:32:42.60713492+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:32:42.898879079+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-thtjj
INFO[2020-09-09T14:32:42.899084324+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:32:43.103027492+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:32:44.466559299+05:30] Executing action backup ActionSet=test-actionset-9ns9n File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:32:45.577431713+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:32:45.577588523+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:32:46.129059949+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:32:46.293914335+05:30] Created actionset and started executing actions ActionSet=test-actionset-9ns9n File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-9ns9n
INFO[2020-09-09T14:32:46.293988916+05:30] Executing phase mongoDump ActionSet=test-actionset-9ns9n File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=mongoDump
INFO[2020-09-09T14:32:46.294138713+05:30] Updated ActionSet Actionset=test-actionset-9ns9n File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:32:46.294284808+05:30] Updated ActionSet Actionset=test-actionset-9ns9n 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:32:48.509884124+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:32:48.510014295+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:32:49.123162806+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:32:50.697959511+05:30] Executing action backup ActionSet=test-actionset-h6wcz File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:32:51.510268051+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:32:51.510440874+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:32:52.552921057+05:30] Created actionset and started executing actions ActionSet=test-actionset-h6wcz File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-h6wcz
INFO[2020-09-09T14:32:52.553070751+05:30] Executing phase pgDump ActionSet=test-actionset-h6wcz File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pgDump
INFO[2020-09-09T14:32:52.553145444+05:30] Updated ActionSet Actionset=test-actionset-h6wcz File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:32:52.553270575+05:30] Updated ActionSet Actionset=test-actionset-h6wcz 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:32:53.424335217+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="mongodump --gzip --archive --host mongodb.mongodb-test.svc.cluster.local -u admin -p secretpassword"
INFO[2020-09-09T14:32:53.424489226+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.672+0000\twriting admin.system.users to archive on stdout"
INFO[2020-09-09T14:32:53.424568562+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.675+0000\tdone dumping admin.system.users (2 documents)"
INFO[2020-09-09T14:32:53.424637875+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.675+0000\twriting admin.system.version to archive on stdout"
INFO[2020-09-09T14:32:53.424703269+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.677+0000\tdone dumping admin.system.version (1 document)"
INFO[2020-09-09T14:32:53.424762011+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.677+0000\twriting admin.restaurants to archive on stdout"
INFO[2020-09-09T14:32:53.424823263+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:01:38.696+0000\tdone dumping admin.restaurants (3 documents)"
INFO[2020-09-09T14:32:54.211866696+05:30] Completed phase mongoDump ActionSet=test-actionset-9ns9n File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=mongoDump
INFO[2020-09-09T14:32:54.47328761+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:32:56.062095008+05:30] Executing action backup ActionSet=test-actionset-5ff4b File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:32:57.88260602+05:30] Created actionset and started executing actions ActionSet=test-actionset-5ff4b File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=test-actionset-5ff4b
INFO[2020-09-09T14:32:57.882713726+05:30] Executing phase dumpToObjectStore ActionSet=test-actionset-5ff4b File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=dumpToObjectStore
INFO[2020-09-09T14:32:57.882944461+05:30] Updated ActionSet 'test-actionset-9ns9n' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:32:57.883161458+05:30] Updated ActionSet Actionset=test-actionset-5ff4b File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:32:57.883335638+05:30] Updated ActionSet Actionset=test-actionset-5ff4b 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:32:58.169110156+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:32:59.610912421+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/postgresdepconf-test/postgresql/2020-09-09T14:32:51+05:30/backup.sql.gz\"}"
INFO[2020-09-09T14:33:00.402416572+05:30] Completed phase pgDump ActionSet=test-actionset-h6wcz File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pgDump
INFO[2020-09-09T14:33:00.936347171+05:30] Updated ActionSet 'test-actionset-h6wcz' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:01.095743859+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-thtjj
INFO[2020-09-09T14:33:01.095897781+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:33:04.022447987+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-thtjj
INFO[2020-09-09T14:33:04.02261514+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:33:04.949803461+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:33:04.949961144+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/mysqldc-test/mysql/2020-09-09T14-32-56/dump.sql.gz\"}"
INFO[2020-09-09T14:33:05.853122712+05:30] Executing action restore ActionSet=restore-test-actionset-9ns9n-fsctr File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:06.557031776+05:30] Completed phase dumpToObjectStore ActionSet=test-actionset-5ff4b File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=dumpToObjectStore
INFO[2020-09-09T14:33:07.673317732+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-9ns9n-fsctr File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-9ns9n-fsctr
INFO[2020-09-09T14:33:07.673415355+05:30] Updated ActionSet Actionset=restore-test-actionset-9ns9n-fsctr File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:07.673460401+05:30] Updated ActionSet Actionset=restore-test-actionset-9ns9n-fsctr 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:33:07.673417739+05:30] Executing phase pullFromBlobStore ActionSet=restore-test-actionset-9ns9n-fsctr File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pullFromBlobStore
INFO[2020-09-09T14:33:07.673682731+05:30] Updated ActionSet 'test-actionset-5ff4b' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:09.526075511+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:33:13.698699477+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:33:14.825839001+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.874+0000\tpreparing collections to restore from"
INFO[2020-09-09T14:33:14.857412777+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.904+0000\treading metadata for admin.restaurants from archive on stdin"
INFO[2020-09-09T14:33:14.857664669+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.912+0000\trestoring admin.restaurants from archive on stdin"
INFO[2020-09-09T14:33:14.879531284+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.917+0000\tno indexes to restore"
INFO[2020-09-09T14:33:14.87961045+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.917+0000\tfinished restoring admin.restaurants (3 documents)"
INFO[2020-09-09T14:33:14.879859624+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.917+0000\trestoring users from archive on stdin"
INFO[2020-09-09T14:33:14.905356913+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out="2020-09-09T09:02:02.937+0000\tdone"
INFO[2020-09-09T14:33:15.358831901+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:33:15.358944803+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:33:16.640284764+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:33:18.268567369+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:33:18.481344482+05:30] Executing action restore ActionSet=restore-test-actionset-h6wcz-m6nb2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:20.298561302+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-h6wcz-m6nb2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-h6wcz-m6nb2
INFO[2020-09-09T14:33:20.298733085+05:30] Executing phase pgRestore ActionSet=restore-test-actionset-h6wcz-m6nb2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=pgRestore
INFO[2020-09-09T14:33:20.298820973+05:30] Updated ActionSet Actionset=restore-test-actionset-h6wcz-m6nb2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:20.298954865+05:30] Updated ActionSet Actionset=restore-test-actionset-h6wcz-m6nb2 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:33:20.680278486+05:30] Completed phase pullFromBlobStore ActionSet=restore-test-actionset-9ns9n-fsctr File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pullFromBlobStore
INFO[2020-09-09T14:33:21.602391594+05:30] Executing action restore ActionSet=restore-test-actionset-5ff4b-j6s46 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:23.535074658+05:30] Created actionset and started executing actions ActionSet=restore-test-actionset-5ff4b-j6s46 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=restore-test-actionset-5ff4b-j6s46
INFO[2020-09-09T14:33:23.535245857+05:30] Executing phase restoreFromBlobStore ActionSet=restore-test-actionset-5ff4b-j6s46 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=restoreFromBlobStore
INFO[2020-09-09T14:33:23.535349661+05:30] Updated ActionSet Actionset=restore-test-actionset-5ff4b-j6s46 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:23.535747841+05:30] Updated ActionSet 'restore-test-actionset-9ns9n-fsctr' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:23.536370508+05:30] Updated ActionSet Actionset=restore-test-actionset-5ff4b-j6s46 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:33:27.612797049+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:33:27.616509301+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:33:27.624255456+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:33:27.624704215+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:27.624733706+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:33:27.986500787+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:33:27.989702267+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:27.989773717+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:33:27.997809713+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:33:27.997892053+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:27.997932407+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:33:28.001785574+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:33:28.001876855+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.001937214+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:33:28.363825056+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:33:28.363933358+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.363988179+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:33:28.364039167+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:33:28.3640836+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.364130975+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:33:28.611653941+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:33:28.611754567+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.611882265+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:33:28.611940837+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:33:28.611984728+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.612030316+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:33:28.854165105+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:33:28.85429945+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=------------
INFO[2020-09-09T14:33:28.854739513+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:33:28.861978972+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=setval
INFO[2020-09-09T14:33:28.862078899+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=--------
INFO[2020-09-09T14:33:28.86213244+05:30] File=pkg/output/stream.go Function=github.com/kanisterio/kanister/pkg/output.splitLines Line=46 Pod_Out=3
INFO[2020-09-09T14:33:28.862177087+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:33:29.586413077+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:33:30.58189974+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:33:32.567362861+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-thtjj
INFO[2020-09-09T14:33:32.567543055+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:33:32.567694611+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:33:34.657084481+05:30] Completed phase pgRestore ActionSet=restore-test-actionset-h6wcz-m6nb2 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=pgRestore
INFO[2020-09-09T14:33:35.180849106+05:30] Updated ActionSet 'restore-test-actionset-h6wcz-m6nb2' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:35.571894938+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-thtjj
INFO[2020-09-09T14:33:35.571940467+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:33:36.38115548+05:30] Completed phase restoreFromBlobStore ActionSet=restore-test-actionset-5ff4b-j6s46 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=restoreFromBlobStore
INFO[2020-09-09T14:33:37.200002201+05:30] Executing action delete ActionSet=delete-test-actionset-9ns9n-8kh9k File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:38.494589208+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-9ns9n-8kh9k File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-9ns9n-8kh9k
INFO[2020-09-09T14:33:38.494780771+05:30] Executing phase deleteFromBlobStore ActionSet=delete-test-actionset-9ns9n-8kh9k File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteFromBlobStore
INFO[2020-09-09T14:33:38.494922042+05:30] Updated ActionSet Actionset=delete-test-actionset-9ns9n-8kh9k File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:38.495440327+05:30] Updated ActionSet 'restore-test-actionset-5ff4b-j6s46' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:38.496278683+05:30] Updated ActionSet Actionset=delete-test-actionset-9ns9n-8kh9k 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:33:43.912343794+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:33:45.186674661+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:33:46.192820146+05:30] Completed phase deleteFromBlobStore ActionSet=delete-test-actionset-9ns9n-8kh9k File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteFromBlobStore
INFO[2020-09-09T14:33:46.711135716+05:30] Updated ActionSet 'delete-test-actionset-9ns9n-8kh9k' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:33:46.808812841+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:33:46.808982472+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:33:48.074174412+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:33:49.639820022+05:30] Executing action delete ActionSet=delete-test-actionset-h6wcz-7nkt7 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:49.693182412+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:33:50.95136503+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-h6wcz-7nkt7 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-h6wcz-7nkt7
INFO[2020-09-09T14:33:50.951633139+05:30] Executing phase deleteDump ActionSet=delete-test-actionset-h6wcz-7nkt7 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteDump
INFO[2020-09-09T14:33:50.951680435+05:30] Updated ActionSet Actionset=delete-test-actionset-h6wcz-7nkt7 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:50.952055222+05:30] Updated ActionSet Actionset=delete-test-actionset-h6wcz-7nkt7 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:33:52.266494445+05:30] Executing action delete ActionSet=delete-test-actionset-5ff4b-zcstk File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction" Line=379
INFO[2020-09-09T14:33:53.561184786+05:30] Created actionset and started executing actions ActionSet=delete-test-actionset-5ff4b-zcstk File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onAddActionSet" Line=208 NewActionSetName=delete-test-actionset-5ff4b-zcstk
INFO[2020-09-09T14:33:53.561359151+05:30] Executing phase deleteFromBlobStore ActionSet=delete-test-actionset-5ff4b-zcstk File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=401 Phase=deleteFromBlobStore
INFO[2020-09-09T14:33:53.561377546+05:30] Updated ActionSet Actionset=delete-test-actionset-5ff4b-zcstk File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=227 Status=pending
INFO[2020-09-09T14:33:53.561713076+05:30] Updated ActionSet Actionset=delete-test-actionset-5ff4b-zcstk 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:34:01.532322937+05:30] Completed phase deleteDump ActionSet=delete-test-actionset-h6wcz-7nkt7 File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteDump
INFO[2020-09-09T14:34:01.787494974+05:30] Completed phase deleteFromBlobStore ActionSet=delete-test-actionset-5ff4b-zcstk File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).runAction.func1" Line=442 Phase=deleteFromBlobStore
INFO[2020-09-09T14:34:02.558283453+05:30] Updated ActionSet 'delete-test-actionset-h6wcz-7nkt7' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
INFO[2020-09-09T14:34:02.558780857+05:30] Updated ActionSet 'delete-test-actionset-5ff4b-zcstk' Status->complete File=pkg/controller/controller.go Function="github.com/kanisterio/kanister/pkg/controller.(*Controller).onUpdateActionSet" Line=225
OK: 3 passed
--- PASS: Test (173.35s)
PASS
ok github.com/kanisterio/kanister/pkg/testing 173.371s
~/work/open-source/kanister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment