joshfischer1108 opened a new issue, #1209:
URL: https://github.com/apache/incubator-stormcrawler/issues/1209

   When compiling Stormcrawler from source on Apple Silicon we are hitting 
timeout issues in selenium tests due to emulation issues. 
    
   ## Steps to reproduce:
   
   Using an Apple M3:
   From the top level directory run:
   ```
   mvn clean install
   ```
   
   First we get this warning.
   ```
   The architecture 'amd64' for image 'selenium/standalone-chrome:120.0' (ID 
sha256:deff784da2138b912b66e2941cc976ced4ecba3a4e6941ca3bfa2b8c88886b75) does 
not match the Docker server architecture 'arm64'. This will cause the container 
to execute much more slowly due to emulation and may lead to timeout failures.
   ```
   Then we get this error:
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
27.48 s <<< FAILURE! -- in 
org.apache.stormcrawler.protocol.selenium.ProtocolTest
   [ERROR] org.apache.stormcrawler.protocol.selenium.ProtocolTest.testBlocking 
-- Time elapsed: 27.44 s <<< ERROR!
   org.awaitility.core.ConditionTimeoutException: Condition with 
org.apache.stormcrawler.protocol.selenium.ProtocolTest was not fulfilled within 
10 seconds.
   ```
   
   
   Then the error should appear
   
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to