Skip to content

Commit

Permalink
add a test case reproducing #2052 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Jun 12, 2023
1 parent 785474b commit eafdc0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/builtin-runner/regressions/2052.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ import { describe, it } from 'node:test';
import assert from 'node:assert';
import common from '../../../test/common.js';

describe('Prepare result when CLIENT_OPTIONAL_RESULTSET_METADATA is set or metadata_follows is unset', () => {
describe('Prepare result when CLIENT_OPTIONAL_RESULTSET_METADATA is set or metadata_follows is unset', () => {
it('should not throw an exception', (t, done) => {
assert(true);
done(null);
/*
const connection = common.createConnection({
database: 'mysql',
});
Expand All @@ -24,6 +21,5 @@ describe('Prepare result when CLIENT_OPTIONAL_RESULTSET_METADATA is set or metad
done(err);
}
});
*/
});
});

0 comments on commit eafdc0a

Please sign in to comment.