Skip to content
#

declarative

Here are 453 public repositories matching this topic...

solid
tsandall
tsandall commented Nov 16, 2021

The inspect subcommand should pretty print by default. Programs that need to consume the output of inspect should specify --format=json to avoid relying on implicit default behaviour.

To reproduce this problem just build a simple bundle:

x.rego:

package foo.bar

p := 7

Run opa build to produce a bundle:

opa build x.rego

Then inspect the bundle:

``

flyte
evalsocket
evalsocket commented Oct 12, 2021

Describe the bug

flytectl register files command doesn't fail without --countinueOnError. It should fail with exit code 0.

Expected behavior

  • Flytectl register should fail if there is an error
  • Flytectl register should not fail if the user passes the --countinueOnError

Additional context to reproduce

No response

Screenshots

No response

Are

authorjapps
authorjapps commented Aug 5, 2020

As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc

AC1:

Cover the following currently supported mechanisms with examples

  • $EQ
  • (int)
  • (float) or (decimal)
  • (boolean)

Improve this page

Add a description, image, and links to the declarative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the declarative topic, visit your repo's landing page and select "manage topics."

Learn more