Code Monkey home page Code Monkey logo

Comments (2)

javiertuya avatar javiertuya commented on August 17, 2024

No changes in code and dependencies from last run. The only uncontrolled version is the OS:

  • The runner image (ubuntu-latest) changed from latest build: actions/runner-images#8577.
  • Still using ubuntu 22.04.3 LTS buth kernel was updated from 6.2.0-1012-azure to 6.2.0-1014-azure
  • Checkked that running with ubuntu-20.04 works and with ubuntu-latest doesn't. What is the root cause?

I guess that there is anything introduced by the OS tha triggers the issue.

from selema.

javiertuya avatar javiertuya commented on August 17, 2024

Root cause found:

  • The new ubuntu image leads to a different test order that sets `TestLifecycle5WithoutManager' as the first test
  • This is the only test that the only that does is to check that no lines have been added to the selema log
  • But because is the firts test, the log file has not been created yet and raises the exception

Solution:

  • Check the exception to assume that log is empty when the log file does not exist

from selema.

Related Issues (13)

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.