[jira] [Comment Edited] (CASSANDRA-9904) Windows dtest: cqlsh_tests\cqlsh_copy_tests.py failing with Permission denied

2015-08-13 Thread Joshua McKenzie (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14695910#comment-14695910
 ] 

Joshua McKenzie edited comment on CASSANDRA-9904 at 8/13/15 8:48 PM:
-

bq. The multiproc_import() setup was moved into ImportProcess.run(), and it 
looks like this minor change happened as part of that.
Ah, I see. I'd forgotten about that part of the patch change and didn't catch 
that scope change on the review.

I expect that will be fixed as part of CASSANDRA-10066 (and likely belongs 
there more so than on this ticket) but good catch on that [~thobbs].


was (Author: joshuamckenzie):
bq The multiproc_import() setup was moved into ImportProcess.run(), and it 
looks like this minor change happened as part of that.
Ah, I see. I'd forgotten about that part of the patch change and didn't catch 
that scope change on the review.

I expect that will be fixed as part of CASSANDRA-10066 (and likely belongs 
there more so than on this ticket) but good catch on that [~thobbs].

 Windows dtest: cqlsh_tests\cqlsh_copy_tests.py failing with Permission denied
 -

 Key: CASSANDRA-9904
 URL: https://issues.apache.org/jira/browse/CASSANDRA-9904
 Project: Cassandra
  Issue Type: Sub-task
Reporter: Joshua McKenzie
Assignee: Joshua McKenzie
Priority: Minor
  Labels: Windows
 Fix For: 2.2.1


 Last run shows failure on all the cqlsh copy dtests with messages similar to 
 the following:
 {noformat}
 05:39:07 
 ==
 05:39:07 ERROR: test_source_copy_round_trip (cqlsh_copy_tests.CqlshCopyTest)
 05:39:07 
 --
 05:39:07 Traceback (most recent call last):
 05:39:07   File 
 D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_copy_tests.py,
  line 789, in test_source_copy_round_trip
 05:39:07 with open(commandfile.name, 'w') as commands:
 05:39:07 IOError: [Errno 13] Permission denied: 'd:\\temp\\tmpawtlxf'
 05:39:07   begin captured logging  
 
 05:39:07 dtest: DEBUG: removing ccm cluster test at: d:\temp\dtest-9dklfv
 05:39:07 dtest: DEBUG: cluster ccm directory: d:\temp\dtest-98gttb
 05:39:07 dtest: DEBUG: Exporting to csv file: d:\temp\tmppok0qa
 05:39:07 -  end captured logging  
 -
 {noformat}
 Jake did quite a bit of work around this on CASSANDRA-9795 but I'm not 
 certain this is a related issue so opening as a new ticket and linking.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CASSANDRA-9904) Windows dtest: cqlsh_tests\cqlsh_copy_tests.py failing with Permission denied

2015-08-13 Thread Joshua McKenzie (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14695426#comment-14695426
 ] 

Joshua McKenzie edited comment on CASSANDRA-9904 at 8/13/15 4:00 PM:
-

[~tjake] renamed bin\cqlsh to bin\cqlsh.py (reference 
[diff|https://github.com/apache/cassandra/compare/trunk...tjake:fixcopy]) - 
those lines were unchanged by CASSANDRA-9795 as best I can tell.

Good call on the flake8 - I think that's what the Travis job is for dtest but 
we don't have something like that for the C* cqlshlib and cqlsh.py side of 
things in CI that I know of. Might be worth considering.


was (Author: joshuamckenzie):
[~tjake] renamed bin\cqlsh to bin\cqlsh.py (reference 
[diff|https://github.com/apache/cassandra/compare/trunk...tjake:fixcopy]) - 
those lines were unchanged by CASSANDRA-9795 as best I can tell.

Good call on the flak8 - I think that's what the Travis job is for dtest but 
we don't have something like that for the C* cqlshlib and cqlsh.py side of 
things in CI that I know of. Might be worth considering.

 Windows dtest: cqlsh_tests\cqlsh_copy_tests.py failing with Permission denied
 -

 Key: CASSANDRA-9904
 URL: https://issues.apache.org/jira/browse/CASSANDRA-9904
 Project: Cassandra
  Issue Type: Sub-task
Reporter: Joshua McKenzie
Assignee: Joshua McKenzie
Priority: Minor
  Labels: Windows
 Fix For: 2.2.x


 Last run shows failure on all the cqlsh copy dtests with messages similar to 
 the following:
 {noformat}
 05:39:07 
 ==
 05:39:07 ERROR: test_source_copy_round_trip (cqlsh_copy_tests.CqlshCopyTest)
 05:39:07 
 --
 05:39:07 Traceback (most recent call last):
 05:39:07   File 
 D:\jenkins\workspace\cassandra-2.2_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_copy_tests.py,
  line 789, in test_source_copy_round_trip
 05:39:07 with open(commandfile.name, 'w') as commands:
 05:39:07 IOError: [Errno 13] Permission denied: 'd:\\temp\\tmpawtlxf'
 05:39:07   begin captured logging  
 
 05:39:07 dtest: DEBUG: removing ccm cluster test at: d:\temp\dtest-9dklfv
 05:39:07 dtest: DEBUG: cluster ccm directory: d:\temp\dtest-98gttb
 05:39:07 dtest: DEBUG: Exporting to csv file: d:\temp\tmppok0qa
 05:39:07 -  end captured logging  
 -
 {noformat}
 Jake did quite a bit of work around this on CASSANDRA-9795 but I'm not 
 certain this is a related issue so opening as a new ticket and linking.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)