chore(*): trigger taoskeeper ci

This commit is contained in:
qevolg 2024-10-31 16:59:43 +08:00
parent 25f07c6e34
commit 9b743c10bd
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
// this example opens multiple tables, insert/retrieve multiple tables // this example opens multiple tables, insert/retrieve multiple tables
// it is used by TAOS internally for one performance testing // it is used by TAOS internally for one performance testing
// to compiple: gcc -o asyncdemo asyncdemo.c -ltaos // to compiple: gcc -o asyncdemo asyncdemo.c -ltaos
//
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -14,6 +14,7 @@ import (
) )
func TestAdapter2(t *testing.T) { func TestAdapter2(t *testing.T) {
//
c := &config.Config{ c := &config.Config{
InstanceID: 64, InstanceID: 64,
Port: 6043, Port: 6043,