Linux sqcli 137: Does not work as expected

sqcli on Linux:
  1. counts strategies in databank for both actions: count, list

    ./sqcli -databank action=list project=Retester ./sqcli -databank action=count project=Retester

  2. does not clear databank

    ./sqcli -databank action=clear project=Retester name=Results

  3. ignores file option silently

    ./sqcli -project action=start name=Retester file=Build.cfx

  4. fails with following error if we pass file=Build.cfx for action=loadconfig

Error: Unknown command 'loadTaskConfig'.


In fact, sqcli only understands the older version of cfx file (project.cfx) not newer Build.cfx. The older format is a zip of 2 files (config.xml and Retest-Task1.xml) whereas the newer format is the zip of a single file (config.xml). Please add support for the newer Build.cfx.

Attachments
No attachments
  • Votes +2
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

m
#1

murty

02.09.2023 06:24

Task created

m
#2

murty

02.09.2023 06:24
Voted for this task.
E
#3

Emmanuel

06.09.2023 20:16
Voted for this task.
TT
#4

Tamas

20.09.2023 14:32

Status changed from New to Fixed

1,

./sqcli -databank action=list project=Retester

- prints the available databanks + info about the number of records for each of them


./sqcli -databank action=count project=Builder name=Results

- printsĀ theĀ number of records of one specific databank


2, does not clear databank - FIXED


3, ignores file option silently - it is not supported to define config file while running project using action=start

First run -project action=loadconfig name=Builder file=C:/test/build_aapl.cfx

and then action=start


4, fails with following error if we pass file=Build.cfx for action=loadconfig - FIXED


Votes: +2

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please