We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on a single node, running the union parallel test in a loop sometimes results in failure, specifically 10_1_ join.req
10:25:47> cdb2sql -s --cdb2cfg /home/schandra107/comdb2/tests/test_69339/unionparallel69339/comdb2db.cfg unionparallel69339 default - < 10_1_join.req > 10_1_join.req.res 2>&1 10:25:47> ^^^^^^^^^^^^ 10:25:47> The above testcase (10_1_join.req) has failed!!! 10:25:47> 10:25:47> Use 'diff <expected-output> <my-output>' to see why: 10:25:47> > diff /home/schandra107/comdb2/tests/test_69339/union_parallel.test/{10_1_join.req.exp,10_1_join.req.res} 10:25:47> 10:25:47> 72c72 10:25:47> < (a=1) 10:25:47> --- 10:25:47> > (a=2) 10:25:47> 77d76 10:25:47> < 10:25:47> Duration 23 seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running on a single node, running the union parallel test in a loop sometimes results in failure, specifically 10_1_
join.req
The text was updated successfully, but these errors were encountered: