Hi all
We have the following test from v2 test base:
asadmin set --user admin --host asqe-xeon-1 --port 4848 sa_server1.resources.jdbc-resource.jdbc/jdbcresDB.pool_name=NewPool
Deprecated syntax, instead use:
asadmin --port 4848 --host asqe-xeon-1 --user admin set [options] ...
sa_server1 : sa_server1.resources.jdbc-resource.jdbc/jdbcresDB.pool-name=NewPool
sa_server1.resources.jdbc-resource.jdbc/jdbcresDB.pool-name=NewPool
Command set executed successfully.
The issue is that the above test expects the command to fail and the
following output string:
is not found in list of jdbc connection pools
I thought perhaps the command was wrong, but verified on v2.1 branch and
the test looks the same there. Could someone please let me know if this
change of behaviour is expected or an unwanted regression? I'll update
the test accordingly.
Thanks
Lidia