X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3250432a47c835f4c594348b0d4904a247c3365..df5453354edc2e6a3db198884b9c5bd0f86fed7c:/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: '')