Daniel García Aubert
f3b1bb742a
Ensure all pg connections are being refreshed
2018-11-06 12:17:39 +01:00
Daniel García Aubert
4d1ed0be27
Update package-lock.json
2018-11-05 19:47:21 +01:00
Daniel García Aubert
af4b9f57f5
Skip just torque database timeout limit
2018-11-05 19:10:08 +01:00
Daniel García Aubert
6e7bd2585f
Skip database timeout test
2018-11-05 18:53:00 +01:00
Daniel García Aubert
40ccdfd9b3
Drain pool connection before
2018-11-05 18:37:20 +01:00
Daniel García Aubert
659b0ba889
Use pdql.end with callback
2018-11-05 18:14:26 +01:00
Daniel García Aubert
71b8699f47
Shut down the pool after setting the database timeout
2018-11-05 17:16:22 +01:00
Daniel García Aubert
24c5bbb182
Workaround to drain pg pool effectively
2018-11-05 16:50:52 +01:00
Daniel García Aubert
2eea20b161
Updated cartodb-psql
2018-11-05 16:03:43 +01:00
Daniel García Aubert
f2180576de
Remove test filter
2018-11-02 13:57:56 +01:00
Daniel García Aubert
d9039569bd
Output yarn version
2018-11-02 13:57:30 +01:00
Daniel García Aubert
4a82d18cc6
Fix docker command
2018-11-02 13:56:43 +01:00
Daniel García Aubert
f8fa78bb8b
Output npm version
2018-11-02 13:30:24 +01:00
Daniel García Aubert
babfa9aae3
Revert "Skip test temporally"
...
This reverts commit ebf2f54cd5
.
2018-11-02 13:30:04 +01:00
Daniel García Aubert
ebf2f54cd5
Skip test temporally
2018-11-02 12:39:34 +01:00
Daniel García Aubert
20c1e8ca05
Revert "Revert "Add cache-buster to hit database always""
...
This reverts commit 60724897cc
.
2018-11-02 12:24:45 +01:00
Daniel García Aubert
2a35d51d45
Revert "Set DEBUG env variable to run test"
...
This reverts commit 7bd188dafb
.
2018-11-02 12:24:01 +01:00
Daniel García Aubert
ebe2d2ddab
Revert "Add log to debug server option"
...
This reverts commit b4e57438ed
.
2018-11-02 12:23:48 +01:00
Daniel García Aubert
1ee30e9b53
Revert "Move log to debug server option"
...
This reverts commit 938e3b2b07
.
2018-11-02 12:23:36 +01:00
Daniel García Aubert
7527003711
Revert "Move log to debug server option"
...
This reverts commit 6c3d8dbe64
.
2018-11-02 12:23:05 +01:00
Daniel García Aubert
acd0bbc94f
Revert "Add log"
...
This reverts commit 6cc746dc83
.
2018-11-02 12:22:41 +01:00
Daniel García Aubert
00e3f331b4
Revert "Do not run test against node 6"
...
This reverts commit 7a6fbecac4
.
2018-11-02 12:20:49 +01:00
Daniel García Aubert
7a6fbecac4
Do not run test against node 6
2018-11-02 12:17:28 +01:00
Daniel García Aubert
6cc746dc83
Add log
2018-11-02 12:01:59 +01:00
Daniel García Aubert
6c3d8dbe64
Move log to debug server option
2018-11-02 11:23:44 +01:00
Daniel García Aubert
938e3b2b07
Move log to debug server option
2018-11-02 11:12:32 +01:00
Daniel García Aubert
b4e57438ed
Add log to debug server option
2018-11-02 10:58:17 +01:00
Daniel García Aubert
7bd188dafb
Set DEBUG env variable to run test
2018-11-02 10:37:39 +01:00
Daniel García Aubert
60724897cc
Revert "Add cache-buster to hit database always"
...
This reverts commit e03defc30f
.
2018-11-02 10:29:19 +01:00
Daniel García Aubert
e03defc30f
Add cache-buster to hit database always
2018-11-02 10:21:53 +01:00
Daniel García Aubert
3bb1f893af
Test only
2018-11-01 15:05:38 +01:00
Daniel García Aubert
37a61f527c
Do not set language settings for travis
2018-10-31 18:57:25 +01:00
Daniel García Aubert
5e3d546fb6
Add package-lock.json and link to development dependencies
2018-10-31 18:52:40 +01:00
Daniel García Aubert
b7b5f031f3
Update docker test scripts to support Node.js 6 and 10 buildings
2018-10-31 17:20:25 +01:00
Daniel García Aubert
e57e548c31
Run docker test against Node.js 10
2018-10-31 14:47:32 +01:00
Daniel G. Aubert
420c39337c
Merge pull request #1052 from CartoDB/use-strict
...
Use strict mode
2018-10-26 11:21:37 +02:00
Javier Goizueta
214c796a4c
Merge pull request #1054 from CartoDB/fix-time-dimension-iso-hours
...
Fix iso format for hours in time dimensions
2018-10-26 11:01:00 +02:00
Daniel García Aubert
8918d6bec0
Link dependencies to the released versions
2018-10-26 10:19:59 +02:00
Daniel García Aubert
ca7acb8339
Merge branch 'master' into use-strict
2018-10-25 11:11:30 +02:00
Daniel García Aubert
5083ccb605
Link development branches of related dependencies
2018-10-25 10:59:27 +02:00
Javier Goizueta
6908aa532c
Fix iso format for hours in time dimensions
...
The HH specifies hour of day 01-12, we need HH24 for 00-23
2018-10-24 21:15:10 +02:00
Daniel García Aubert
a7daa077ac
Update NEWS
2018-10-24 15:53:28 +02:00
Rafa de la Torre
9f0d4905b1
Merge pull request #1053 from CartoDB/fix-tests-undefined-server
...
Fix for non-deterministic test (undefined server)
2018-10-24 12:11:36 +02:00
Daniel García Aubert
89d10210be
Fix undefined context error in test, it raised after forcing strict mode
2018-10-24 11:58:20 +02:00
Rafa de la Torre
545d387bb4
Fix for non-deterministic test (undefined server)
...
When running tests I got this error:
```
1) multilayer error cases bogus sql raises 400 status code:
TypeError: Cannot read property 'listen' of undefined
at Function.assert.response (test/support/assert.js:93:26)
at Function.requestLayergroup (test/acceptance/ported/support/test_client.js:79:20)
at next (node_modules/step/lib/step.js:51:23)
at Step (node_modules/step/lib/step.js:122:3)
at Object.createLayergroup (test/acceptance/ported/support/test_client.js:75:5)
at Context.<anonymous> (test/acceptance/ported/multilayer_error_cases.js:304:20)
```
The problem is that `server` is declared but its initialization
may depend on the order of execution of suites, which is basically
that of the filesystem/checkouts.
That is fixed by returning `getServer()`, which seems to be the
original intent: return a singleton of `CartodbServer` properly
initialized in case it is not overriden through options.
2018-10-23 18:55:31 +02:00
Daniel García Aubert
e2d27db828
Ise strict mode for moduler under test folder
2018-10-23 18:39:02 +02:00
Raul Ochoa
33bcac189f
Merge pull request #1050 from CartoDB/prevent-layert-stats-undefined-access
...
Prevent "Cannot read property 'geom_type' of undefined" on layer stats
2018-10-23 18:37:00 +02:00
Daniel García Aubert
361e99006b
Ignore line
2018-10-23 18:20:11 +02:00
Daniel García Aubert
7162ab1631
Add app.js to be linted
2018-10-23 18:19:55 +02:00
Daniel García Aubert
9374e0fe18
Add strict mode to main file (app.js)
2018-10-23 18:09:58 +02:00