Add to bats

This commit is contained in:
Taylor Bantle
2023-02-08 09:41:53 -08:00
parent 59919d48a9
commit 33afd3275f
4 changed files with 20 additions and 16 deletions

View File

@@ -68,6 +68,10 @@ teardown() {
node $BATS_TEST_DIRNAME/node/knex.js $USER $PORT $REPO_NAME
}
@test "node mysql client, hosted workbench stability" {
node $BATS_TEST_DIRNAME/node/workbench.js $USER $PORT $REPO_NAME
}
@test "c mysql connector" {
(cd $BATS_TEST_DIRNAME/c; make clean; make)
$BATS_TEST_DIRNAME/c/mysql-connector-c-test $USER $PORT $REPO_NAME

View File

@@ -45,11 +45,11 @@ export const branchTests = [
res: [
{
name: "main",
latest_committer: "Taylor Bantle",
latest_committer_email: "taylor@liquidata.co",
// latest_committer: "Taylor Bantle",
// latest_committer_email: "taylor@liquidata.co",
// TODO: uncomment
// latest_committer: "mysql-test-runner",
// latest_committer_email: "mysql-test-runner@liquidata.co",
latest_committer: "mysql-test-runner",
latest_committer_email: "mysql-test-runner@liquidata.co",
},
{
name: "mybranch",

View File

@@ -8,11 +8,11 @@ export const logTests = [
{
message: "Initialize data repository",
parentsLength: 0,
committer: "Taylor Bantle",
email: "taylor@liquidata.co",
// committer: "Taylor Bantle",
// email: "taylor@liquidata.co",
// TODO: uncomment
// committer: "mysql-test-runner",
// email: "mysql-test-runner@liquidata.co",
committer: "mysql-test-runner",
email: "mysql-test-runner@liquidata.co",
},
],
matcher: logsMatcher,
@@ -28,11 +28,11 @@ export const logTests = [
},
{
message: "Initialize data repository",
committer: "Taylor Bantle",
email: "taylor@liquidata.co",
// committer: "Taylor Bantle",
// email: "taylor@liquidata.co",
// TODO: uncomment
// committer: "mysql-test-runner",
// email: "mysql-test-runner@liquidata.co",
committer: "mysql-test-runner",
email: "mysql-test-runner@liquidata.co",
},
],
matcher: logsMatcher,

View File

@@ -31,11 +31,11 @@ export const mergeTests = [
{
message: "Initialize data repository",
parentsLength: 0,
committer: "Taylor Bantle",
email: "taylor@liquidata.co",
// committer: "Taylor Bantle",
// email: "taylor@liquidata.co",
// TODO: uncomment
// committer: "mysql-test-runner",
// email: "mysql-test-runner@liquidata.co",
committer: "mysql-test-runner",
email: "mysql-test-runner@liquidata.co",
},
],
matcher: logsMatcher,