Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows CI for gradoop-accumulo tests #1520

Open
timo95 opened this issue Mar 1, 2021 · 0 comments
Open

Fix Windows CI for gradoop-accumulo tests #1520

timo95 opened this issue Mar 1, 2021 · 0 comments

Comments

@timo95
Copy link
Contributor

timo95 commented Mar 1, 2021

#1512 fixed the tests on Windows for every module but gradoop-hbase. This could be related to a missing cygwin setup needed for the minicluster.

gradoop-accumulo was working locally, but fails on github actions. It also fails to set up the minicluster properly. The reason for this failure is logged in a temporary log file on the Windows Runner. I could not solve this without reading the log file.

To debug this:

  • Get access to the github actions runner file system (e.g. get access to the VM and run it locally)
  • Stop junit from deleting the log after the test completed
  • Read log to find out what is missing (dependencies, environment variables, etc.)

Alternative:

  • Somehow print the error output to the log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant