Code Monkey home page Code Monkey logo

Comments (5)

erikthered avatar erikthered commented on June 12, 2024 1

Yep, we had some spec that was deleting all json files in the project root. ugh.

from knapsack.

ArturT avatar ArturT commented on June 12, 2024

Do you have knapsack_rspec_report.json committed into your repo?

What is the knapsack command to run tests defined in GitLab CI yaml config?
Can you share the GitLab CI config?

BTW How long it takes to run your tests now?

from knapsack.

erikthered avatar erikthered commented on June 12, 2024

Yes, I have the json report committed. The command I'm using is bundle exec rake "knapsack:rspec[--tag ~flaky --tag ~broken]". The full suite takes about 120 minutes in serial, but split on GitLab CI it's about 20-25 minutes per job.

I'll obfuscate some of the company specific details in the GitLab yaml and share in a follow-up comment.

from knapsack.

erikthered avatar erikthered commented on June 12, 2024
image: "ruby:2.3"

services:
  - mongo
  - mysql

variables:
  RAILS_ENV: "test"
  DB_HOST: "mysql"
  MYSQL_DATABASE: "test"
  MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
  TZ: US/Pacific

cache:
  paths:
    - vendor/bundle

before_script:
  - ruby -v # Print out ruby version for debugging
  - apt-get update -q && apt-get install mysql-client nodejs -yqq
  - mkdir $HOME/tmp
  - bundle install --local --path vendor/bundle
  - bundle exec rake db:structure:load
  - bundle env

rspec:
  script: bundle exec rake "knapsack:rspec[--tag ~feature --tag ~rtpos]"
  parallel: 6
  artifacts:
    reports:
      junit: rspec.xml
    paths:
      - rspec.xml
      - failures/
    when: always

from knapsack.

erikthered avatar erikthered commented on June 12, 2024

I just re-ran the tests using the seed from a failed job and the appropriate CI NODE env vars and I think one of our tests deleted the json file. I'll follow up if that is indeed the case.

from knapsack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.