You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-13 23:02:14 +03:00
Added to the unit test
Effectively this is just a test of Config, to make sure it's doing envvar substitutions & number suffix expansions right.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include "PingTask.h"
|
||||
#include "CopyTask.h"
|
||||
#include "messageFormat.h"
|
||||
#include "Config.h"
|
||||
#include "Cache.h"
|
||||
#include "LocalStorage.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
@@ -470,5 +474,13 @@ int main()
|
||||
listdirtask();
|
||||
pingtask();
|
||||
copytask();
|
||||
|
||||
Config *conf = Config::get();
|
||||
LocalStorage ls;
|
||||
Cache cache;
|
||||
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user