miniob icon indicating copy to clipboard operation
miniob copied to clipboard

'client_performance_test' failed

Open matchyc opened this issue 3 years ago • 1 comments

What happened: In the current version, client_performance_test.cpp uses DEFAULT_PORT as socket communication port, which is different from '*.ini' file provided by the community in ./etc directory. It leads to failed to connect error. (And guidance commands are not suitable for this, cuz it uses *.sock file)

Should we just change the PORT used in client_performance_test.cpp to the port set by .ini file?

matchyc avatar Sep 08 '22 03:09 matchyc

PR is welcomed! I think command line argument is more convenient and I want to remove the ini file from observer.

hnwyllmm avatar Sep 08 '22 05:09 hnwyllmm

fixed

hnwyllmm avatar Nov 25 '22 09:11 hnwyllmm