X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/546b44cf5dfba972d2f5f91fa4434e9cb64fa0cd..5581071fcacaf5981f5149a30144d06ddd170a3e:/services/api/test/functional/arvados/v1/filters_test.rb diff --git a/services/api/test/functional/arvados/v1/filters_test.rb b/services/api/test/functional/arvados/v1/filters_test.rb index 2349993617..9344b0bc75 100644 --- a/services/api/test/functional/arvados/v1/filters_test.rb +++ b/services/api/test/functional/arvados/v1/filters_test.rb @@ -72,6 +72,9 @@ class Arvados::V1::FiltersTest < ActionController::TestCase %w(< > <= >= =).each do |operator| test "timestamp #{operator} filters work with nanosecond precision" do + # Python clients like Node Manager rely on this exact format. + # If you must change this format for some reason, make sure you + # coordinate the change with them. expect_match = !!operator.index('=') mine = act_as_user users(:active) do Collection.create!(manifest_text: '')