Ethanlm commented on a change in pull request #3348:
URL: https://github.com/apache/storm/pull/3348#discussion_r544374213
##########
File path: integration-test/run-it.sh
##########
@@ -36,10 +36,13 @@ then
chmod o+rx /home/travis
fi
list_storm_processes || true
-# increasing swap space so we can run lots of workers
-sudo dd if=/dev/zero of=/swapfile.img bs=4096 count=1M
-sudo mkswap /swapfile.img
-sudo swapon /swapfile.img
+if [ "$(uname -m)" != aarch64 ]; then
Review comment:
Thanks for validating.
For future reference, the log is
```
+sudo dd if=/dev/zero of=/swapfile.img bs=4096 count=1M
1048576+0 records in
1048576+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 27.2215 s, 158 MB/s
+sudo mkswap /swapfile.img
Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=ba655d1c-230e-4feb-a06a-e342c114d7eb
+sudo swapon /swapfile.img
swapon: /swapfile.img: insecure permissions 0644, 0600 suggested.
swapon: /swapfile.img: skipping - it appears to have holes.
The command "if [[ $(uname -m) != 's390x' ]]; then /bin/bash
./dev-tools/travis/travis-script.sh `pwd` $MODULES; fi" exited with 255.
```
----------------------------------------------------------------
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]