Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Sep 21, 2023
1 parent cc989f7 commit a2491fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/testHTAP.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const Logger = require('../../lib/logger');


describe.only('Query Context Cache test', function () {
Logger.trace("Provider", process.env.CLOUD_PROVIDER);
this.timeout(1000000);
let connection;
before((done) => {
Expand Down Expand Up @@ -75,6 +74,8 @@ describe.only('Query Context Cache test', function () {
sqlText: sqlTexts[k],
complete: function (err) {
if(err){
Logger.trace("Provider", process.env.CLOUD_PROVIDER);

Logger.getInstance().trace("The error occurs for the testHTAP", err.message);
}
assert.ok(!err,'There should be no error!');
Expand Down

0 comments on commit a2491fc

Please sign in to comment.