Giter Club home page Giter Club logo

Comments (12)

khrm avatar khrm commented on August 23, 2024 1

@avinal Let's continue our discussion here regarding broken cel filter.

from results.

avinal avatar avinal commented on August 23, 2024

Note: this particular expression was working before a few updates. I am unable to pinpoint where it changed. Furthermore, only this expression is failing. All other filters I tested work fine. Somehow, the summary.status field is interpreted as int.

from results.

khrm avatar khrm commented on August 23, 2024

The issue might not be with the tkn-results, then. It might be with CEL-related changes in API.

from results.

khrm avatar khrm commented on August 23, 2024

These are the two PRs that we need to test for this error by running -1 commit:
#544
#495

from results.

avinal avatar avinal commented on August 23, 2024

I would also widen the subject from just tkn-results to REST and gRPC as well, I checked, it doesn't work there either. Yes this seems to be a CEL change.

from results.

avinal avatar avinal commented on August 23, 2024

/assign

from results.

alan-ghelardi avatar alan-ghelardi commented on August 23, 2024

Yes, the summary.status is an integer because it is declared like this in the proto definition and mapped to an integer in the database. When I redesigned the search mechanism to support an interpreter from CEL to SQL, one of the things that I tried to do was preserving the types that people see when viewing the wire types in the search. I believe that this reduces cognitive load and the continuous mental mapping between things - if the summary.status is an integer I don't need to remember of referencing it as a string when searching.

In addition, there're a few constants to help people to reference the enum values instead of using the numeric values (the constants are the string representation of the enums in the proto format). Could you try the following instead?
./tkn-results list default --filter="summary.status==SUCCESS"

from results.

avinal avatar avinal commented on August 23, 2024

@alan-ghelardi that makes sense. I tested it and it works fine without strings. I will close this issue and update this detail in docs. Thank You

from results.

avinal avatar avinal commented on August 23, 2024

/close

from results.

tekton-robot avatar tekton-robot commented on August 23, 2024

@avinal: You can't close an active issue/PR unless you authored it or you are a collaborator.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

from results.

avinal avatar avinal commented on August 23, 2024

I must have messed up while testing and used quotes. I have added a clear paragraph to avoid this mistake by others.

from results.

khrm avatar khrm commented on August 23, 2024

/close Fixed

from results.

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.