Merge branch 'master' into 8703-job-components
[arvados.git] / services / api / test / functional / arvados / v1 / filters_test.rb
index 23499936173ecd3869799787b15c0e746f47aea0..9344b0bc75c3be0c9bc878207df52275a1190e88 100644 (file)
@@ -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: '')