Testsuite on PPC: 2 errors out of 1161

Open
#5,601 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
r
Domain
testing-qa

Research direction

Start by running the failing tests/froll.R test and inspect tests/froll.Rraw around test numbers 6000.137 and 6000.138. Compare the PPC output with the expected results referenced by the test, then verify that the two errors are resolved and the full suite passes.

Written by the indexing model from the issue text.

Description

help-wanted platform-specific
* checking tests ...
  Running ‘autoprint.R’
  Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
  Running ‘froll.R’
 ERROR
Running the tests in ‘tests/froll.R’ failed.
Last 13 lines of output:
   [9] 4.333333 4.500000 4.142857 5.000000
  
  [[3]]
   [1]       NA 0.750000 1.250000       NA 1.375000 1.400000 2.000000 2.500000
   [9] 2.250000 2.333333 2.250000 2.666667
  
  [[4]]
   [1]       NA       NA 1.000000       NA 1.200000 1.250000 1.750000 2.250000
   [9] 2.166667 2.250000 2.071429 2.500000
  
  
  Sat Feb 18 12:12:00 2023  endian==big, sizeof(long double)==16, longdouble.digits==1024, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Asia/Taipei', Sys.getlocale()=='C/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE; codeset=UTF-8', getDTthreads()=='This installation of data.table has not been compiled with OpenMP support.; omp_get_num_procs()==1; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==1; omp_get_max_threads()==1; OMP_THREAD_LIMIT==unset; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 1 threads with throttle==1024. See ?setDTthreads.', zlibVersion()==1.2.13 ZLIB_VERSION==1.2.13
  Error in test.data.table(script = "froll.Rraw") : 
    2 errors out of 1161. Search tests/froll.Rraw for test numbers: 6000.137, 6000.138.
  Execution halted
Dominant language
R
Stars
3.9k
Forks
1.1k
Avg merge
14h 4m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Rdatatable/data.table

All issues in Rdatatable/data.table

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.