You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/02/14 09:13:16 UTC

[GitHub] [bigtop] sekikn commented on issue #569: BIGTOP-3237: Add smoke tests for YCSB

sekikn commented on issue #569: BIGTOP-3237: Add smoke tests for YCSB
URL: https://github.com/apache/bigtop/pull/569#issuecomment-586168439
 
 
   The PR worked in my environment, as follows. @evans-ye Would you kick the CI again? (Sorry that I'm not familar with the CI environment...)
   
   ```
   ~/bigtop/provisioner/docker$ cat config_ubuntu-16.04.yaml 
   
   (snip)
   
   components: [hdfs, yarn, mapreduce, hbase, ycsb]
   enable_local_repo: true
   smoke_test_components: [ycsb]
   ~/bigtop/provisioner/docker$ ./docker-hadoop.sh -C config_ubuntu-16.04.yaml -c 1 -s
   
   (snip)
   
   > Task :bigtop-tests:smoke-tests:ycsb:test
   Task ':bigtop-tests:smoke-tests:ycsb:test' is not up-to-date because:
     No history is available.
   Starting process 'Gradle Test Executor 2'. Working directory: /bigtop-home/bigtop-tests/smoke-tests/ycsb Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Dawt.toolkit=sun.awt.X11.XToolkit -Dfile.encoding.pkg=sun.io -Dfile.separator=/ -Djava.awt.graphicsenv=sun.awt.X11GraphicsEnvironment -Djava.awt.printerjob=sun.print.PSPrinterJob -Djava.class.path=/root/.gradle/wrapper/dists/gradle-4.10.3-bin/016e637c7ef47db2d3e632a3936ca351/gradle-4.10.3/lib/gradle-launcher-4.10.3.jar -Djava.class.version=52.0 -Djava.endorsed.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed -Djava.ext.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext -Djava.home=/usr/lib/jvm/java-8-openjdk-amd64/jre -Djava.library.path=/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib -Djava.runtime.name=OpenJDK Runtime Environment -Djava.runtime.version=1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 -Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager -Djava.specification.name=Java Platform API Specification -Djava.specification.vendor=Oracle Corporation -Djava.specification.version=1.8 -Djava.vendor=Private Build -Djava.vendor.url=http://java.oracle.com/ -Djava.vendor.url.bug=http://bugreport.sun.com/bugreport/ -Djava.version=1.8.0_242 -Djava.vm.info=mixed mode -Djava.vm.name=OpenJDK 64-Bit Server VM -Djava.vm.specification.name=Java Virtual Machine Specification -Djava.vm.specification.vendor=Oracle Corporation -Djava.vm.specification.version=1.8 -Djava.vm.vendor=Private Build -Djava.vm.version=25.242-b08 -Dlibrary.jansi.path=/root/.gradle/native/jansi/1.14/linux64 -Dline.separator=
    -Dorg.gradle.appname=gradlew -Dorg.gradle.native=false -Dos.arch=amd64 -Dos.name=Linux -Dos.version=5.3.0-28-generic -Dpath.separator=: -Dsun.arch.data.model=64 -Dsun.boot.class.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes -Dsun.boot.library.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 -Dsun.cpu.endian=little -Dsun.cpu.isalist -Dsun.io.unicode.encoding=UnicodeLittle -Dsun.java.command=org.gradle.launcher.daemon.bootstrap.GradleDaemon 4.10.3 -Dsun.java.launcher=SUN_STANDARD -Dsun.jnu.encoding=ANSI_X3.4-1968 -Dsun.management.compiler=HotSpot 64-Bit Tiered Compilers -Dsun.os.patch.level=unknown -Duser.dir=/bigtop-home -Duser.home=/root -Duser.name=root -Duser.timezone -Dfile.encoding=ANSI_X3.4-1968 -Djava.io.tmpdir=/tmp -Duser.country=US -Duser.language=en -Duser.variant -ea -cp /root/.gradle/caches/4.10.3/workerMain/gradle-worker.jar worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 2'
   Successfully started process 'Gradle Test Executor 2'
   
   Gradle Test Executor 2 finished executing tests.
   
   > Task :bigtop-tests:smoke-tests:ycsb:test
   Finished generating test XML results (0.018 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ycsb/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.047 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ycsb/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:ycsb:test (Thread[Task worker for ':' Thread 4,5,main]) completed. Took 13 mins 58.498 secs.
   
   BUILD SUCCESSFUL in 16m 32s
   37 actionable tasks: 8 executed, 29 up-to-date
   Stopped 1 worker daemon(s).
   + rm -rf buildSrc/build/test-results/binary
   + rm -rf /bigtop-home/.gradle
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services