chore(*): trigger taoskeeper ci
This commit is contained in:
parent
25f07c6e34
commit
9b743c10bd
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue