You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/03/06 13:44:11 UTC

[GitHub] [drill] arina-ielchiieva opened a new pull request #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql

arina-ielchiieva opened a new pull request #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
URL: https://github.com/apache/drill/pull/2014
 
 
   # [DRILL-7627](https://issues.apache.org/jira/browse/DRILL-7627): Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
   
   ## Description
   Update MySql version 5.7.27 for JdbcStoragePlugin tests and cache ~/.embedmysql during GitHub Actions CI run.
   
   ## Documentation
   NA
   
   ## Testing
   Ran all tests.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] arina-ielchiieva commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql

Posted by GitBox <gi...@apache.org>.
arina-ielchiieva commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
URL: https://github.com/apache/drill/pull/2014#issuecomment-595856118
 
 
   @cgivre I have upgraded to the latest available version in plugin now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] cgivre commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
URL: https://github.com/apache/drill/pull/2014#issuecomment-595855661
 
 
   @arina-ielchiieva 
   Is there a reason why we aren't using a more current version of MySQL in these tests?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] asfgit closed pull request #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
URL: https://github.com/apache/drill/pull/2014
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [drill] arina-ielchiieva commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql

Posted by GitBox <gi...@apache.org>.
arina-ielchiieva commented on issue #2014: DRILL-7627: Update MySql version for JdbcStoragePlugin tests and cache ~/.embedmysql
URL: https://github.com/apache/drill/pull/2014#issuecomment-595855226
 
 
   @vvysotskyi thanks tor review.
   Checked thank cache was applied.
   ```
   Run actions/cache@v1
     with:
       path: ~/.embedmysql
       key: Linux-mysql
   Cache Size: ~683 MB (715675851 B)
   /bin/tar -xz -f /home/runner/work/_temp/001d6277-79ec-4b5a-833b-e15693008149/cache.tgz -C /home/runner/.embedmysql
   Cache restored from key: Linux-mysql
   ```
   Also checked in logs that MySql lib was not downloaded during the second run.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services