@@ -173,8 +173,8 @@ BOOST_AUTO_TEST_CASE(TestSQLSetStmtAttrRowArraySize) {
173173
174174#ifndef __APPLE__
175175// only enable for Windows and Linux as it crashes on Mac
176- // with iODBC, traced by AD-820
177- // https://bitquill.atlassian.net/browse/AD-820
176+ // with iODBC, traced by [SPIKE] Two tests crashed on Mac with iODBC
177+ // https://github.com/aws/amazon-documentdb-odbc-driver/issues/183
178178BOOST_AUTO_TEST_CASE (TestSQLDriverConnect) {
179179 // There are no checks because we do not really care what is the result of
180180 // these calls as long as they do not cause segmentation fault.
@@ -1146,7 +1146,7 @@ BOOST_AUTO_TEST_CASE(TestSQLSpecialColumns) {
11461146 SQLCloseCursor (stmt);
11471147}
11481148
1149- // TODO: Memory leak, traced by https://bitquill.atlassian.net/browse/AD-813
1149+ // TODO: Memory leak, traced by https://github.com/aws/amazon-documentdb-odbc-driver/issues/184
11501150BOOST_AUTO_TEST_CASE (TestFetchScrollLast, *disabled ()) {
11511151 CheckFetchScrollUnsupportedOrientation (SQL_FETCH_LAST);
11521152}
@@ -1161,8 +1161,8 @@ BOOST_AUTO_TEST_CASE(TestFetchScrollFirst, *disabled()) {
11611161
11621162#ifndef __APPLE__
11631163// only enable for Windows and Linux as it crashes on Mac
1164- // with iODBC, traced by AD-820
1165- // https://bitquill.atlassian.net/browse/AD-820
1164+ // with iODBC, traced by [SPIKE] Two tests crashed on Mac with iODBC
1165+ // https://github.com/aws/amazon-documentdb-odbc-driver/issues/183
11661166BOOST_AUTO_TEST_CASE (TestSQLError) {
11671167 // There are no checks because we do not really care what is the result of
11681168 // these calls as long as they do not cause segmentation fault.
@@ -1186,10 +1186,10 @@ BOOST_AUTO_TEST_CASE(TestSQLError) {
11861186 std::vector< SQLWCHAR > actualMessage;
11871187 actualMessage.insert (actualMessage.end (), &message[0 ],
11881188 &message[messageLen + 1 ]);
1189- // variable actualMessage is to be used in AD-841
1189+ // variable actualMessage is to be used in https://github.com/aws/amazon-documentdb-odbc-driver/issues/185
11901190
11911191 #if 0
1192- // TODO: [AD-841]( https://bitquill.atlassian.net/browse/AD-841)
1192+ // TODO: https://github.com/aws/amazon-documentdb-odbc-driver/issues/185
11931193 // Check boundary condition with reduced buffer size.
11941194 ret = SQLGetTypeInfo(stmt, SQL_INTERVAL_MONTH);
11951195 BOOST_REQUIRE_EQUAL(ret, SQL_ERROR);
0 commit comments