I followed the instructions to install cartodb-postgresql but have two fails while doing installcheck.
My OS version is Ubuntu 16.04 and I use the branch with tag 0.23.2
test test/CDB_GreatCircle ... FAILEDtest test/CDB_OverviewsTest ... FAILED
I read the diff file but still not understand what causes the test fail.
The diff file is as the following:
regression.diffs.txt
And I tried to diff the expected file and result file.
CDB_GreatCircle
The output seems to be pairs of numbers, so I try to compare the result by pairs.
But apparently, the outputs from the result and the expected file are almost different.
CDB_OverviewsTest
It seems like there are more column names returned than expected.
I followed the instructions to install cartodb-postgresql but have two fails while doing installcheck. My OS version is Ubuntu 16.04 and I use the branch with tag 0.23.2
test test/CDB_GreatCircle ... FAILED
test test/CDB_OverviewsTest ... FAILED
I read the diff file but still not understand what causes the test fail. The diff file is as the following: regression.diffs.txt
And I tried to diff the expected file and result file.
CDB_GreatCircle
The output seems to be pairs of numbers, so I try to compare the result by pairs. But apparently, the outputs from the result and the expected file are almost different.
CDB_OverviewsTest
It seems like there are more column names returned than expected.
I extracted some diff output as the following:
diff expected/test/CDB_OverviewsTest.out results/test/CDB_OverviewsTest.out
Thank you!