Open jackjia-ibm opened 4 years ago
From Joey, z/OSMF team regarding this issue:
My first thought is in what environment you are running z/OSMF? For some small machine, you might experience timeout issue occasionally. WLM tuning to set a higher QoS goal for z/OSMF address space might be helpful for this occasional time out issue.
Jing Hua Jiang 7 hours ago Hi Jack, can't get too much info in the log, could you please help to issue 'D OMVS,O', check the value of IPCMSGQBYTES, the default value should be 2G, which is 2147483647, if the value is not 2G, you could set it by 'SETOMVS IPCMSGQBYTES=2147483647', and try the scenario again.
Also recommended by Joey: zosmf v2r4 resource requirement.pdf
Describe the bug
We added CLI console test on
D IPLINFO
andD T
. But the test onD IPLINFO
may fail randomly. Currently chance of failure is around 3 out of 20. When it fails, this error message shows in the log:In z/OSMF log
/var/zosmf/data/logs/IZUG0.log
, we may see exceptions logged like this: zosmf-IZUG0.logTo Reproduce
Steps to reproduce the behavior:
tests/sanity/test/cli/test-05-console.js
on target server.Expected behavior
The test should pass without random failures.
Additional context
From Alfonso Rios 5 hours ago: Hi Jack, yes I do remember that test failing randomly but very frequently, It seems like running that command for the very first time after zowe is installed tend to fail with that error. What I did in our test project is to call it twice in a row, It seems like second time always is okay. I am pretty sure the same behavior will happen if you try to issue the command D T if this is the first console command executed. In smoke tests, the D T test will never fail as D IPLINFO test is executed first. try { result = await exec(command, options); } catch(error) { console.error(error); } result = await exec(command, options);