[
https://issues.apache.org/jira/browse/BEAM-8025?focusedWorklogId=476403&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-476403
]
ASF GitHub Bot logged work on BEAM-8025:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Aug/20 07:42
Start Date: 31/Aug/20 07:42
Worklog Time Spent: 10m
Work Description: echauchot commented on pull request #12592:
URL: https://github.com/apache/beam/pull/12592#issuecomment-683620895
@lukecwik the change you did on cassandraIO was the one I reverted in [that
PR](https://github.com/apache/beam/pull/9614#issuecomment-534164189). In short:
cassandra running some compactions some times (to avoid fragmentation of
files). And in that case if the directory was suppressed by the TemporaryFolder
JUnit Rule (between the execution of the tests), then the compaction which
needs to write in the temp folder, fails. => So I simply removed the
TemporaryFolder rule and used a basic tmp folder that is purged at the end of
the tests.
But since, I disabled compaction so TemporaryFolder JUnit Rule might start
to work in that case
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 476403)
Time Spent: 7h 10m (was: 7h)
> Cassandra IO classMethod test is flaky
> --------------------------------------
>
> Key: BEAM-8025
> URL: https://issues.apache.org/jira/browse/BEAM-8025
> Project: Beam
> Issue Type: Bug
> Components: io-java-cassandra, test-failures
> Reporter: Kyle Weaver
> Assignee: Luke Cwik
> Priority: P1
> Labels: flake, flaky, flaky-test
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
> The most recent runs of this test are failing:
> [https://builds.apache.org/job/beam_PreCommit_Java_Commit/7398/]
> [https://builds.apache.org/job/beam_PreCommit_Java_Commit/7399/console]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)